Searched refs:u_strchr (Results 1 – 15 of 15) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | custrtst.c | 265 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()
|
D | citertst.c | 1080 UChar *e = u_strchr(s, 0x20); in TestDiscontiguos() 1082 e = u_strchr(s, 0); in TestDiscontiguos()
|
D | custrtrn.c | 1740 expectedTerminatedLength=(int32_t)(u_strchr(expected, 0)-expected); in Test_strFromJavaModifiedUTF8()
|
D | creststn.c | 1013 while ((backslash = u_strchr(utestdatapath, 0x005C))) { in TestAPI()
|
/external/icu/icu4c/source/common/ |
D | ustring.cpp | 77 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()
|
D | normalizer2impl.cpp | 621 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()
|
D | brkiter.cpp | 96 UChar* extStart=u_strchr(brkfname, 0x002e); in buildInstance()
|
D | locdispnames.cpp | 567 if (u_strchr(pattern, 0xFF08) != NULL) { in uloc_getDisplayName()
|
/external/icu/icu4c/source/common/unicode/ |
D | ustring.h | 231 u_strchr(const UChar *s, UChar c);
|
D | urename.h | 369 #define u_strchr U_ICU_ENTRY_POINT_RENAME(u_strchr) macro
|
/external/icu/icu4c/source/i18n/ |
D | rbt_pars.cpp | 423 if (u_strchr(HALF_ENDERS, c) != NULL) { in parseSection() 1290 if (pos == limit || u_strchr(gOPERATORS, (op = rule.charAt(--pos))) == NULL) { in parseRule()
|
D | timezone.cpp | 1611 const UChar *end = u_strchr(start, (UChar)0x20); in getWindowsID() 1673 const UChar *end = u_strchr(tzids, (UChar)0x20); in getIDForWindowsID()
|
D | dtfmtsym.cpp | 1379 const UChar *p = u_strchr(gPatternChars, c); in getPatternCharIndex()
|
D | dtptngen.cpp | 771 } else if ( !ignoreChars && u_strchr(hourFormatChars, tfChar) != NULL ) { in consumeShortTimePattern()
|
D | tzfmt.cpp | 379 UChar *sep = u_strchr(hourFormats, (UChar)0x003B /* ';' */); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
|