HomeSort by relevance Sort by last modified time
    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/icu/icu4c/source/common/
normalizer2impl.h 467 UBool isDecompInert(UChar32 c) const { return isDecompYesAndZeroCC(getNorm16(c)); }
500 UBool isDecompYesAndZeroCC(uint16_t norm16) const {
506 * A little faster and simpler than isDecompYesAndZeroCC() but does not include
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 50 milliseconds