Home | History | Annotate | Download | only in cintltst

Lines Matching refs:codepoint

126     static const uint32_t codepoint[]={
145 for(i=0; i<UPRV_LENGTHOF(codepoint); i=(int16_t)(i+2)){
146 UChar32 c=codepoint[i+1];
147 if(UTF8_CHAR_LENGTH(c) != (uint16_t)codepoint[i] || U8_LENGTH(c) != (uint16_t)codepoint[i]){
148 log_err("The no: of code units for %lx:- Expected: %d Got: %d\n", c, codepoint[i], UTF8_CHAR_LENGTH(c));
152 multiple=(UBool)(codepoint[i] == 1 ? FALSE : TRUE);
179 /* codepoint-unsafe, codepoint-safe(not strict) codepoint-safe(strict) */