Searched refs:isLabel (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/icu/source/common/ |
D | uts46.cpp | 154 UBool isLabel, UBool toASCII, 160 UBool isLabel, UBool toASCII, 167 UBool isLabel, UBool toASCII, 303 UBool isLabel, UBool toASCII, in process() argument 345 if(!isLabel && i>=254 && (i>254 || labelStart<i)) { in process() 379 if(isLabel) { in process() 400 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info, errorCode); in process() 411 UBool isLabel, UBool toASCII, in processUTF8() argument 449 if(!isLabel && i>=254 && (i>254 || labelStart<i)) { in processUTF8() 483 if(isLabel) { in processUTF8() [all …]
|
/external/icu/icu4c/source/common/ |
D | uts46.cpp | 154 UBool isLabel, UBool toASCII, 160 UBool isLabel, UBool toASCII, 167 UBool isLabel, UBool toASCII, 303 UBool isLabel, UBool toASCII, in process() argument 345 if(!isLabel && i>=254 && (i>254 || labelStart<i)) { in process() 379 if(isLabel) { in process() 399 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info, errorCode); in process() 410 UBool isLabel, UBool toASCII, in processUTF8() argument 448 if(!isLabel && i>=254 && (i>254 || labelStart<i)) { in processUTF8() 482 if(isLabel) { in processUTF8() [all …]
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DIE.h | 210 isLabel, enumerator 330 explicit DIELabel(const MCSymbol *L) : DIEValue(isLabel), Label(L) {} in DIELabel() 345 static bool classof(const DIEValue *L) { return L->getType() == isLabel; } in classof()
|
D | DIEHash.cpp | 366 case DIEValue::isLabel: in hashAttribute()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 685 bool isLabel() const { return isEHLabel() || isGCLabel(); } 691 bool isPosition() const { return isLabel() || isCFIInstruction(); }
|