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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/icu/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
test3.ucm 12 <mb_cur_max> 3
test4.ucm 11 <mb_cur_max> 4
  /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
  /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;
sed.h 243 extern int mb_cur_max;
249 (mb_cur_max == 1 ? \
254 (mb_cur_max == 1 ? \
266 (mb_cur_max == 1 ? 1 : mbsinit ((s)))
269 (mb_cur_max == 1 ? 1 : mbrtowc (NULL, s, n, ps))
272 (mb_cur_max == 1 ? 1 : brlen (ch, ps))
  /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;
  /bionic/tests/
locale_test.cpp 109 TEST(locale, mb_cur_max) {
118 ASSERT_EQ(1U, MB_CUR_MAX);
120 ASSERT_EQ(4U, MB_CUR_MAX);
  /external/chromium_org/third_party/icu/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/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
  /ndk/sources/host-tools/sed-4.2.1/lib/
wctob.c 31 if (!(MB_CUR_MAX <= sizeof (buf)))
  /external/bison/lib/
mbschr.c 30 if (MB_CUR_MAX > 1
mbsrchr.c 30 if (MB_CUR_MAX > 1

Completed in 678 milliseconds

1 2 3 4 5 6 7 8 91011>>