Lines Matching full:uchar32
217 u_strchr32(const UChar *s, UChar32 c) {
257 u_memchr32(const UChar *s, UChar32 c, int32_t count) {
391 u_strrchr32(const UChar *s, UChar32 c) {
432 u_memrchr32(const UChar *s, UChar32 c, int32_t count) {
467 UChar32 stringCh, matchCh;
827 UChar32 c1, c2;
1209 U_CAPI UChar32 U_EXPORT2
1217 UChar32 result = 0;
1341 return (UChar32)0xFFFFFFFF;
1379 UChar32 c32;
1388 c32 = (UChar32)u_unescapeAt(_charPtr_charAt, &lenParsed, (int32_t)uprv_strlen(src), (void*)src);
1463 u_terminateUChar32s(UChar32 *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode) {