Home
last modified time | relevance | path

Searched defs:text2 (Results 1 – 16 of 16) sorted by relevance

/external/webkit/Source/WebCore/editing/
DJoinTextNodesCommand.h37 static PassRefPtr<JoinTextNodesCommand> create(PassRefPtr<Text> text1, PassRefPtr<Text> text2) in create()
DJoinTextNodesCommand.cpp33 JoinTextNodesCommand::JoinTextNodesCommand(PassRefPtr<Text> text1, PassRefPtr<Text> text2) in JoinTextNodesCommand()
DCompositeEditCommand.cpp295 void CompositeEditCommand::joinTextNodes(PassRefPtr<Text> text1, PassRefPtr<Text> text2) in joinTextNodes()
/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.java356 String text2 = dmp.diff_text2(diffs); in testDiffDelta() local
743 String text2 = "That quick brown fox jumped over a lazy dog."; in testPatchMake() local
/external/icu4c/test/cintltst/
Dreapits.c394 UChar text2[50]; in TestRegexCAPI() local
448 UChar text2[50]; in TestRegexCAPI() local
815 UChar text2[80]; in TestRegexCAPI() local
887 UChar text2[80]; /* "No match Here" */ in TestRegexCAPI() local
1049 UChar text2[80]; in TestRegexCAPI() local
1546 UText text2 = UTEXT_INITIALIZER; in TestUTextAPI() local
1593 UText text2 = UTEXT_INITIALIZER; in TestUTextAPI() local
1833 UChar text2[80]; in TestUTextAPI() local
1881 UChar text2[80]; in TestUTextAPI() local
1964 UChar text2[80]; in TestUTextAPI() local
Dcbiditst.c1809 static const char* const text2 = "\\u05d0 1-2\\u001c\\u0630 1-2\\u001c1-2"; in testMultipleParagraphs() local
/external/chromium/webkit/glue/
Dregular_expression_unittest.cc62 WebUChar text2[] = {L' ', L'\x6240', L'\x6709', L'\x7f51', L'\x9875'}; in TEST() local
82 WebUChar text2[] = {L' ', L' ', L':', L' ', L' ', L' ', L' ', L':', L' ', L' '}; in TEST() local
/external/quake/quake/src/QW/client/
Dsys_win.c232 char text[1024], text2[1024]; in Sys_Error() local
/external/quake/quake/src/WinQuake/
Dsys_win.cpp349 char text[1024], text2[1024]; in Sys_Error() local
/external/icu4c/test/intltest/
Drbbiapts.cpp263 CharacterIterator* text2= new StringCharacterIterator(str2); in TestGetSetAdoptText() local
Dregcoll.cpp1119 static const UChar text2[][CollationRegressionTest::MAX_TOKEN_LEN] = { in TestT7189() local
Ditrbnf.cpp92 UChar text2[] = { in TestHebrewFraction() local
Dregextst.cpp4927 UText text2 = UTEXT_INITIALIZER; in PreAllocatedUTextCAPI() local
5016 UChar text2[80]; in PreAllocatedUTextCAPI() local
5063 UChar text2[80]; in PreAllocatedUTextCAPI() local
Dnumrgts.cpp2903 …static const UChar text2[] = { 0x6E, 0x31,0x32,0x33,0x34,0x35,0x36,0x37,0x38,0x39,0 }; // n1234567… local
Dnumfmtst.cpp6412 UnicodeString text1, text2; in TestCurrencyFractionDigits() local