Lines Matching full:c32
1379 UChar32 c32;1388 c32 = (UChar32)u_unescapeAt(_charPtr_charAt, &lenParsed, (int32_t)uprv_strlen(src), (void*)src);1393 if (dest != NULL && U16_LENGTH(c32) <= (destCapacity - i)) {1394 U16_APPEND_UNSAFE(dest, i, c32);1396 i += U16_LENGTH(c32);