Home | History | Annotate | Download | only in toolutil

Lines Matching defs:cp

786     UChar32 cp;
804 (cp=(UChar32)uprv_strtoul(s+2, &end, 16), end)==s+2 ||
810 if((uint32_t)cp>0x10ffff || U_IS_SURROGATE(cp)) {
819 codePoints[uLen++]=cp;