OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFCD16
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/common/
normalizer2impl.h
241
uint16_t
getFCD16
(UChar32 c) const { return UTRIE2_GET16(fcdTrie(), c); }
361
UBool hasFCDBoundaryBefore(UChar32 c) const { return c<MIN_CCC_LCCC_CP ||
getFCD16
(c)<=0xff; }
363
uint16_t fcd16=
getFCD16
(c);
366
UBool isFCDInert(UChar32 c) const { return
getFCD16
(c)<=1; }
uprops.cpp
305
getFCD16
(UChar32 c) {
430
return
getFCD16
(c)>>8;
440
return
getFCD16
(c)&0xff;
normalizer2impl.cpp
[
all
...]
Completed in 30 milliseconds