Searched refs:isLabel (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/common/ |
D | uts46.cpp | 152 UBool isLabel, UBool toASCII, 158 UBool isLabel, UBool toASCII, 165 UBool isLabel, UBool toASCII, 301 UBool isLabel, UBool toASCII, in process() argument 341 if(!isLabel && i>=254 && (i>254 || labelStart<i)) { in process() 375 if(isLabel) { in process() 394 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info, errorCode); in process() 405 UBool isLabel, UBool toASCII, in processUTF8() argument 441 if(!isLabel && i>=254 && (i>254 || labelStart<i)) { in processUTF8() 475 if(isLabel) { in processUTF8() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UTS46.java | 112 boolean isLabel, boolean toASCII, in process() argument 140 if(!isLabel && i>=254 && (i>254 || labelStart<i)) { in process() 173 if(isLabel) { in process() 190 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info); in process() 202 boolean isLabel, boolean toASCII, in processUnicode() argument 217 if(c=='.' && !isLabel) { in processUnicode()
|
/external/llvm/include/llvm/CodeGen/ |
D | DIE.h | 210 isLabel, enumerator 331 explicit DIELabel(const MCSymbol *L) : DIEValue(isLabel), Label(L) {} in DIELabel() 346 static bool classof(const DIEValue *L) { return L->getType() == isLabel; } in classof()
|
D | MachineInstr.h | 740 bool isLabel() const { return isEHLabel() || isGCLabel(); } 746 bool isPosition() const { return isLabel() || isCFIInstruction(); }
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DIEHash.cpp | 366 case DIEValue::isLabel: in hashAttribute()
|