HomeSort by relevance Sort by last modified time
    Searched refs:chars1 (Results 1 - 6 of 6) 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,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java 218 int[] chars1 = StringUtils.toCodePointArray(word1.toString()); local
220 return isValidBigramNative(mNativeDict, chars1, chars2);
  /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/icu4c/test/intltest/
regcoll.cpp 422 static const UChar chars1[] = {0x1EB1, 0}; local
424 const UnicodeString test1(chars1);
    [all...]
numrgts.cpp 890 UChar chars1 [] = { local
899 UnicodeString expectedDefault(chars1, 10, 10);
966 UChar chars1 [] = { local
975 UnicodeString expectedDefault(chars1, 10, 10);
    [all...]

Completed in 305 milliseconds