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

  /external/icu/icu4c/source/common/
uts46.cpp 152 UBool isLabel, UBool toASCII,
158 UBool isLabel, UBool toASCII,
165 UBool isLabel, UBool toASCII,
301 UBool isLabel, UBool toASCII,
341 if(!isLabel && i>=254 && (i>254 || labelStart<i)) {
375 if(isLabel) {
394 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info, errorCode);
405 UBool isLabel, UBool toASCII,
441 if(!isLabel && i>=254 && (i>254 || labelStart<i)) {
475 if(isLabel) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UTS46.java 112 boolean isLabel, boolean toASCII,
140 if(!isLabel && i>=254 && (i>254 || labelStart<i)) {
173 if(isLabel) {
190 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info);
202 boolean isLabel, boolean toASCII,
217 if(c=='.' && !isLabel) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
DIE.h 210 isLabel,
331 explicit DIELabel(const MCSymbol *L) : DIEValue(isLabel), Label(L) {}
346 static bool classof(const DIEValue *L) { return L->getType() == isLabel; }
MachineInstr.h 738 /// isLabel - Returns true if the MachineInstr represents a label.
740 bool isLabel() const { return isEHLabel() || isGCLabel(); }
746 bool isPosition() const { return isLabel() || isCFIInstruction(); }
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DIEHash.cpp 366 case DIEValue::isLabel:
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 188 milliseconds