Searched refs:u_strchr (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcustrtst.c263 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(
[all...]
H A Dcitertst.c1434 UChar *e = u_strchr(s, 0x20);
1436 e = u_strchr(s, 0);
/external/icu/icu4c/source/test/cintltst/
H A Dcustrtst.c259 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(
[all...]
H A Dcitertst.c1077 UChar *e = u_strchr(s, 0x20);
1079 e = u_strchr(s, 0);
/external/chromium_org/third_party/icu/source/common/
H A Dustring.cpp74 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);
H A Dnormalizer2impl.cpp435 limit=u_strchr(src, 0);
657 limit=u_strchr(iter.codePointStart, 0);
1055 limit=u_strchr(src, 0);
1301 limit=u_strchr(src, 0);
1423 limit=u_strchr(src, 0);
1585 limit=u_strchr(src, 0);
1733 limit=u_strchr(src, 0);
H A Dbrkiter.cpp100 UChar* extStart=u_strchr(brkfname, 0x002e);
H A Dlocdispnames.cpp565 if (u_strchr(pattern, 0xFF08) != NULL) {
/external/icu/icu4c/source/common/
H A Dustring.cpp74 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);
H A Dnormalizer2impl.cpp537 limit=u_strchr(src, 0);
759 limit=u_strchr(iter.codePointStart, 0);
1157 limit=u_strchr(src, 0);
1403 limit=u_strchr(src, 0);
1525 limit=u_strchr(src, 0);
1687 limit=u_strchr(src, 0);
1835 limit=u_strchr(src, 0);
H A Dbrkiter.cpp100 UChar* extStart=u_strchr(brkfname, 0x002e);
H A Dlocdispnames.cpp565 if (u_strchr(pattern, 0xFF08) != NULL) {
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dustring.h229 u_strchr(const UChar *s, UChar c);
243 * @see u_strchr
824 * @see u_strchr
H A Durename.h376 #define u_strchr U_ICU_ENTRY_POINT_RENAME(u_strchr) macro
/external/icu/icu4c/source/common/unicode/
H A Dustring.h229 u_strchr(const UChar *s, UChar c);
243 * @see u_strchr
824 * @see u_strchr
H A Durename.h368 #define u_strchr U_ICU_ENTRY_POINT_RENAME(u_strchr) macro
/external/chromium_org/third_party/icu/source/i18n/
H A Drbt_pars.cpp421 if (u_strchr(HALF_ENDERS, c) != NULL) {
1288 if (pos == limit || u_strchr(gOPERATORS, (op = rule.charAt(--pos))) == NULL) {
H A Dtimezone.cpp1579 const UChar *end = u_strchr(start, (UChar)0x20);
1641 const UChar *end = u_strchr(tzids, (UChar)0x20);
H A Ducol_tok.cpp583 if(noOpenBraces != 0 || u_strchr(start+current, 0x005d /*']'*/) == NULL) {
1132 if(u_strchr(src->current, 0x005d /*']'*/) != NULL) {
2217 UChar* import_end = u_strchr(setStart, 0x005D);
H A Ddtfmtsym.cpp1193 const UChar *p = u_strchr(gPatternChars, c);
H A Ddtptngen.cpp574 } else if ( !ignoreChars && u_strchr(hourFormatChars, tfChar) != NULL ) {
H A Dtzfmt.cpp372 UChar *sep = u_strchr(hourFormats, (UChar)0x003B /* ';' */);
/external/icu/icu4c/source/i18n/
H A Drbt_pars.cpp421 if (u_strchr(HALF_ENDERS, c) != NULL) {
1288 if (pos == limit || u_strchr(gOPERATORS, (op = rule.charAt(--pos))) == NULL) {
H A Dtimezone.cpp1586 const UChar *end = u_strchr(start, (UChar)0x20);
1648 const UChar *end = u_strchr(tzids, (UChar)0x20);
H A Ddtfmtsym.cpp1193 const UChar *p = u_strchr(gPatternChars, c);

Completed in 1152 milliseconds

12