Lines Matching defs:codepoint
110 static uint32_t codepoint[]={
127 for(i=0; i<UPRV_LENGTHOF(codepoint); i=(int16_t)(i+2)){
128 UChar32 c=codepoint[i+1];
131 UTF16_CHAR_LENGTH(c) != (uint16_t)codepoint[i] ||
133 U16_LENGTH(c) != (uint16_t)codepoint[i]) {
134 log_err("The no: of code units for %lx:- Expected: %d Got: %d\n", c, codepoint[i], U16_LENGTH(c));
139 multiple=(UBool)(codepoint[i] == 1 ? false : true);
167 /*codepoint-unsafe, codepoint-safe(not strict) codepoint-safe(strict)*/