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

  /external/chromium/third_party/icu/source/test/iotest/
trnstst.c 122 UChar ubuf[256]; local
193 len=fread(ubuf, sizeof(UChar), u_strlen(compare), infile);
199 ubuf[len]=0;
201 if(u_strlen(compare) != u_strlen(ubuf))
206 if(u_strcmp(compare, ubuf))
228 UChar ubuf[256]; local
232 f = u_fstropen(ubuf, sizeof(ubuf)/sizeof(ubuf[0]), "en_US_POSIX");
290 if(u_strlen(compare) != u_strlen(ubuf))
    [all...]
  /external/icu4c/test/iotest/
trnstst.c 122 UChar ubuf[256]; local
193 len=fread(ubuf, sizeof(UChar), u_strlen(compare), infile);
199 ubuf[len]=0;
201 if(u_strlen(compare) != u_strlen(ubuf))
206 if(u_strcmp(compare, ubuf))
228 UChar ubuf[256]; local
232 f = u_fstropen(ubuf, sizeof(ubuf)/sizeof(ubuf[0]), "en_US_POSIX");
290 if(u_strlen(compare) != u_strlen(ubuf))
    [all...]
  /external/chromium/third_party/icu/source/i18n/
uspoof_buildwsconf.cpp 78 UChar ubuf[50]; local
79 ubuf[0] = 0;
81 int32_t len = uregex_group(e, group, ubuf, 50, &status);
85 UnicodeString s(FALSE, ubuf, len); // Aliasing constructor
  /external/chromium/third_party/icu/source/test/cintltst/
usettest.c 348 UChar ubuf[1]; local
350 ubuf[0] = (UChar) c;
351 u_UCharsToChars(ubuf, buf, 1);
cldrtest.c 1143 UChar ubuf[64]; \/* adjust as needed *\/ local
    [all...]
  /external/icu4c/i18n/
uspoof_wsconf.cpp 78 UChar ubuf[50]; local
79 ubuf[0] = 0;
81 int32_t len = uregex_group(e, group, ubuf, 50, &status);
85 UnicodeString s(FALSE, ubuf, len); // Aliasing constructor
  /external/icu4c/test/cintltst/
usettest.c 348 UChar ubuf[1]; local
350 ubuf[0] = (UChar) c;
351 u_UCharsToChars(ubuf, buf, 1);
cldrtest.c 1146 UChar ubuf[64]; \/* adjust as needed *\/ local
    [all...]
  /external/iproute2/misc/
ss.c 1209 char ubuf[4096]; local
1210 if (find_users(s.ino, ubuf, sizeof(ubuf)) > 0)
1211 printf(" users:(%s)", ubuf);
1388 char ubuf[4096]; local
1389 if (find_users(r->idiag_inode, ubuf, sizeof(ubuf)) > 0)
1390 printf(" users:(%s)", ubuf);
1757 char ubuf[4096]; local
1922 char ubuf[4096]; local
2075 char ubuf[4096]; local
    [all...]

Completed in 464 milliseconds