Lines Matching refs:codePoint
1424 const UChar32 codePoint[]={
1425 /*surrogate, notvalid(codepoint), not a UnicodeChar, not Error */
1453 for(i=0; i<UPRV_LENGTHOF(codePoint); i++){
1454 UChar32 c=codePoint[i];
1495 else if(i >=18 && i<UPRV_LENGTHOF(codePoint)){
1532 const int32_t codepoint[]={
1547 for(i=0; i<UPRV_LENGTHOF(codepoint); i=(int16_t)(i+2)){
1548 UChar32 c=codepoint[i+1];
1549 if(UTF_CHAR_LENGTH(c) != codepoint[i] || U16_LENGTH(c) != codepoint[i]){
1550 log_err("The no: of code units for U+%04x:- Expected: %d Got: %d\n", c, codepoint[i], U16_LENGTH(c));
1552 multiple=(UBool)(codepoint[i] == 1 ? FALSE : TRUE);