HomeSort by relevance Sort by last modified time
    Searched full:mb_cur_max (Results 1 - 25 of 359) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu/icu4c/source/test/testdata/
test4x.ucm 11 <mb_cur_max> 4
test1.ucm 11 <mb_cur_max> 1
test5.ucm 12 <mb_cur_max> 3
test1bmp.ucm 13 <mb_cur_max> 1
test2.ucm 12 <mb_cur_max> 2
test3.ucm 12 <mb_cur_max> 3
test4.ucm 11 <mb_cur_max> 4
  /bionic/libc/bionic/
locale.cpp 45 size_t mb_cur_max; member in struct:__locale_t
47 __locale_t(size_t mb_cur_max) : mb_cur_max(mb_cur_max) {
52 mb_cur_max = __bionic_current_locale_is_utf8 ? 4 : 1;
54 mb_cur_max = other->mb_cur_max;
66 return l->mb_cur_max;
  /bionic/tests/
locale_test.cpp 119 TEST(locale, mb_cur_max) {
128 ASSERT_EQ(1U, MB_CUR_MAX);
130 ASSERT_EQ(4U, MB_CUR_MAX);
  /external/icu/icu4c/source/data/mappings/
noop-cns-11643.ucm 18 <mb_cur_max> 3
noop-gb2312_gl.ucm 20 <mb_cur_max> 2
noop-iso-ir-165.ucm 20 <mb_cur_max> 2
  /external/bison/lib/
mbschr.c 30 if (MB_CUR_MAX > 1
mbsrchr.c 30 if (MB_CUR_MAX > 1
mbswidth.c 24 /* Get MB_CUR_MAX. */
64 if (MB_CUR_MAX > 1)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ctype.h 187 #ifndef MB_CUR_MAX
188 #define MB_CUR_MAX ___mb_cur_max_func()
203 #define _ischartype_l(_Char,_Flag,_Locale) (((_Locale)!=NULL && (((_locale_t)(_Locale))->locinfo->mb_cur_max) > 1) ? _isctype_l(_Char,(_Flag),_Locale) : _chvalidchk_l(_Char,_Flag,_Locale))
  /external/icu/icu4c/source/common/
ustr_wcs.cpp 351 if(remaining < (nulLen * MB_CUR_MAX)){
357 _BUFFER_CAPACITY_MULTIPLIER*cStackCap+(nulLen*MB_CUR_MAX),len,sizeof(char));
404 if(remaining < (nulLen * MB_CUR_MAX)){
410 cStackCap+(nulLen*MB_CUR_MAX),len,sizeof(char));
  /external/bison/m4/
locale-ja.m4 63 /* Check whether MB_CUR_MAX is > 1. This excludes the dysfunctional locales
65 if (MB_CUR_MAX == 1)
  /external/libcxx/include/support/win32/
locale_win32.h 56 decltype(MB_CUR_MAX) MB_CUR_MAX_L( locale_t __l )
59 return MB_CUR_MAX;
  /external/libcxx/test/std/depr/depr.c.headers/
stdlib_h.pass.cpp 23 #ifndef MB_CUR_MAX
24 #error MB_CUR_MAX not defined
  /external/libcxx/test/std/language.support/support.runtime/
cstdlib.pass.cpp 23 #ifndef MB_CUR_MAX
24 #error MB_CUR_MAX not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 56 decltype(MB_CUR_MAX) MB_CUR_MAX_L( locale_t __l )
59 return MB_CUR_MAX;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdlib_h.pass.cpp 23 #ifndef MB_CUR_MAX
24 #error MB_CUR_MAX not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
cstdlib.pass.cpp 23 #ifndef MB_CUR_MAX
24 #error MB_CUR_MAX not defined
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 56 decltype(MB_CUR_MAX) MB_CUR_MAX_L( locale_t __l )
59 return MB_CUR_MAX;

Completed in 496 milliseconds

1 2 3 4 5 6 7 8 91011>>