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

/external/icu4c/i18n/
H A Dulocdata.c217 const int32_t* paperSize=NULL; local
226 paperSize = ures_getIntVector(paperSizeBundle, &len, status);
232 *height = paperSize[0];
233 *width = paperSize[1];

Completed in 162 milliseconds