HomeSort by relevance Sort by last modified time
    Searched refs:paperSizeBundle (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
ulocdata.c 214 UResourceBundle* paperSizeBundle = NULL;
223 paperSizeBundle = ures_getByKeyWithFallback(bundle, PAPER_SIZE, NULL, status);
224 paperSize = ures_getIntVector(paperSizeBundle, &len, status);
236 ures_close(paperSizeBundle);
  /external/icu4c/i18n/
ulocdata.c 217 UResourceBundle* paperSizeBundle = NULL;
226 paperSizeBundle = ures_getByKeyWithFallback(bundle, PAPER_SIZE, NULL, status);
227 paperSize = ures_getIntVector(paperSizeBundle, &len, status);
239 ures_close(paperSizeBundle);

Completed in 32 milliseconds