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

/external/webkit/Source/WebKit2/Shared/
H A DWebPopupItem.cpp54 WebPopupItem::WebPopupItem(Type type, const String& text, TextDirection textDirection, bool hasTextDirectionOverride, const String& toolTip, const String& accessibilityText, bool isEnabled, bool isLabel) argument
62 , m_isLabel(isLabel)
80 bool isLabel; local
81 if (!decoder->decode(CoreIPC::Out(type, text, textDirection, hasTextDirectionOverride, toolTip, accessibilityText, isEnabled, isLabel)))
84 item = WebPopupItem(static_cast<Type>(type), text, static_cast<TextDirection>(textDirection), hasTextDirectionOverride, toolTip, accessibilityText, isEnabled, isLabel);
/external/icu4c/common/
H A Duts46.cpp151 UBool isLabel, UBool toASCII,
157 UBool isLabel, UBool toASCII,
164 UBool isLabel, UBool toASCII,
297 UBool isLabel, UBool toASCII,
339 if(!isLabel && i>=254 && (i>254 || labelStart<i)) {
373 if(isLabel) {
394 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info, errorCode);
405 UBool isLabel, UBool toASCII,
443 if(!isLabel && i>=254 && (i>254 || labelStart<i)) {
477 if(isLabel) {
296 process(const UnicodeString &src, UBool isLabel, UBool toASCII, UnicodeString &dest, IDNAInfo &info, UErrorCode &errorCode) const argument
404 processUTF8(const StringPiece &src, UBool isLabel, UBool toASCII, ByteSink &dest, IDNAInfo &info, UErrorCode &errorCode) const argument
506 isLabel, toASCII, local
529 processUnicode(const UnicodeString &src, int32_t labelStart, int32_t mappingStart, UBool isLabel, UBool toASCII, UnicodeString &dest, IDNAInfo &info, UErrorCode &errorCode) const argument
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.h193 isLabel, enumerator in enum:llvm::DIEValue::__anon9239
274 explicit DIELabel(const MCSymbol *L) : DIEValue(isLabel), Label(L) {}
290 static bool classof(const DIEValue *L) { return L->getType() == isLabel; }
/external/webkit/Source/JavaScriptCore/yarr/
H A DYarrJIT.cpp553 bool isLabel() function in struct:JSC::Yarr::YarrGenerator::BacktrackDestination
702 else if (isLabel())
717 else if (isLabel())
732 else if (isLabel())
754 if (isLabel()) {
951 if (m_backtrack.isLabel())
1010 if (m_backtrack.isLabel() && backtrack.hasBacktrackToLabel())

Completed in 168 milliseconds