Home
last modified time | relevance | path

Searched refs:ulocdata_getPaperSize (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Dulocdata.h225 ulocdata_getPaperSize(const char *localeID, int32_t *height, int32_t *width, UErrorCode *status);
/external/icu/icu4c/source/i18n/
Dulocdata.c244 ulocdata_getPaperSize(const char* localeID, int32_t *height, int32_t *width, UErrorCode *status){ in ulocdata_getPaperSize() function
/external/icu/icu4c/source/test/cintltst/
Dcldrtest.c1067 ulocdata_getPaperSize(currLoc, &height, &width, &errorCode); in VerifyTranslation()
1102 ulocdata_getPaperSize(currLoc, &height, &width, &errorCode); in VerifyTranslation()
Dcloctst.c2702 ulocdata_getPaperSize(NULL, NULL, NULL, &ec); in TestLocDataErrorCodeChaining()
/external/icu/icu4c/source/common/unicode/
Durename.h1075 #define ulocdata_getPaperSize U_ICU_ENTRY_POINT_RENAME(ulocdata_getPaperSize) macro