Searched refs:chars1 (Results 1 - 4 of 4) sorted by relevance

/external/google-diff-match-patch/name/fraser/neil/plaintext/
H A Ddiff_match_patch.java101 protected String chars1; field in class:diff_match_patch.LinesToCharsResult
105 protected LinesToCharsResult(String chars1, String chars2, argument
107 this.chars1 = chars1;
261 text1 = b.chars1;
345 String chars1 = diff_linesToCharsMunge(text1, lineArray, lineHash);
347 return new LinesToCharsResult(chars1, chars2, lineArray);
1262 int chars1 = 0;
1270 chars1 += aDiff.text.length();
1276 if (chars1 > lo
[all...]
H A Ddiff_match_patch_test.java917 assertEquals(error_msg, a.chars1, b.chars1);
/external/icu4c/test/intltest/
H A Dregcoll.cpp422 static const UChar chars1[] = {0x1EB1, 0}; local
424 const UnicodeString test1(chars1);
H A Dnumrgts.cpp890 UChar chars1 [] = { local
899 UnicodeString expectedDefault(chars1, 10, 10);
966 UChar chars1 [] = { local
975 UnicodeString expectedDefault(chars1, 10, 10);

Completed in 110 milliseconds