Searched refs:FIELD_NAMES (Results 1 – 2 of 2) sorted by relevance
16 final static String[] FIELD_NAMES = new String[] { field in TestByteBasedSymbols46 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()
218 int requestNumber = find(FIELD_NAMES, type); in set()264 private static final String[] FIELD_NAMES = { field in DateTimeFormats271 if (FIELD_NAMES.length != DateTimePatternGenerator.TYPE_LIMIT) {272 throw new IllegalArgumentException("Internal error " + FIELD_NAMES.length + "\t"