HomeSort by relevance Sort by last modified time
    Searched refs:u_strchr (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/third_party/icu/source/test/cintltst/
custrtst.c 263 log_verbose("Testing u_strchr() and u_memchr()\n");
268 UChar *findPtr = u_strchr(dataTable[i][j], 0x005F);
274 log_err("u_strchr can't find '_' in the string\n");
282 findPtr = u_strchr(dataTable[i][j], 0);
284 log_err("u_strchr can't find NULL in the string\n");
724 first!=u_strchr(s, nul) ||
756 first!=u_strchr(s+1, a) ||
780 NULL!=u_strchr(s+1, b) ||
815 first!=u_strchr(s+1, lead) ||
840 first!=u_strchr(s+1, trail) |
    [all...]
citertst.c     [all...]
custrtrn.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
custrtst.c 259 log_verbose("Testing u_strchr() and u_memchr()\n");
264 UChar *findPtr = u_strchr(dataTable[i][j], 0x005F);
270 log_err("u_strchr can't find '_' in the string\n");
278 findPtr = u_strchr(dataTable[i][j], 0);
280 log_err("u_strchr can't find NULL in the string\n");
720 first!=u_strchr(s, nul) ||
752 first!=u_strchr(s+1, a) ||
776 NULL!=u_strchr(s+1, b) ||
811 first!=u_strchr(s+1, lead) ||
836 first!=u_strchr(s+1, trail) |
    [all...]
citertst.c     [all...]
  /external/chromium_org/third_party/icu/source/common/
brkeng.cpp 286 UChar* extStart=u_strchr(dictfname, 0x002e);
ustring.c 73 return u_strchr(s, cs);
119 return length<0 ? u_strchr(s, cs) : u_memchr(s, cs, length);
195 u_strchr(const UChar *s, UChar c) { function
219 return u_strchr(s, (UChar)c);
    [all...]
brkiter.cpp 100 UChar* extStart=u_strchr(brkfname, 0x002e);
normalizer2impl.cpp 413 limit=u_strchr(src, 0);
932 limit=u_strchr(src, 0);
    [all...]
  /external/icu/icu4c/source/common/
ustring.cpp 74 return u_strchr(s, cs);
120 return length<0 ? u_strchr(s, cs) : u_memchr(s, cs, length);
196 u_strchr(const UChar *s, UChar c) { function
220 return u_strchr(s, (UChar)c);
    [all...]
normalizer2impl.cpp 537 limit=u_strchr(src, 0);
759 limit=u_strchr(iter.codePointStart, 0);
    [all...]
brkiter.cpp 100 UChar* extStart=u_strchr(brkfname, 0x002e);
locdispnames.cpp 565 if (u_strchr(pattern, 0xFF08) != NULL) {
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
ustring.h 224 u_strchr(const UChar *s, UChar c);
238 * @see u_strchr
819 * @see u_strchr
    [all...]
urename.h 378 #define u_strchr U_ICU_ENTRY_POINT_RENAME(u_strchr) macro
    [all...]
  /external/icu/icu4c/source/common/unicode/
ustring.h 229 u_strchr(const UChar *s, UChar c);
243 * @see u_strchr
824 * @see u_strchr
    [all...]
urename.h 368 #define u_strchr U_ICU_ENTRY_POINT_RENAME(u_strchr) macro
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
rbt_pars.cpp 415 if (u_strchr(HALF_ENDERS, c) != NULL) {
    [all...]
smpdtfmt.cpp     [all...]
ucol_tok.cpp 589 if(noOpenBraces != 0 || u_strchr(start+current, 0x005d /*']'*/) == NULL) {
    [all...]
dtfmtsym.cpp     [all...]
dtptngen.cpp 564 } else if ( !ignoreChars && u_strchr(hourFormatChars, tfChar) != NULL ) {
    [all...]
  /external/icu/icu4c/source/i18n/
rbt_pars.cpp 421 if (u_strchr(HALF_ENDERS, c) != NULL) {
    [all...]
timezone.cpp     [all...]
dtfmtsym.cpp     [all...]

Completed in 5500 milliseconds

1 2