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

  /external/chromium_org/third_party/icu/source/common/
uts46.cpp 154 UBool isLabel, UBool toASCII,
160 UBool isLabel, UBool toASCII,
167 UBool isLabel, UBool toASCII,
303 UBool isLabel, UBool toASCII,
345 if(!isLabel && i>=254 && (i>254 || labelStart<i)) {
379 if(isLabel) {
400 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info, errorCode);
411 UBool isLabel, UBool toASCII,
449 if(!isLabel && i>=254 && (i>254 || labelStart<i)) {
483 if(isLabel) {
    [all...]
  /external/icu/icu4c/source/common/
uts46.cpp 154 UBool isLabel, UBool toASCII,
160 UBool isLabel, UBool toASCII,
167 UBool isLabel, UBool toASCII,
303 UBool isLabel, UBool toASCII,
345 if(!isLabel && i>=254 && (i>254 || labelStart<i)) {
379 if(isLabel) {
399 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info, errorCode);
410 UBool isLabel, UBool toASCII,
448 if(!isLabel && i>=254 && (i>254 || labelStart<i)) {
482 if(isLabel) {
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.h 210 isLabel,
330 explicit DIELabel(const MCSymbol *L) : DIEValue(isLabel), Label(L) {}
345 static bool classof(const DIEValue *L) { return L->getType() == isLabel; }
DIEHash.cpp 366 case DIEValue::isLabel:
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 683 /// isLabel - Returns true if the MachineInstr represents a label.
685 bool isLabel() const { return isEHLabel() || isGCLabel(); }
691 bool isPosition() const { return isLabel() || isCFIInstruction(); }
    [all...]

Completed in 6730 milliseconds