/external/icu/icu4c/source/test/cintltst/ |
D | custrtst.c | 269 UChar *findPtr = u_strchr(dataTable[i][j], 0x005F); in TestStringFunctions() 283 findPtr = u_strchr(dataTable[i][j], 0); in TestStringFunctions() 725 first!=u_strchr(s, nul) || in TestSurrogateSearching() 757 first!=u_strchr(s+1, a) || in TestSurrogateSearching() 781 NULL!=u_strchr(s+1, b) || in TestSurrogateSearching() 816 first!=u_strchr(s+1, lead) || in TestSurrogateSearching() 841 first!=u_strchr(s+1, trail) || in TestSurrogateSearching() 1041 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 | 1041 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 | 595 limit=u_strchr(src, 0); in decompose() 918 limit=u_strchr(p, 0); in decomposeAndAppend() 1318 limit=u_strchr(src, 0); in compose() 1583 limit=u_strchr(src, 0); in composeQuickCheck() 1726 limit=u_strchr(src, 0); in composeAndAppend() 2160 limit=u_strchr(src, 0); in makeFCD() 2306 limit=u_strchr(src, 0); in makeFCDAndAppend()
|
D | brkiter.cpp | 97 UChar* extStart=u_strchr(brkfname, 0x002e); in buildInstance()
|
D | locdispnames.cpp | 577 if (u_strchr(pattern, 0xFF08) != NULL) { in uloc_getDisplayName()
|
/external/icu/libicu/ |
D | libicu.map.txt | 104 u_strchr;
|
/external/icu/tools/icu4c_srcgen/ |
D | libicu_export.txt | 105 u_strchr
|
/external/icu/libicu/ndk_headers/unicode/ |
D | ustring.h | 244 u_strchr(const UChar *s, UChar c) __INTRODUCED_IN(31);
|
D | urename.h | 377 #define u_strchr U_ICU_ENTRY_POINT_RENAME(u_strchr) macro
|
/external/icu/icu4c/source/common/unicode/ |
D | ustring.h | 231 u_strchr(const UChar *s, UChar c);
|
D | urename.h | 377 #define u_strchr U_ICU_ENTRY_POINT_RENAME(u_strchr) macro
|
/external/icu/libandroidicu/include/unicode/ |
D | ustring.h | 231 u_strchr(const UChar *s, UChar c);
|
D | urename.h | 377 #define u_strchr U_ICU_ENTRY_POINT_RENAME(u_strchr) macro
|
/external/icu/libicu/cts_headers/unicode/ |
D | ustring.h | 231 u_strchr(const UChar *s, UChar c);
|
/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 | 1633 const UChar *end = u_strchr(start, (UChar)0x20); in getWindowsID() 1695 const UChar *end = u_strchr(tzids, (UChar)0x20); in getIDForWindowsID()
|
D | dtfmtsym.cpp | 1382 const UChar *p = u_strchr(gPatternChars, c); in getPatternCharIndex()
|
D | tzfmt.cpp | 385 UChar *sep = u_strchr(hourFormats, (UChar)0x003B /* ';' */); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
|
/external/icu/libicu/src/ |
D | shim.cpp | 106 #undef u_strchr 548 UChar * u_strchr(const UChar * s, UChar c) { in u_strchr() function 549 return U_ICU_ENTRY_POINT_RENAME(u_strchr)(s, c); in u_strchr()
|