HomeSort by relevance Sort by last modified time
    Searched defs:STRINGS (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseLocaleTest.java 35 private static final String[] STRINGS = {
54 for (String s : STRINGS) {
75 assertEquals(STRINGS.length, result.length);
84 MoreAsserts.assertEquals(STRINGS, results);
99 STRINGS[4], // "boy"
100 STRINGS[0], // sundry forms of "cote"
101 STRINGS[1],
102 STRINGS[2],
103 STRINGS[3],
104 STRINGS[6], // "COTE
    [all...]
  /frameworks/base/tools/aapt/
StringPool.cpp 47 printf("String pool of " ZD " unique %s %s strings, " ZD " entries and "
75 // Strings with styles go first, to reduce the size of the styles array.
76 // We don't care about the relative order of these strings.
84 // Sort unstyled strings by type, then by logical configuration.
242 NOISY(printf("SORTING STRINGS BY CONFIGURATION...\n"));
247 NOISY(printf("DONE SORTING STRINGS BY CONFIGURATION.\n"));
378 // our client placed their own strings in it.
400 // Now build the pool of unique strings.
402 const size_t STRINGS = mEntries.size();
414 for (i=0; i<STRINGS; i++)
442 uint8_t* strings = (uint8_t*)dat; local
450 uint16_t* strings = (uint16_t*)dat; local
    [all...]
  /external/v8/src/
ic.h 776 STRINGS,
  /external/icu4c/test/intltest/
dtfmrgts.cpp 245 UnicodeString strings [] = { local
260 UnicodeString s = strings[i];
564 Please extend the parsing method(s) to handle strings with
811 UnicodeString strings [] = { local
836 UnicodeString text = strings[i];
921 UnicodeString strings [] = { local
946 UnicodeString dateString = strings[i];
    [all...]
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteDatabaseTest.java     [all...]

Completed in 348 milliseconds