Searched refs:ulocdata_getPaperSize (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | ulocdata.h | 225 ulocdata_getPaperSize(const char *localeID, int32_t *height, int32_t *width, UErrorCode *status);
|
/external/icu/icu4c/source/i18n/ |
D | ulocdata.c | 244 ulocdata_getPaperSize(const char* localeID, int32_t *height, int32_t *width, UErrorCode *status){ in ulocdata_getPaperSize() function
|
/external/icu/icu4c/source/test/cintltst/ |
D | cldrtest.c | 1067 ulocdata_getPaperSize(currLoc, &height, &width, &errorCode); in VerifyTranslation() 1102 ulocdata_getPaperSize(currLoc, &height, &width, &errorCode); in VerifyTranslation()
|
D | cloctst.c | 2702 ulocdata_getPaperSize(NULL, NULL, NULL, &ec); in TestLocDataErrorCodeChaining()
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 1075 #define ulocdata_getPaperSize U_ICU_ENTRY_POINT_RENAME(ulocdata_getPaperSize) macro
|