HomeSort by: relevance | last modified time | path
    Searched refs:inputwcs (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
dfa.c 331 static wchar_t *inputwcs; /* Wide character representation of input variable
337 And inputwcs[i] is the codepoint. */
2309 while (inputwcs[p - buf_begin] == 0 \
2316 free(inputwcs); \
2409 wc = inputwcs[index];
2459 wc = inputwcs[index];
2693 wc = inputwcs[*pp - mbclen - buf_begin];
2711 wc = inputwcs[*pp - mbclen - buf_begin];
2768 /* initialize mblen_buf, and inputwcs. */
2770 MALLOC(inputwcs, wchar_t, end - (unsigned char const *)begin + 2)
    [all...]
  /src/external/gpl2/grep/dist/src/
dfa.c 357 static wchar_t *inputwcs; /* Wide character representation of input variable
363 And inputwcs[i] is the codepoint. */
2330 while (inputwcs[p - buf_begin] == 0 \
2337 free(inputwcs); \
2430 wc = inputwcs[index];
2480 wc = inputwcs[index];
2714 wc = inputwcs[*pp - mbclen - buf_begin];
2732 wc = inputwcs[*pp - mbclen - buf_begin];
2789 /* initialize mblen_buf, and inputwcs. */
2791 MALLOC(inputwcs, wchar_t, end - (unsigned char const *)begin + 2)
    [all...]

Completed in 25 milliseconds