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

  /external/icu4c/tools/gennorm2/
n2builder.h 84 uint8_t getCC(UChar32 c) const;
n2builder.cpp 251 uint8_t Normalizer2DataBuilder::getCC(UChar32 c) const {
342 if(getCC(lead)!=0) {
388 uint8_t trailCC=getCC(pairs[i].trail);
452 uint8_t myTrailCC=getCC(m.char32At(i));
454 uint8_t cTrailCC=getCC(cTrailChar);
581 buffer.append(c, getCC(c));
649 leadCC=getCC(m.char32At(0));
650 trailCC=getCC(m.char32At(length-1));
    [all...]
  /external/clang/lib/CodeGen/
CGCall.h 273 ID.AddInteger(info.getCC());
CGCall.cpp 352 unsigned CC = ClangCallConvToLLVMCallConv(info.getCC());
401 FI->ASTCallingConvention = info.getCC();
    [all...]
  /external/icu4c/common/
normalizer2impl.h 231 uint8_t getCC(uint16_t norm16) const {
uprops.cpp 298 return impl->getCC(impl->getNorm16(c));
normalizer2impl.cpp 115 // s must be in NFD, otherwise we need to use getCC().
584 firstCC=prevCC=cc=getCC(iter.next16());
587 cc=getCC(iter.next16());
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
  /external/clang/lib/AST/
TypePrinter.cpp 459 switch(Info.getCC()) {
    [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 173 Record.push_back(C.getCC());
    [all...]

Completed in 92 milliseconds