Home | History | Annotate | Download | only in cintltst

Lines Matching refs:UTF8_CHAR_LENGTH

139         if(UTF8_CHAR_LENGTH(c) != (uint16_t)codepoint[i] || U8_LENGTH(c) != (uint16_t)codepoint[i]){
140 log_err("The no: of code units for %lx:- Expected: %d Got: %d\n", c, codepoint[i], UTF8_CHAR_LENGTH(c));
142 log_verbose("The no: of code units for %lx is %d\n",c, UTF8_CHAR_LENGTH(c) );