Home
last modified time | relevance | path

Searched defs:getCC (Results 1 – 10 of 10) sorted by relevance

/third_party/icu/icu4c/source/tools/gennorm2/
Dnorms.h163 uint8_t getCC(UChar32 c) const { return getNormRef(c).cc; } in getCC() function
/third_party/skia/third_party/externals/icu/source/tools/gennorm2/
Dnorms.h163 uint8_t getCC(UChar32 c) const { return getNormRef(c).cc; } in getCC() function
/third_party/flutter/skia/third_party/externals/icu/source/tools/gennorm2/
Dnorms.h163 uint8_t getCC(UChar32 c) const { return getNormRef(c).cc; } in getCC() function
/third_party/node/deps/icu-small/source/common/
Dnormalizer2impl.h284 uint8_t getCC(uint16_t norm16) const { in getCC() function
/third_party/icu/icu4c/source/common/
Dnormalizer2impl.h284 uint8_t getCC(uint16_t norm16) const { in getCC() function
/third_party/skia/third_party/externals/icu/source/common/
Dnormalizer2impl.h284 uint8_t getCC(uint16_t norm16) const { in getCC() function
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dnormalizer2impl.h284 uint8_t getCC(uint16_t norm16) const { in getCC() function
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DNormalizer2Impl.java718 public int getCC(int norm16) { in getCC() method in Normalizer2Impl
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DNormalizer2Impl.java709 public int getCC(int norm16) { in getCC() method in Normalizer2Impl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h1101 uint8_t getCC() const { return CC; } in getCC() function