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

  /external/chromium_org/chrome/browser/ui/android/autofill/
autofill_popup_view_android.cc 64 ScopedJavaLocalRef<jstring> subtext = local
72 subtext.obj(),
  /external/chromium_org/third_party/re2/re2/
re2.cc 561 StringPiece subtext = text; local
562 subtext.remove_prefix(startpos);
563 subtext.remove_suffix(text.size() - endpos);
595 if (prefixlen > subtext.size())
598 if (ascii_strcasecmp(&prefix_[0], subtext.data(), prefixlen) != 0)
601 if (memcmp(&prefix_[0], subtext.data(), prefixlen) != 0)
604 subtext.remove_prefix(prefixlen);
632 if (!prog_->SearchDFA(subtext, text, anchor, kind,
639 << " [" << CEscape(subtext) << "]"
645 << " [" << CEscape(subtext) << "]"
    [all...]
  /external/regex-re2/re2/
re2.cc 543 StringPiece subtext = text; local
544 subtext.remove_prefix(startpos);
545 subtext.remove_suffix(text.size() - endpos);
577 if (prefixlen > subtext.size())
580 if (ascii_strcasecmp(&prefix_[0], subtext.data(), prefixlen) != 0)
583 if (memcmp(&prefix_[0], subtext.data(), prefixlen) != 0)
586 subtext.remove_prefix(prefixlen);
614 if (!prog_->SearchDFA(subtext, text, anchor, kind,
621 << " [" << CEscape(subtext) << "]"
627 << " [" << CEscape(subtext) << "]"
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
first_run_bubble.cc 55 views::Label* subtext = local
76 layout->AddView(subtext, columns->num_columns(), 1);
  /external/chromium_org/chrome/browser/ui/views/extensions/
media_galleries_dialog_views.cc 110 views::Label* subtext = new views::Label(controller_->GetSubtext()); local
111 subtext->SetMultiLine(true);
112 subtext->SetHorizontalAlignment(gfx::ALIGN_LEFT);
115 subtext, 1, 1,
117 dialog_content_width, subtext->GetHeightForWidth(dialog_content_width));
  /external/replicaisland/src/com/replica/replicaisland/
ConversationDialogActivity.java 278 CharSequence subtext = mText.subSequence(0, mCurrentCharacter); local
279 setText(subtext, TextView.BufferType.SPANNABLE);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py 30 <tag class='b' id='inner'>subtext</tag>
37 <tag class='b' id='inner'>subtext</tag>
50 <tag>subtext</tag>
336 'subtext'
338 'subtext'
751 >>> ET.SubElement(elem, "subtag").text = "subtext"
753 '<tag>text<subtag>subtext</subtag></tag>'
758 'text<subtag>subtext</subtag>'
761 'text<!--comment--><subtag>subtext</subtag>'
764 'text<?key value?><subtag>subtext</subtag>
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py 30 <tag class='b' id='inner'>subtext</tag>
37 <tag class='b' id='inner'>subtext</tag>
50 <tag>subtext</tag>
336 'subtext'
338 'subtext'
751 >>> ET.SubElement(elem, "subtag").text = "subtext"
753 '<tag>text<subtag>subtext</subtag></tag>'
758 'text<subtag>subtext</subtag>'
761 'text<!--comment--><subtag>subtext</subtag>'
764 'text<?key value?><subtag>subtext</subtag>
    [all...]

Completed in 276 milliseconds