Home
last modified time | relevance | path

Searched refs:u_strchr (Results 1 – 25 of 30) sorted by relevance

12

/external/icu/icu4c/source/test/cintltst/
Dcustrtst.c264 UChar *findPtr = u_strchr(dataTable[i][j], 0x005F); in TestStringFunctions()
278 findPtr = u_strchr(dataTable[i][j], 0); in TestStringFunctions()
720 first!=u_strchr(s, nul) || in TestSurrogateSearching()
752 first!=u_strchr(s+1, a) || in TestSurrogateSearching()
776 NULL!=u_strchr(s+1, b) || in TestSurrogateSearching()
811 first!=u_strchr(s+1, lead) || in TestSurrogateSearching()
836 first!=u_strchr(s+1, trail) || in TestSurrogateSearching()
1026 result=u_strchr(temp, (UChar)0x62); in TestStringCopy()
Dcitertst.c1077 UChar *e = u_strchr(s, 0x20); in TestDiscontiguos()
1079 e = u_strchr(s, 0); in TestDiscontiguos()
Dcustrtrn.c1747 expectedTerminatedLength=(int32_t)(u_strchr(expected, 0)-expected); in Test_strFromJavaModifiedUTF8()
/external/chromium_org/third_party/icu/source/test/cintltst/
Dcustrtst.c268 UChar *findPtr = u_strchr(dataTable[i][j], 0x005F); in TestStringFunctions()
282 findPtr = u_strchr(dataTable[i][j], 0); in TestStringFunctions()
724 first!=u_strchr(s, nul) || in TestSurrogateSearching()
756 first!=u_strchr(s+1, a) || in TestSurrogateSearching()
780 NULL!=u_strchr(s+1, b) || in TestSurrogateSearching()
815 first!=u_strchr(s+1, lead) || in TestSurrogateSearching()
840 first!=u_strchr(s+1, trail) || in TestSurrogateSearching()
1030 result=u_strchr(temp, (UChar)0x62); in TestStringCopy()
1770 middle=(int32_t)(u_strchr(text, 0x327)-text); /* see comment at text[] */ in TestUNormIterator()
Dcitertst.c1433 UChar *e = u_strchr(s, 0x20); in TestDiscontiguos()
1435 e = u_strchr(s, 0); in TestDiscontiguos()
Dcustrtrn.c1708 expectedTerminatedLength=(int32_t)(u_strchr(expected, 0)-expected); in Test_strFromJavaModifiedUTF8()
/external/icu/icu4c/source/common/
Dnormalizer2impl.cpp537 limit=u_strchr(src, 0); in decompose()
759 limit=u_strchr(iter.codePointStart, 0); in decomposeAndAppend()
1157 limit=u_strchr(src, 0); in compose()
1403 limit=u_strchr(src, 0); in composeQuickCheck()
1525 limit=u_strchr(src, 0); in composeAndAppend()
1687 limit=u_strchr(src, 0); in makeFCD()
1835 limit=u_strchr(src, 0); in makeFCDAndAppend()
Dustring.cpp74 return u_strchr(s, cs); in u_strFindFirst()
120 return length<0 ? u_strchr(s, cs) : u_memchr(s, cs, length); in u_strFindFirst()
196 u_strchr(const UChar *s, UChar c) { in u_strchr() function
220 return u_strchr(s, (UChar)c); in u_strchr32()
Dbrkiter.cpp100 UChar* extStart=u_strchr(brkfname, 0x002e); in buildInstance()
Dlocdispnames.cpp565 if (u_strchr(pattern, 0xFF08) != NULL) { in uloc_getDisplayName()
/external/chromium_org/third_party/icu/source/common/
Dustring.c73 return u_strchr(s, cs); in u_strFindFirst()
119 return length<0 ? u_strchr(s, cs) : u_memchr(s, cs, length); in u_strFindFirst()
195 u_strchr(const UChar *s, UChar c) { in u_strchr() function
219 return u_strchr(s, (UChar)c); in u_strchr32()
Dbrkeng.cpp286 UChar* extStart=u_strchr(dictfname, 0x002e); in loadDictionaryFor()
Dbrkiter.cpp100 UChar* extStart=u_strchr(brkfname, 0x002e); in buildInstance()
Dnormalizer2impl.cpp413 limit=u_strchr(src, 0); in decompose()
932 limit=u_strchr(src, 0); in compose()
1178 limit=u_strchr(src, 0); in composeQuickCheck()
1529 limit=u_strchr(src, 0); in makeFCD()
/external/chromium_org/third_party/icu/source/common/unicode/
Dustring.h224 u_strchr(const UChar *s, UChar c);
Durename.h378 #define u_strchr U_ICU_ENTRY_POINT_RENAME(u_strchr) macro
/external/icu/icu4c/source/common/unicode/
Dustring.h229 u_strchr(const UChar *s, UChar c);
Durename.h368 #define u_strchr U_ICU_ENTRY_POINT_RENAME(u_strchr) macro
/external/chromium_org/third_party/icu/source/i18n/
Drbt_pars.cpp415 if (u_strchr(HALF_ENDERS, c) != NULL) { in parseSection()
1282 if (pos == limit || u_strchr(gOPERATORS, (op = rule.charAt(--pos))) == NULL) { in parseRule()
Ducol_tok.cpp589 if(noOpenBraces != 0 || u_strchr(start+current, 0x005d /*']'*/) == NULL) { in ucol_uprv_tok_readAndSetUnicodeSet()
1138 if(u_strchr(src->current, 0x005d /*']'*/) != NULL) { in ucol_tok_parseNextTokenInternal()
2223 UChar* import_end = u_strchr(setStart, 0x005D); in ucol_tok_initTokenList()
Dsmpdtfmt.cpp1417 UChar *patternCharPtr = u_strchr(DateFormatSymbols::getPatternUChars(), ch); in processOverrideString()
1450 UChar *patternCharPtr = u_strchr(DateFormatSymbols::getPatternUChars(), ch); in subFormat()
2380 UChar *patternCharPtr = u_strchr(DateFormatSymbols::getPatternUChars(), ch); in subParse()
Ddtfmtsym.cpp1394 UChar *sep = u_strchr(resStr, (UChar)0x003B /* ';' */); in initializeData()
/external/icu/icu4c/source/i18n/
Drbt_pars.cpp421 if (u_strchr(HALF_ENDERS, c) != NULL) { in parseSection()
1288 if (pos == limit || u_strchr(gOPERATORS, (op = rule.charAt(--pos))) == NULL) { in parseRule()
Dtimezone.cpp1586 const UChar *end = u_strchr(start, (UChar)0x20); in getWindowsID()
1648 const UChar *end = u_strchr(tzids, (UChar)0x20); in getIDForWindowsID()
Ddtfmtsym.cpp1193 const UChar *p = u_strchr(gPatternChars, c); in getPatternCharIndex()

12