Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcustrtst.c265 UChar *findPtr = u_strchr(dataTable[i][j], 0x005F); in TestStringFunctions()
279 findPtr = u_strchr(dataTable[i][j], 0); in TestStringFunctions()
721 first!=u_strchr(s, nul) || in TestSurrogateSearching()
753 first!=u_strchr(s+1, a) || in TestSurrogateSearching()
777 NULL!=u_strchr(s+1, b) || in TestSurrogateSearching()
812 first!=u_strchr(s+1, lead) || in TestSurrogateSearching()
837 first!=u_strchr(s+1, trail) || in TestSurrogateSearching()
1027 result=u_strchr(temp, (UChar)0x62); in TestStringCopy()
Dcitertst.c1080 UChar *e = u_strchr(s, 0x20); in TestDiscontiguos()
1082 e = u_strchr(s, 0); in TestDiscontiguos()
Dcustrtrn.c1740 expectedTerminatedLength=(int32_t)(u_strchr(expected, 0)-expected); in Test_strFromJavaModifiedUTF8()
Dcreststn.c1013 while ((backslash = u_strchr(utestdatapath, 0x005C))) { in TestAPI()
/external/icu/icu4c/source/common/
Dustring.cpp77 return u_strchr(s, cs); in u_strFindFirst()
123 return length<0 ? u_strchr(s, cs) : u_memchr(s, cs, length); in u_strFindFirst()
199 u_strchr(const UChar *s, UChar c) { in u_strchr() function
223 return u_strchr(s, (UChar)c); in u_strchr32()
Dnormalizer2impl.cpp621 limit=u_strchr(src, 0); in decompose()
937 limit=u_strchr(iter.codePointStart, 0); in decomposeAndAppend()
1337 limit=u_strchr(src, 0); in compose()
1608 limit=u_strchr(src, 0); in composeQuickCheck()
1757 limit=u_strchr(src, 0); in composeAndAppend()
2175 limit=u_strchr(src, 0); in makeFCD()
2328 limit=u_strchr(src, 0); in makeFCDAndAppend()
Dbrkiter.cpp96 UChar* extStart=u_strchr(brkfname, 0x002e); in buildInstance()
Dlocdispnames.cpp567 if (u_strchr(pattern, 0xFF08) != NULL) { in uloc_getDisplayName()
/external/icu/icu4c/source/common/unicode/
Dustring.h231 u_strchr(const UChar *s, UChar c);
Durename.h369 #define u_strchr U_ICU_ENTRY_POINT_RENAME(u_strchr) macro
/external/icu/icu4c/source/i18n/
Drbt_pars.cpp423 if (u_strchr(HALF_ENDERS, c) != NULL) { in parseSection()
1290 if (pos == limit || u_strchr(gOPERATORS, (op = rule.charAt(--pos))) == NULL) { in parseRule()
Dtimezone.cpp1611 const UChar *end = u_strchr(start, (UChar)0x20); in getWindowsID()
1673 const UChar *end = u_strchr(tzids, (UChar)0x20); in getIDForWindowsID()
Ddtfmtsym.cpp1379 const UChar *p = u_strchr(gPatternChars, c); in getPatternCharIndex()
Ddtptngen.cpp771 } else if ( !ignoreChars && u_strchr(hourFormatChars, tfChar) != NULL ) { in consumeShortTimePattern()
Dtzfmt.cpp379 UChar *sep = u_strchr(hourFormats, (UChar)0x003B /* ';' */); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()