Searched refs:u_strchr32 (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | custrtst.c | 272 findPtr = u_strchr32(dataTable[i][j], 0x005F); in TestStringFunctions() 282 findPtr = u_strchr32(dataTable[i][j], 0); in TestStringFunctions() 327 if(u_strchr32(s, 0xd841)!=(s+3) || u_strchr32(s, 0xdc02)!=(s+5)) { in TestStringFunctions() 720 first!=u_strchr32(s, nul) || in TestSurrogateSearching() 752 first!=u_strchr32(s+1, a) || in TestSurrogateSearching() 776 NULL!=u_strchr32(s+1, b) || in TestSurrogateSearching() 799 NULL!=u_strchr32(s+1, ill) || in TestSurrogateSearching() 811 first!=u_strchr32(s+1, lead) || in TestSurrogateSearching() 836 first!=u_strchr32(s+1, trail) || in TestSurrogateSearching() 861 first!=u_strchr32(s+1, supp) || in TestSurrogateSearching() [all …]
|
/external/icu/icu4c/source/common/unicode/ |
D | ustring.h | 249 u_strchr32(const UChar *s, UChar32 c);
|
D | urename.h | 373 #define u_strchr32 U_ICU_ENTRY_POINT_RENAME(u_strchr32) macro
|
/external/icu/icu4c/source/common/ |
D | ustring.cpp | 217 u_strchr32(const UChar *s, UChar32 c) { in u_strchr32() function
|