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

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToXMLSAXHandler.java 422 * this.characters(chars1, off1, len1);
431 * m_saxHandler.characters(chars1, off1, len1);
432 * m_saxHandler.characters(chars1, off2, len2);
  /external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch.java 101 protected String chars1; field in class:diff_match_patch.LinesToCharsResult
105 protected LinesToCharsResult(String chars1, String chars2,
107 this.chars1 = chars1;
261 text1 = b.chars1;
345 String chars1 = diff_linesToCharsMunge(text1, lineArray, lineHash); local
347 return new LinesToCharsResult(chars1, chars2, lineArray);
1262 int chars1 = 0; local
    [all...]
diff_match_patch_test.java     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
regcoll.cpp 422 static const UChar chars1[] = {0x1EB1, 0}; local
424 const UnicodeString test1(chars1);
    [all...]
numrgts.cpp 894 UChar chars1 [] = { local
903 UnicodeString expectedDefault(chars1, 10, 10);
971 UChar chars1 [] = { local
980 UnicodeString expectedDefault(chars1, 10, 10)
    [all...]
  /external/icu/icu4c/source/test/intltest/
regcoll.cpp 415 static const UChar chars1[] = {0x1EB1, 0}; local
417 const UnicodeString test1(chars1);
    [all...]
numrgts.cpp 894 UChar chars1 [] = { local
903 UnicodeString expectedDefault(chars1, 10, 10);
971 UChar chars1 [] = { local
980 UnicodeString expectedDefault(chars1, 10, 10)
    [all...]
  /external/chromium_org/v8/src/
objects.cc     [all...]

Completed in 280 milliseconds