Lines Matching defs:codepoint
1415 const UChar32 codePoint[]={
1416 /*surrogate, notvalid(codepoint), not a UnicodeChar, not Error */
1444 for(i=0; i<(int32_t)(sizeof(codePoint)/sizeof(codePoint[0])); i++){
1445 UChar32 c=codePoint[i];
1486 else if(i >=18 && i<(int32_t)(sizeof(codePoint)/sizeof(codePoint[0]))){
1523 const int32_t codepoint[]={
1538 for(i=0; i<(int32_t)(sizeof(codepoint)/sizeof(codepoint[0])); i=(int16_t)(i+2)){
1539 UChar32 c=codepoint[i+1];
1540 if(UTF_CHAR_LENGTH(c) != codepoint[i] || U16_LENGTH(c) != codepoint[i]){
1541 log_err("The no: of code units for U+%04x:- Expected: %d Got: %d\n", c, codepoint[i], U16_LENGTH(c));
1543 multiple=(UBool)(codepoint[i] == 1 ? FALSE : TRUE);