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

  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/format/
TextHighlighterTest.java 91 final SpannableString testString1 = new SpannableString("atest");
92 mTextHighlighter.applyMaskingHighlight(testString1, 0, 0);
93 CharSequence seq = testString1;
103 final SpannableString testString1 = new SpannableString("alongtest");
104 mTextHighlighter.applyMaskingHighlight(testString1, 2, 4);
105 assertEquals(SpannedTestUtils.getNextTransition(testString1, 0), 2);
106 assertEquals(SpannedTestUtils.getNextTransition(testString1, 2), 4);
108 mTextHighlighter.applyMaskingHighlight(testString1, 3, 6);
109 assertEquals(SpannedTestUtils.getNextTransition(testString1, 0), 2);
110 assertEquals(SpannedTestUtils.getNextTransition(testString1, 2), 6)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ThreadSafeDataTransportTest.cpp 60 const char testString1[] = "123";
61 RefPtr<SharedBuffer> buffer1 = SharedBuffer::create(testString1, sizeof(testString1) - 1);
  /external/chromium_org/third_party/icu/source/test/intltest/
rbbiapts.cpp 594 UnicodeString testString1 = "abc123..abc";
604 bi->setText(testString1);
605 doBoundaryTest(*bi, testString1, bounds1);
621 UnicodeString testString1 = "$@!$@!X$@!!X";
631 bi->setText(testString1);
632 doBoundaryTest(*bi, testString1, bounds1);
649 UnicodeString testString1(str);
665 bi->setText(testString1);
667 doBoundaryTest(*bi, testString1, bounds1);
695 testString1 = "test line. \n"
    [all...]
apicoll.cpp 654 UnicodeString testString1("XFILE What subset of all possible test cases has the highest probability of detecting the most errors?");
657 CollationElementIterator *iterator1 = ((RuleBasedCollator*)col)->createCollationElementIterator(testString1);
659 CharacterIterator *chariter=new StringCharacterIterator(testString1);
663 CollationElementIterator *iterator2 = ((RuleBasedCollator*)col)->createCollationElementIterator(testString1);
    [all...]
rbbitst.cpp 383 UnicodeString testString1 = "abc123..abc Help me Help me!";
397 bi->setText(testString1);
    [all...]
  /external/icu4c/test/intltest/
rbbiapts.cpp 594 UnicodeString testString1 = "abc123..abc";
604 bi->setText(testString1);
605 doBoundaryTest(*bi, testString1, bounds1);
621 UnicodeString testString1 = "$@!$@!X$@!!X";
631 bi->setText(testString1);
632 doBoundaryTest(*bi, testString1, bounds1);
649 UnicodeString testString1(str);
665 bi->setText(testString1);
667 doBoundaryTest(*bi, testString1, bounds1);
695 testString1 = "test line. \n"
    [all...]
apicoll.cpp 663 UnicodeString testString1("XFILE What subset of all possible test cases has the highest probability of detecting the most errors?");
666 CollationElementIterator *iterator1 = ((RuleBasedCollator*)col)->createCollationElementIterator(testString1);
668 CharacterIterator *chariter=new StringCharacterIterator(testString1);
672 CollationElementIterator *iterator2 = ((RuleBasedCollator*)col)->createCollationElementIterator(testString1);
    [all...]
rbbitst.cpp 324 UnicodeString testString1 = "abc123..abc Help me Help me!";
338 bi->setText(testString1);
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/regex/
OldMatcherTest.java 63 String testString1 = "babbabbcccabbabbabbabbabb";
66 Matcher mat = pat.matcher(testString1);
71 assertEquals("Reset should return itself 2", mat, mat.reset(testString1));
204 String testString1 = "babbabbcccabbabbabbabbabb";
207 Matcher mat1 = pat.matcher(testString1);
  /external/chromium_org/third_party/icu/source/test/cintltst/
capitst.c     [all...]
reapits.c 235 UChar testString1[30];
258 u_uastrncpy(testString1, "abcccd", sizeof(pat)/2);
262 uregex_setText(clone1, testString1, -1, &status);
    [all...]
  /external/icu4c/test/cintltst/
capitst.c     [all...]
reapits.c 276 UChar testString1[30];
299 u_uastrncpy(testString1, "abcccd", sizeof(pat)/2);
303 uregex_setText(clone1, testString1, -1, &status);
    [all...]

Completed in 3006 milliseconds