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.c263 UChar *findPtr = u_strchr(dataTable[i][j], 0x005F); in TestStringFunctions()
277 findPtr = u_strchr(dataTable[i][j], 0); in TestStringFunctions()
719 first!=u_strchr(s, nul) || in TestSurrogateSearching()
751 first!=u_strchr(s+1, a) || in TestSurrogateSearching()
775 NULL!=u_strchr(s+1, b) || in TestSurrogateSearching()
810 first!=u_strchr(s+1, lead) || in TestSurrogateSearching()
835 first!=u_strchr(s+1, trail) || in TestSurrogateSearching()
1025 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.c1745 expectedTerminatedLength=(int32_t)(u_strchr(expected, 0)-expected); in Test_strFromJavaModifiedUTF8()
Dcreststn.c1008 while ((backslash = u_strchr(utestdatapath, 0x005C))) { in TestAPI()
/external/icu/icu4c/source/common/
Dnormalizer2impl.cpp488 limit=u_strchr(src, 0); in decompose()
710 limit=u_strchr(iter.codePointStart, 0); in decomposeAndAppend()
1108 limit=u_strchr(src, 0); in compose()
1354 limit=u_strchr(src, 0); in composeQuickCheck()
1476 limit=u_strchr(src, 0); in composeAndAppend()
1638 limit=u_strchr(src, 0); in makeFCD()
1786 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.cpp94 UChar* extStart=u_strchr(brkfname, 0x002e); in buildInstance()
Dlocdispnames.cpp565 if (u_strchr(pattern, 0xFF08) != NULL) { in uloc_getDisplayName()
/external/icu/icu4c/source/common/unicode/
Dustring.h229 u_strchr(const UChar *s, UChar c);
Durename.h372 #define u_strchr U_ICU_ENTRY_POINT_RENAME(u_strchr) macro
/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.cpp1607 const UChar *end = u_strchr(start, (UChar)0x20); in getWindowsID()
1669 const UChar *end = u_strchr(tzids, (UChar)0x20); in getIDForWindowsID()
Ddtfmtsym.cpp1334 const UChar *p = u_strchr(gPatternChars, c); in getPatternCharIndex()
Ddtptngen.cpp579 } else if ( !ignoreChars && u_strchr(hourFormatChars, tfChar) != NULL ) { in addCLDRData()
Dtzfmt.cpp373 UChar *sep = u_strchr(hourFormats, (UChar)0x003B /* ';' */); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()