HomeSort by relevance Sort by last modified time
    Searched full:matchtext (Results 1 - 10 of 10) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/photomanager/
MemInfoReader.java 30 private static boolean matchText(byte[] buffer, int index, String text) {
74 if (matchText(mBuffer, i, "MemTotal")) {
78 } else if (matchText(mBuffer, i, "MemFree")) {
82 } else if (matchText(mBuffer, i, "Cached")) {
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_mac.h 94 static NSAttributedString* MatchText(const AutocompleteMatch& match,
98 // Helper for MatchText() to allow sharing code between the contents
100 // convenience for MatchText().
106 // Helper for MatchText() to elide a marked-up string using
autocomplete_popup_view_mac_unittest.mm 310 TEST_F(AutocompletePopupViewMacTest, MatchText) {
317 AutocompletePopupViewMac::MatchText(m, font_, kLargeWidth);
341 // Check that MatchText() styles content matches as expected.
362 AutocompletePopupViewMac::MatchText(m, font_, kLargeWidth);
388 // Check that MatchText() styles description matches as expected.
407 AutocompletePopupViewMac::MatchText(m, font_, kLargeWidth);
508 AutocompletePopupViewMac::MatchText(m, font_, cellWidth);
525 decorated = AutocompletePopupViewMac::MatchText(m, font_, cellWidth);
autocomplete_popup_view_mac.mm 101 // Helper for MatchText() to allow sharing code between the contents
103 // convenience for MatchText().
193 NSAttributedString* AutocompletePopupViewMac::MatchText(
474 [cell setAttributedTitle:MatchText(match, resultFont, matrixWidth)];
  /external/chromium_org/third_party/icu/source/test/cintltst/
usrchtst.c 344 UChar matchtext[128]; local
373 if (usearch_getMatchedText(strsrch, matchtext, 128, &status) !=
375 memcmp(matchtext,
415 if (usearch_getMatchedText(strsrch, matchtext, 128, &status) !=
417 memcmp(matchtext,
1312 UChar matchtext[128]; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
srchtest.cpp 260 UnicodeString matchtext; local
289 strsrch->getMatchedText(matchtext);
294 matchtext, 0,
295 matchtext.length())) {
329 strsrch->getMatchedText(matchtext);
334 matchtext, 0,
335 matchtext.length())) {
1346 UnicodeString matchtext; local
    [all...]
  /external/icu4c/test/intltest/
srchtest.cpp 260 UnicodeString matchtext; local
291 strsrch->getMatchedText(matchtext);
296 matchtext, 0,
297 matchtext.length())) {
333 strsrch->getMatchedText(matchtext);
338 matchtext, 0,
339 matchtext.length())) {
1439 UnicodeString matchtext; local
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/utility/
TextUtilities.java 651 String matchText = text.substring(t.mMatchStart, t.mMatchStart + t.mLength);
654 matchText = text.substring(lastOut + 1, i + 1);
657 if (matchText.length() == 0) {} else
661 sb.append(matchText);
664 SpannableString highlightSpan = new SpannableString(matchText);
    [all...]
  /external/icu4c/test/cintltst/
usrchtst.c 343 UChar matchtext[128]; local
375 if (usearch_getMatchedText(strsrch, matchtext, 128, &status) !=
377 memcmp(matchtext,
416 if (usearch_getMatchedText(strsrch, matchtext, 128, &status) !=
418 memcmp(matchtext,
1411 UChar matchtext[128]; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfo.java 643 String matchText = document.get(match.getOffset(),
645 Matcher matcher = LAYOUT_FIELD_PATTERN.matcher(matchText);

Completed in 3921 milliseconds