Searched defs:paperSize (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dulocdata.c246 const int32_t* paperSize=NULL; local
254 paperSize = ures_getIntVector(paperSizeBundle, &len, status);
260 *height = paperSize[0];
261 *width = paperSize[1];

Completed in 109 milliseconds