Home
last modified time | relevance | path

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

/external/icu/libandroidicu/include/unicode/
Dulocdata.h243 ulocdata_getPaperSize(const char *localeID, int32_t *height, int32_t *width, UErrorCode *status);
Durename.h1098 #define ulocdata_getPaperSize U_ICU_ENTRY_POINT_RENAME(ulocdata_getPaperSize) macro
/external/icu/icu4c/source/i18n/unicode/
Dulocdata.h243 ulocdata_getPaperSize(const char *localeID, int32_t *height, int32_t *width, UErrorCode *status);
/external/icu/icu4c/source/i18n/
Dulocdata.cpp242 ulocdata_getPaperSize(const char* localeID, int32_t *height, int32_t *width, UErrorCode *status){ in ulocdata_getPaperSize() function
/external/icu/icu4c/source/test/cintltst/
Dcldrtest.c1073 ulocdata_getPaperSize(currLoc, &height, &width, &errorCode); in VerifyTranslation()
1108 ulocdata_getPaperSize(currLoc, &height, &width, &errorCode); in VerifyTranslation()
Dcloctst.c2820 ulocdata_getPaperSize(NULL, NULL, NULL, &ec); in TestLocDataErrorCodeChaining()
/external/icu/icu4c/source/common/unicode/
Durename.h1098 #define ulocdata_getPaperSize U_ICU_ENTRY_POINT_RENAME(ulocdata_getPaperSize) macro
/external/icu/libandroidicu/static_shim/
Dshim.cpp1886 ulocdata_getPaperSize(localeID, height, width, status); in ulocdata_getPaperSize_android()