HomeSort by relevance Sort by last modified time
    Searched defs:mb_cur_max (Results 1 - 4 of 4) 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;
  /bionic/libc/bionic/
locale.cpp 40 size_t mb_cur_max; member in struct:__locale_t
42 __locale_t(size_t mb_cur_max) : mb_cur_max(mb_cur_max) {
47 mb_cur_max = __bionic_current_locale_is_utf8 ? 4 : 1;
49 mb_cur_max = other->mb_cur_max;
100 return l->mb_cur_max;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
crtdefs.h 188 int mb_cur_max; member in struct:threadlocaleinfostruct
  /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 507 milliseconds