HomeSort by relevance Sort by last modified time
    Searched defs:mb_cur_max (Results 1 - 2 of 2) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/sed/
mbcs.c 24 int mb_cur_max; variable
61 mb_cur_max = MB_CUR_MAX;
63 mb_cur_max = 1;
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.h 90 #if (defined MB_CUR_MAX && HAVE_LOCALE_H && HAVE_WCTYPE_H && HAVE_ISWCTYPE && HAVE_WCSCOLL) || _LIBC
415 int mb_cur_max; member in struct:re_string_t
696 int mb_cur_max; member in struct:re_dfa_t
813 if (pstr->mb_cur_max == 1)
825 if (pstr->mb_cur_max == 1)

Completed in 57 milliseconds