Home | History | Annotate | Download | only in cintltst

Lines Matching refs:codepoint

1422     const UChar32 codePoint[]={
1423 /*surrogate, notvalid(codepoint), not a UnicodeChar, not Error */
1451 for(i=0; i<(int32_t)(sizeof(codePoint)/sizeof(codePoint[0])); i++){
1452 UChar32 c=codePoint[i];
1493 else if(i >=18 && i<(int32_t)(sizeof(codePoint)/sizeof(codePoint[0]))){
1530 const int32_t codepoint[]={
1545 for(i=0; i<(int32_t)(sizeof(codepoint)/sizeof(codepoint[0])); i=(int16_t)(i+2)){
1546 UChar32 c=codepoint[i+1];
1547 if(UTF_CHAR_LENGTH(c) != codepoint[i] || U16_LENGTH(c) != codepoint[i]){
1548 log_err("The no: of code units for U+%04x:- Expected: %d Got: %d\n", c, codepoint[i], U16_LENGTH(c));
1550 multiple=(UBool)(codepoint[i] == 1 ? FALSE : TRUE);