OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UTF16_CHAR_LENGTH
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/common/unicode/
utf_old.h
577
#define
UTF16_CHAR_LENGTH
(c) ((uint32_t)(c)<=0xffff ? 1 : 2)
591
*
UTF16_CHAR_LENGTH
() and UTF_IS_ERROR(),
[
all
...]
/external/icu/libandroidicu/include/unicode/
utf_old.h
577
#define
UTF16_CHAR_LENGTH
(c) ((uint32_t)(c)<=0xffff ? 1 : 2)
591
*
UTF16_CHAR_LENGTH
() and UTF_IS_ERROR(),
[
all
...]
Completed in 561 milliseconds