Searched defs:chars2 (Results 1 - 6 of 6) sorted by relevance

/external/bluetooth/glib/tests/
H A Dtree-test.c82 char chars2[] = variable
138 g_assert (g_tree_nnodes (tree) == strlen (chars2));
141 p = chars2;
/external/chromium/third_party/icu/source/test/intltest/
H A Dregcoll.cpp421 static const UChar chars2[] = {0x61, 0x0306, 0x0300, 0}; local
423 const UnicodeString test2(chars2);
H A Dnumrgts.cpp893 UChar chars2 [] = { local
900 UnicodeString expectedCurrency(chars2, 10, 10);
969 UChar chars2 [] = { local
976 UnicodeString expectedCurrency(chars2, 10, 10);
/external/icu4c/test/intltest/
H A Dregcoll.cpp423 static const UChar chars2[] = {0x61, 0x0306, 0x0300, 0}; local
425 const UnicodeString test2(chars2);
H A Dnumrgts.cpp893 UChar chars2 [] = { local
900 UnicodeString expectedCurrency(chars2, 10, 10);
969 UChar chars2 [] = { local
976 UnicodeString expectedCurrency(chars2, 10, 10);
/external/v8/test/cctest/
H A Dtest-regexp.cc1481 unibrow::uchar chars2[unibrow::Ecma262UnCanonicalize::kMaxWidth]; local
1482 int length2 = un_canonicalize.get(chars[j], '\0', chars2);
1485 CHECK_EQ(static_cast<int>(chars[k]), static_cast<int>(chars2[k]));

Completed in 106 milliseconds