Searched refs:PAPER_SIZE (Results 1 – 5 of 5) sorted by relevance
27 private static final String PAPER_SIZE = "PaperSize"; field in LocaleData413 UResourceBundle obj = measurementTypeBundleForLocale(locale, PAPER_SIZE); in getPaperSize()
27 private static final String PAPER_SIZE = "PaperSize"; field in LocaleData398 UResourceBundle obj = measurementTypeBundleForLocale(locale, PAPER_SIZE); in getPaperSize()
29 #define PAPER_SIZE "PaperSize" macro251 paperSizeBundle = measurementTypeBundleForLocale(localeID, PAPER_SIZE, status); in ulocdata_getPaperSize()
79 public static final String PAPER_SIZE = "paperSize"; field in LDMLConstants579 public static final String PAPER_SIZE_O = "<" + PAPER_SIZE + ">";580 public static final String PAPER_SIZE_C = "</" + PAPER_SIZE + ">";
468 } else if (token.indexOf(LDMLConstants.PAPER_SIZE) > -1) { in getICUEquivalent()