Searched refs:u_strchr (Results 1 – 15 of 15) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | custrtst.c | 263 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()
|
D | citertst.c | 1077 UChar *e = u_strchr(s, 0x20); in TestDiscontiguos() 1079 e = u_strchr(s, 0); in TestDiscontiguos()
|
D | custrtrn.c | 1745 expectedTerminatedLength=(int32_t)(u_strchr(expected, 0)-expected); in Test_strFromJavaModifiedUTF8()
|
D | creststn.c | 1008 while ((backslash = u_strchr(utestdatapath, 0x005C))) { in TestAPI()
|
/external/icu/icu4c/source/common/ |
D | normalizer2impl.cpp | 488 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()
|
D | ustring.cpp | 74 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()
|
D | brkiter.cpp | 94 UChar* extStart=u_strchr(brkfname, 0x002e); in buildInstance()
|
D | locdispnames.cpp | 565 if (u_strchr(pattern, 0xFF08) != NULL) { in uloc_getDisplayName()
|
/external/icu/icu4c/source/common/unicode/ |
D | ustring.h | 229 u_strchr(const UChar *s, UChar c);
|
D | urename.h | 372 #define u_strchr U_ICU_ENTRY_POINT_RENAME(u_strchr) macro
|
/external/icu/icu4c/source/i18n/ |
D | rbt_pars.cpp | 421 if (u_strchr(HALF_ENDERS, c) != NULL) { in parseSection() 1288 if (pos == limit || u_strchr(gOPERATORS, (op = rule.charAt(--pos))) == NULL) { in parseRule()
|
D | timezone.cpp | 1607 const UChar *end = u_strchr(start, (UChar)0x20); in getWindowsID() 1669 const UChar *end = u_strchr(tzids, (UChar)0x20); in getIDForWindowsID()
|
D | dtfmtsym.cpp | 1334 const UChar *p = u_strchr(gPatternChars, c); in getPatternCharIndex()
|
D | dtptngen.cpp | 579 } else if ( !ignoreChars && u_strchr(hourFormatChars, tfChar) != NULL ) { in addCLDRData()
|
D | tzfmt.cpp | 373 UChar *sep = u_strchr(hourFormats, (UChar)0x003B /* ';' */); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
|