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

  /external/bluetooth/glib/tests/
tree-test.c 82 char chars2[] = variable
138 g_assert (g_tree_nnodes (tree) == strlen (chars2));
141 p = chars2;
  /dalvik/vm/
UtfString.c 498 ArrayObject* chars2; local
513 chars2 = (ArrayObject*) dvmGetFieldObject((Object*) strObj2,
518 assert(offset2 + len2 <= (int) chars2->length);
521 (const u2*) chars2->contents + offset2,
  /libcore/luni/src/main/java/org/apache/xml/serializer/
ToXMLSAXHandler.java 425 * this.characters(chars2, off2, len2);
  /external/chromium/third_party/icu/source/test/intltest/
regcoll.cpp 421 static const UChar chars2[] = {0x61, 0x0306, 0x0300, 0}; local
423 const UnicodeString test2(chars2);
    [all...]
numrgts.cpp 893 UChar chars2 [] = { local
900 UnicodeString expectedCurrency(chars2, 10, 10);
969 UChar chars2 [] = { local
976 UnicodeString expectedCurrency(chars2, 10, 10);
    [all...]
  /external/icu4c/test/intltest/
regcoll.cpp 423 static const UChar chars2[] = {0x61, 0x0306, 0x0300, 0}; local
425 const UnicodeString test2(chars2);
    [all...]
numrgts.cpp 893 UChar chars2 [] = { local
900 UnicodeString expectedCurrency(chars2, 10, 10);
969 UChar chars2 [] = { local
976 UnicodeString expectedCurrency(chars2, 10, 10);
    [all...]
  /external/v8/test/cctest/
test-regexp.cc 1481 unibrow::uchar chars2[unibrow::Ecma262UnCanonicalize::kMaxWidth]; local
    [all...]

Completed in 365 milliseconds