Home
last modified time | relevance | path

Searched refs:FIELD_NAMES (Results 1 – 2 of 2) sorted by relevance

/external/jackson-core/src/test/java/com/fasterxml/jackson/core/sym/
DTestByteBasedSymbols.java16 final static String[] FIELD_NAMES = new String[] { field in TestByteBasedSymbols
46 String doc1 = createDoc(FIELD_NAMES, true); in testSharedSymbols()
47 String doc2 = createDoc(FIELD_NAMES, false); in testSharedSymbols()
57 int len = FIELD_NAMES.length; in testSharedSymbols()
61 assertEquals(FIELD_NAMES[i], jp1.getCurrentName()); in testSharedSymbols()
62 assertEquals(FIELD_NAMES[len-(i+1)], jp2.getCurrentName()); in testSharedSymbols()
/external/cldr/tools/java/org/unicode/cldr/util/
DDateTimeFormats.java218 int requestNumber = find(FIELD_NAMES, type); in set()
264 private static final String[] FIELD_NAMES = { field in DateTimeFormats
271 if (FIELD_NAMES.length != DateTimePatternGenerator.TYPE_LIMIT) {
272 throw new IllegalArgumentException("Internal error " + FIELD_NAMES.length + "\t"