Searched refs:chars2 (Results 1 – 6 of 6) sorted by relevance
/external/bluetooth/glib/tests/ |
D | tree-test.c | 82 char chars2[] = variable 138 g_assert (g_tree_nnodes (tree) == strlen (chars2)); in main() 141 p = chars2; in main()
|
/external/google-diff-match-patch/name/fraser/neil/plaintext/ |
D | diff_match_patch.java | 102 protected String chars2; field in diff_match_patch.LinesToCharsResult 105 protected LinesToCharsResult(String chars1, String chars2, in LinesToCharsResult() argument 108 this.chars2 = chars2; in LinesToCharsResult() 262 text2 = b.chars2; in diff_compute() 346 String chars2 = diff_linesToCharsMunge(text2, lineArray, lineHash); in diff_linesToChars() local 347 return new LinesToCharsResult(chars1, chars2, lineArray); in diff_linesToChars() 1263 int chars2 = 0; in diff_xIndex() local 1274 chars2 += aDiff.text.length(); in diff_xIndex() 1282 last_chars2 = chars2; in diff_xIndex()
|
D | diff_match_patch_test.java | 918 assertEquals(error_msg, a.chars2, b.chars2); in assertLinesToCharsResultEquals()
|
/external/icu4c/test/intltest/ |
D | regcoll.cpp | 423 static const UChar chars2[] = {0x61, 0x0306, 0x0300, 0}; in Test4066189() local 425 const UnicodeString test2(chars2); in Test4066189()
|
D | numrgts.cpp | 893 UChar chars2 [] = { in Test4070798() local 900 UnicodeString expectedCurrency(chars2, 10, 10); in Test4070798() 969 UChar chars2 [] = { in Test4071005() local 976 UnicodeString expectedCurrency(chars2, 10, 10); in Test4071005()
|
/external/v8/test/cctest/ |
D | test-regexp.cc | 1511 unibrow::uchar chars2[unibrow::Ecma262UnCanonicalize::kMaxWidth]; in TEST() local 1512 int length2 = un_canonicalize.get(chars[j], '\0', chars2); in TEST() 1515 CHECK_EQ(static_cast<int>(chars[k]), static_cast<int>(chars2[k])); in TEST()
|