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

  /dalvik/vm/
UtfString.cpp 371 ArrayObject* chars1 = local
377 assert(offset1 + len1 <= (int) chars1->length);
380 return memcmp((const u2*)(void*)chars1->contents + offset1,
  /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 889 UChar chars1 [] = { local
898 UnicodeString expectedDefault(chars1, 10, 10);
965 UChar chars1 [] = { local
974 UnicodeString expectedDefault(chars1, 10, 10);
    [all...]
  /external/icu4c/test/intltest/
regcoll.cpp 422 static const UChar chars1[] = {0x1EB1, 0}; local
424 const UnicodeString test1(chars1);
    [all...]
numrgts.cpp 893 UChar chars1 [] = { local
902 UnicodeString expectedDefault(chars1, 10, 10);
969 UChar chars1 [] = { local
978 UnicodeString expectedDefault(chars1, 10, 10);
    [all...]

Completed in 2479 milliseconds