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

  /dalvik/vm/
UtfString.c 497 ArrayObject* chars1; local
511 chars1 = (ArrayObject*) dvmGetFieldObject((Object*) strObj1,
517 assert(offset1 + len1 <= (int) chars1->length);
520 return memcmp((const u2*) chars1->contents + offset1,
  /libcore/luni/src/main/java/org/apache/xml/serializer/
ToXMLSAXHandler.java 422 * this.characters(chars1, off1, len1);
431 * m_saxHandler.characters(chars1, off1, len1);
432 * m_saxHandler.characters(chars1, off2, len2);
  /external/chromium/third_party/icu/source/test/intltest/
regcoll.cpp 420 static const UChar chars1[] = {0x1EB1, 0}; local
422 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...]
  /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 419 milliseconds