Home
last modified time | relevance | path

Searched refs:getCC (Results 1 - 25 of 26) sorted by relevance

12

/third_party/icu/icu4c/source/tools/gennorm2/
H A Dnorms.cpp135 buffer.append(c, getCC(c)); in reorder()
147 uint8_t trailCC=getCC(pairs[i].trail); in combinesWithCCBetween()
191 if(norms.getCC(lead)!=0) { in rangeHandler()
260 uint8_t myTrailCC=norms.getCC(m.char32At(i)); in rangeHandler()
262 uint8_t cTrailCC=norms.getCC(cTrailChar); in rangeHandler()
H A Dnorms.h163 uint8_t getCC(UChar32 c) const { return getNormRef(c).cc; } in getCC() function in Norms
H A Dn2builder.cpp907 cc = norms.getCC(c); in writeDataFile()
997 uint8_t cc1 = b1.norms.getCC(c); in computeDiff()
998 uint8_t cc2 = b2.norms.getCC(c); in computeDiff()
/third_party/skia/third_party/externals/icu/source/tools/gennorm2/
H A Dnorms.cpp135 buffer.append(c, getCC(c)); in reorder()
147 uint8_t trailCC=getCC(pairs[i].trail); in combinesWithCCBetween()
191 if(norms.getCC(lead)!=0) { in rangeHandler()
260 uint8_t myTrailCC=norms.getCC(m.char32At(i)); in rangeHandler()
262 uint8_t cTrailCC=norms.getCC(cTrailChar); in rangeHandler()
H A Dnorms.h163 uint8_t getCC(UChar32 c) const { return getNormRef(c).cc; } in getCC() function in Norms
H A Dn2builder.cpp907 cc = norms.getCC(c); in writeDataFile()
997 uint8_t cc1 = b1.norms.getCC(c); in computeDiff()
998 uint8_t cc2 = b2.norms.getCC(c); in computeDiff()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DNormalizer2Impl.java209 leadCC = impl.getCC(impl.getNorm16(c)); in append()
709 public int getCC(int norm16) { in getCC() method in Normalizer2Impl
1078 firstCC=prevCC=cc=getCC(getNorm16(c)); in decomposeAndAppend()
1086 cc=getCC(getNorm16(c)); in decomposeAndAppend()
H A DNorm2AllModes.java147 return impl.getCC(impl.getNorm16(c)); in getCombiningClass()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DNormalizer2Impl.java215 leadCC = impl.getCC(impl.getNorm16(c)); in append()
718 public int getCC(int norm16) { in getCC() method in Normalizer2Impl
1087 firstCC=prevCC=cc=getCC(getNorm16(c)); in decomposeAndAppend()
1095 cc=getCC(getNorm16(c)); in decomposeAndAppend()
H A DNorm2AllModes.java157 return impl.getCC(impl.getNorm16(c)); in getCombiningClass()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp871 if (CTy->getCC() && CTy->getCC() != dwarf::DW_CC_normal) in constructTypeDIE()
873 CTy->getCC()); in constructTypeDIE()
1243 CC = SPTy->getCC(); in applySubprogramAttributes()
H A DCodeViewDebug.cpp1878 CallingConvention CC = dwarfCCToCodeView(Ty->getCC()); in lowerTypeFunction()
1927 CallingConvention CC = dwarfCCToCodeView(Ty->getCC()); in lowerTypeMemberFunction()
/third_party/icu/icu4c/source/common/
H A Dnorm2allmodes.h146 return impl.getCC(impl.getNorm16(c));
H A Dnormalizer2impl.h284 uint8_t getCC(uint16_t norm16) const { in getCC() function in Normalizer2Impl
H A Dnormalizer2impl.cpp289 leadCC = impl.getCC(impl.getNorm16(c));
1041 if ((cc = getCC(norm16)) == 0) {
/third_party/node/deps/icu-small/source/common/
H A Dnorm2allmodes.h146 return impl.getCC(impl.getNorm16(c));
H A Dnormalizer2impl.h284 uint8_t getCC(uint16_t norm16) const { in getCC() function in Normalizer2Impl
H A Dnormalizer2impl.cpp289 leadCC = impl.getCC(impl.getNorm16(c));
1041 if ((cc = getCC(norm16)) == 0) {
/third_party/skia/third_party/externals/icu/source/common/
H A Dnorm2allmodes.h146 return impl.getCC(impl.getNorm16(c));
H A Dnormalizer2impl.h284 uint8_t getCC(uint16_t norm16) const { in getCC() function in Normalizer2Impl
H A Dnormalizer2impl.cpp289 leadCC = impl.getCC(impl.getNorm16(c));
1041 if ((cc = getCC(norm16)) == 0) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DLLVMContextImpl.h569 : Flags(N->getFlags()), CC(N->getCC()), TypeArray(N->getRawTypeArray()) {} in MDNodeKeyImpl()
572 return Flags == RHS->getFlags() && CC == RHS->getCC() && in isKeyOf()
H A DAsmWriter.cpp1900 Printer.printDwarfEnum("cc", N->getCC(), dwarf::ConventionString); in writeDISubroutineType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1088 return getTemporary(getContext(), getFlags(), getCC(), getTypeArray()); in cloneImpl()
1101 uint8_t getCC() const { return CC; } in getCC() function in llvm::DISubroutineType
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1612 Record.push_back(N->getCC()); in writeDISubroutineType()

Completed in 56 milliseconds

12