OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isDecompYesAndZeroCC
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/icu/source/common/
normalizer2impl.h
354
UBool isDecompInert(UChar32 c) const { return
isDecompYesAndZeroCC
(getNorm16(c)); }
387
UBool
isDecompYesAndZeroCC
(uint16_t norm16) const {
393
* A little faster and simpler than
isDecompYesAndZeroCC
() but does not include
/external/icu4c/common/
normalizer2impl.h
449
UBool isDecompInert(UChar32 c) const { return
isDecompYesAndZeroCC
(getNorm16(c)); }
482
UBool
isDecompYesAndZeroCC
(uint16_t norm16) const {
488
* A little faster and simpler than
isDecompYesAndZeroCC
() but does not include
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 651 milliseconds