Home | History | Annotate | Download | only in collationperf

Lines Matching defs:cp

1342             uint32_t  cp;
1343 U8_NEXT_UNSAFE(bytes, i, cp);
1344 c = (UChar)cp;
1346 if (cp >= 0x10000) {
1352 UTF16_APPEND_CHAR_UNSAFE(utf16Buf, i, cp);