Searched defs:isLabel (Results 1 - 8 of 8) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DUTS46.java115 boolean isLabel, boolean toASCII,
143 if(!isLabel && i>=254 && (i>254 || labelStart<i)) {
176 if(isLabel) {
193 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info);
205 boolean isLabel, boolean toASCII,
220 if(c=='.' && !isLabel) {
114 process(CharSequence src, boolean isLabel, boolean toASCII, StringBuilder dest, Info info) argument
203 processUnicode(CharSequence src, int labelStart, int mappingStart, boolean isLabel, boolean toASCII, StringBuilder dest, Info info) argument
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUTS46.java114 boolean isLabel, boolean toASCII,
142 if(!isLabel && i>=254 && (i>254 || labelStart<i)) {
175 if(isLabel) {
192 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info);
204 boolean isLabel, boolean toASCII,
219 if(c=='.' && !isLabel) {
113 process(CharSequence src, boolean isLabel, boolean toASCII, StringBuilder dest, Info info) argument
202 processUnicode(CharSequence src, int labelStart, int mappingStart, boolean isLabel, boolean toASCII, StringBuilder dest, Info info) argument
/external/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h211 virtual bool isLabel(AsmToken &Token) { return true; }; function in class:llvm::MCTargetAsmParser
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
H A DDIE.h202 isLabel, enumerator in enum:llvm::DIEValue::__anon19798
311 explicit DIELabel(const MCSymbol *L) : DIEValue(isLabel), Label(L) {}
327 static bool classof(const DIEValue *L) { return L->getType() == isLabel; }
/external/icu/icu4c/source/common/
H A Duts46.cpp154 UBool isLabel, UBool toASCII,
160 UBool isLabel, UBool toASCII,
167 UBool isLabel, UBool toASCII,
303 UBool isLabel, UBool toASCII,
343 if(!isLabel && i>=254 && (i>254 || labelStart<i)) {
377 if(isLabel) {
396 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info, errorCode);
407 UBool isLabel, UBool toASCII,
443 if(!isLabel && i>=254 && (i>254 || labelStart<i)) {
477 if(isLabel) {
302 process(const UnicodeString &src, UBool isLabel, UBool toASCII, UnicodeString &dest, IDNAInfo &info, UErrorCode &errorCode) const argument
406 processUTF8(StringPiece src, UBool isLabel, UBool toASCII, ByteSink &dest, IDNAInfo &info, UErrorCode &errorCode) const argument
504 isLabel, toASCII, local
527 processUnicode(const UnicodeString &src, int32_t labelStart, int32_t mappingStart, UBool isLabel, UBool toASCII, UnicodeString &dest, IDNAInfo &info, UErrorCode &errorCode) const argument
[all...]
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVEntry.h259 bool isBasicBlock() const { return isLabel();}
264 bool isLabel() const { return OpCode == OpLabel;} function in class:SPIRV::SPIRVEntry
/external/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp90 bool isLabel(AsmToken &Token) override;
1160 bool HexagonAsmParser::isLabel(AsmToken &Token) { function in class:HexagonAsmParser
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 651 milliseconds