OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:U_IS_TRAIL
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/common/unicode/
utf.h
183
#define
U_IS_TRAIL
(c) (((c)&0xfffffc00)==0xdc00)
/external/icu/icu4c/source/common/
ucnv_u32.c
255
if (
U_IS_TRAIL
(ch2)) {
359
if (
U_IS_TRAIL
(ch2)) {
[
all
...]
Completed in 120 milliseconds