Lines Matching refs:u_strchr32
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()
896 NULL!=u_strchr32(s+1, supp2) || in TestSurrogateSearching()
1049 result=u_strchr32(temp, (UChar32)0x62); in TestStringCopy()
1053 result=u_strchr32(temp, (UChar32)0xfb); in TestStringCopy()
1057 result=u_strchr32(temp, (UChar32)0x20402); in TestStringCopy()