Searched refs:STRINGS (Results 1 – 3 of 3) sorted by relevance
35 private static final String[] STRINGS = { field in DatabaseLocaleTest54 for (String s : STRINGS) { in insertStrings()75 assertEquals(STRINGS.length, result.length); in query()84 MoreAsserts.assertEquals(STRINGS, results); in testLocaleInsertOrder()99 STRINGS[4], // "boy" in testLocaleenUS()100 STRINGS[0], // sundry forms of "cote" in testLocaleenUS()101 STRINGS[1], in testLocaleenUS()102 STRINGS[2], in testLocaleenUS()103 STRINGS[3], in testLocaleenUS()104 STRINGS[6], // "COTE" in testLocaleenUS()[all …]
54 case (int) IntervalStatsProto.StringPool.STRINGS: in readStringPool()55 stringPool.add(proto.readString(IntervalStatsProto.StringPool.STRINGS)); in readStringPool()314 proto.write(IntervalStatsProto.StringPool.STRINGS, stats.mStringCache.valueAt(i)); in writeStringPool()
429 const size_t STRINGS = mEntries.size(); in writeStringBlock() local441 for (i=0; i<STRINGS; i++) { in writeStringBlock()