Home
last modified time | relevance | path

Searched refs:paperSize (Results 1 – 8 of 8) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DLocaleDataTest.java53 LocaleData.PaperSize paperSize = LocaleData.getPaperSize(locale); in TestPaperSize() local
67 if(paperSize.getHeight()!= 279 || paperSize.getWidth() != 216 ){ in TestPaperSize()
70 " Got height: "+paperSize.getHeight()+" width: "+paperSize.getWidth() in TestPaperSize()
76 if(paperSize.getHeight()!= 297 || paperSize.getWidth() != 210 ){ in TestPaperSize()
79 " Got height: "+paperSize.getHeight() +" width: "+paperSize.getWidth() in TestPaperSize()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DLocaleDataTest.java50 LocaleData.PaperSize paperSize = LocaleData.getPaperSize(locale); in TestPaperSize() local
64 if(paperSize.getHeight()!= 279 || paperSize.getWidth() != 216 ){ in TestPaperSize()
67 " Got height: "+paperSize.getHeight()+" width: "+paperSize.getWidth() in TestPaperSize()
73 if(paperSize.getHeight()!= 297 || paperSize.getWidth() != 210 ){ in TestPaperSize()
76 " Got height: "+paperSize.getHeight() +" width: "+paperSize.getWidth() in TestPaperSize()
/external/icu/icu4c/source/i18n/
Dulocdata.cpp244 const int32_t* paperSize=NULL; in ulocdata_getPaperSize() local
252 paperSize = ures_getIntVector(paperSizeBundle, &len, status); in ulocdata_getPaperSize()
258 *height = paperSize[0]; in ulocdata_getPaperSize()
259 *width = paperSize[1]; in ulocdata_getPaperSize()
/external/cldr/tools/c/genldml/resources/
Droot.txt156 paperSize {
157 "{0}<{1}paperSize>\n"
/external/cldr/tools/java/org/unicode/cldr/icu/
Dldml2icu_supplemental.txt98 //supplementalData/measurementData/paperSize[@type="A4"][@territories="(%W)"] ; /measurementData/$1…
99 //supplementalData/measurementData/paperSize[@type="US-Letter"][@territories="(%W)"] ; /measurement…
/external/cldr/tools/c/genldml/
Dgenldml.cpp3491 ResourceBundle paperSize = mSourceBundle.get("PaperSize", mError); in writePaperSize() local
3493 const int32_t* sizes = paperSize.getIntVector(len,mError); in writePaperSize()
/external/cldr/tools/java/org/unicode/cldr/util/data/
DPathHeader.txt415 //supplementalData/measurementData/paperSize[@type="%A"]/_territories ; Supplemental ; Measuremen…
/external/cldr/tools/java/org/unicode/cldr/util/
DSupplementalDataInfo.java920 measurementSystem, paperSize