HomeSort by relevance Sort by last modified time
    Searched full:mb_cur_max (Results 1 - 25 of 508) 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/icu4c/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
  /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))
  /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/icu4c/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
  /external/chromium_org/third_party/icu/source/common/
ustr_wcs.c 344 if(remaining < (nulLen * MB_CUR_MAX)){
350 _BUFFER_CAPACITY_MULTIPLIER*cStackCap+(nulLen*MB_CUR_MAX),len,sizeof(char));
397 if(remaining < (nulLen * MB_CUR_MAX)){
403 cStackCap+(nulLen*MB_CUR_MAX),len,sizeof(char));

Completed in 119 milliseconds

1 2 3 4 5 6 7 8 91011>>