OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UTF16_CHAR_LENGTH
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/test/cintltst/
utf16tst.c
99
if(
UTF16_CHAR_LENGTH
(c) != (uint16_t)codepoint[i] || U16_LENGTH(c) != (uint16_t)codepoint[i]){
100
log_err("The no: of code units for %lx:- Expected: %d Got: %d\n", c, codepoint[i],
UTF16_CHAR_LENGTH
(c));
102
log_verbose("The no: of code units for %lx is %d\n",c,
UTF16_CHAR_LENGTH
(c) );
/external/icu4c/common/unicode/
utf_old.h
541
#define
UTF16_CHAR_LENGTH
(c) ((uint32_t)(c)<=0xffff ? 1 : 2)
555
*
UTF16_CHAR_LENGTH
() and UTF_IS_ERROR(),
[
all
...]
Completed in 1178 milliseconds