HomeSort by relevance Sort by last modified time
    Searched refs:getCC (Results 1 - 22 of 22) sorted by null

  /external/icu/icu4c/source/tools/gennorm2/
n2builder.h 85 uint8_t getCC(UChar32 c) const;
n2builder.cpp 277 uint8_t Normalizer2DataBuilder::getCC(UChar32 c) const {
368 if(getCC(lead)!=0) {
414 uint8_t trailCC=getCC(pairs[i].trail);
479 uint8_t myTrailCC=getCC(m.char32At(i));
481 uint8_t cTrailCC=getCC(cTrailChar);
613 buffer.append(c, getCC(c));
691 leadCC=getCC(m.char32At(0));
692 trailCC=getCC(m.char32At(length-1));
    [all...]
  /external/clang/test/SemaCXX/
err_typecheck_assign_const_filecheck.cpp 39 const C &getCC() const;
156 a.b.getCC().d.e.Cnum = 5;
162 // CHECK: note:{{.*}} 'getCC'
  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 496 ID.AddInteger(info.getCC());
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Norm2AllModes.java 149 return impl.getCC(impl.getNorm16(c));
Normalizer2Impl.java 198 // s must be in NFD, otherwise we need to use getCC().
684 public int getCC(int norm16) {
    [all...]
  /external/icu/icu4c/source/common/
norm2allmodes.h 142 return impl.getCC(impl.getNorm16(c));
normalizer2impl.h 254 uint8_t getCC(uint16_t norm16) const {
normalizer2impl.cpp 116 // s must be in NFD, otherwise we need to use getCC().
704 firstCC=prevCC=cc=getCC(iter.next16());
707 cc=getCC(iter.next16());
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Norm2AllModes.java 145 return impl.getCC(impl.getNorm16(c));
Normalizer2Impl.java 194 // s must be in NFD, otherwise we need to use getCC().
680 public int getCC(int norm16) {
    [all...]
  /external/clang/lib/AST/
ASTDumper.cpp 318 OS << " " << FunctionType::getNameForCallConv(EI.getCC());
    [all...]
TypePrinter.cpp 661 switch (Info.getCC()) {
    [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 524 unsigned CC = ClangCallConvToLLVMCallConv(info.getCC());
577 FI->ASTCallingConvention = info.getCC();
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 199 Record.push_back(C.getCC());
    [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 359 milliseconds