Home
last modified time | relevance | path

Searched defs:text1 (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
Dreapits.c352 UChar text1[50]; in TestRegexCAPI() local
406 UChar text1[50]; in TestRegexCAPI() local
443 UChar text1[50]; in TestRegexCAPI() local
498 UChar text1[50]; in TestRegexCAPI() local
579 UChar text1[80]; in TestRegexCAPI() local
773 UChar text1[80]; in TestRegexCAPI() local
845 UChar text1[80]; /* "Replace xaax x1x x...x." */ in TestRegexCAPI() local
1503 UText text1 = UTEXT_INITIALIZER; in TestUTextAPI() local
1550 UText text1 = UTEXT_INITIALIZER; in TestUTextAPI() local
1609 UText text1 = UTEXT_INITIALIZER; in TestUTextAPI() local
[all …]
/external/icu/icu4c/source/test/cintltst/
Dreapits.c393 UChar text1[50]; in TestRegexCAPI() local
447 UChar text1[50]; in TestRegexCAPI() local
484 UChar text1[50]; in TestRegexCAPI() local
539 UChar text1[50]; in TestRegexCAPI() local
620 UChar text1[80]; in TestRegexCAPI() local
814 UChar text1[80]; in TestRegexCAPI() local
886 UChar text1[80]; /* "Replace xaax x1x x...x." */ in TestRegexCAPI() local
1545 UText text1 = UTEXT_INITIALIZER; in TestUTextAPI() local
1592 UText text1 = UTEXT_INITIALIZER; in TestUTextAPI() local
1652 UText text1 = UTEXT_INITIALIZER; in TestUTextAPI() local
[all …]
/external/google-diff-match-patch/name/fraser/neil/plaintext/
Ddiff_match_patch.java137 public LinkedList<Diff> diff_main(String text1, String text2) { in diff_main()
151 public LinkedList<Diff> diff_main(String text1, String text2, in diff_main()
204 protected LinkedList<Diff> diff_compute(String text1, String text2, in diff_compute()
335 protected LinesToCharsResult diff_linesToChars(String text1, String text2) { in diff_linesToChars()
413 protected LinkedList<Diff> diff_map(String text1, String text2) { in diff_map()
544 String text1, String text2) { in diff_path1()
597 String text1, String text2) { in diff_path2()
667 public int diff_commonPrefix(String text1, String text2) { in diff_commonPrefix()
685 public int diff_commonSuffix(String text1, String text2) { in diff_commonSuffix()
708 protected String[] diff_halfMatch(String text1, String text2) { in diff_halfMatch()
[all …]
Ddiff_match_patch_test.java311 String text1 = dmp.diff_text1(diffs); in testDiffDelta() local
742 String text1 = "The quick brown fox jumps over the lazy dog."; in testPatchMake() local
/external/chromium_org/v8/test/webkit/
Ddfg-inline-arguments-use-from-all-the-places.js60 var text1 = "[[object Arguments]: [object Object], b" + __i + ", c" + __i + "]"; variable
/external/chromium_org/content/browser/accessibility/
Dbrowser_accessibility_win_unittest.cc326 ui::AXNodeData text1; in TEST_F() local
423 ui::AXNodeData text1; in TEST_F() local
491 ui::AXNodeData text1; in TEST_F() local
/external/chromium_org/mojo/public/cpp/bindings/tests/
Dhandle_passing_unittest.cc56 std::string text1; in DoStuff() local
/external/robolectric/src/test/java/com/xtremelabs/robolectric/
DR.java26 public static final int text1 = nextId++; field in R.id
/external/chromium_org/third_party/icu/source/test/intltest/
Dregextst.cpp4776 UText text1 = UTEXT_INITIALIZER; in PreAllocatedUTextCAPI() local
4824 UChar text1[80]; in PreAllocatedUTextCAPI() local
4865 UChar text1[80]; in PreAllocatedUTextCAPI() local
4912 UChar text1[80]; in PreAllocatedUTextCAPI() local
Drbbiapts.cpp261 CharacterIterator* text1= new StringCharacterIterator(str1); in TestGetSetAdoptText() local
Dregcoll.cpp1110 static const UChar text1[][CollationRegressionTest::MAX_TOKEN_LEN] = { in TestT7189() local
Ditrbnf.cpp83 UChar text1[] = { in TestHebrewFraction() local
Dnumfmtst.cpp6169 UnicodeString text1, text2; in TestCurrencyFractionDigits() local
/external/icu/icu4c/source/test/intltest/
Dregextst.cpp4935 UText text1 = UTEXT_INITIALIZER; in PreAllocatedUTextCAPI() local
4983 UChar text1[80]; in PreAllocatedUTextCAPI() local
5024 UChar text1[80]; in PreAllocatedUTextCAPI() local
5071 UChar text1[80]; in PreAllocatedUTextCAPI() local
Drbbiapts.cpp264 CharacterIterator* text1= new StringCharacterIterator(str1); in TestGetSetAdoptText() local
Ditrbnf.cpp84 UChar text1[] = { in TestHebrewFraction() local
Dregcoll.cpp1201 static const UChar text1[][CollationRegressionTest::MAX_TOKEN_LEN] = { in TestT7189() local
Dnumfmtst.cpp6530 UnicodeString text1, text2; in TestCurrencyFractionDigits() local
/external/tinyxml/
Dxmltest.cpp653 TiXmlElement text1( "text" ); in main() local