Searched refs:ulocdata_getPaperSize (Results 1 – 8 of 8) sorted by relevance
/external/icu/libandroidicu/include/unicode/ |
D | ulocdata.h | 243 ulocdata_getPaperSize(const char *localeID, int32_t *height, int32_t *width, UErrorCode *status);
|
D | urename.h | 1098 #define ulocdata_getPaperSize U_ICU_ENTRY_POINT_RENAME(ulocdata_getPaperSize) macro
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ulocdata.h | 243 ulocdata_getPaperSize(const char *localeID, int32_t *height, int32_t *width, UErrorCode *status);
|
/external/icu/icu4c/source/i18n/ |
D | ulocdata.cpp | 242 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 | 1073 ulocdata_getPaperSize(currLoc, &height, &width, &errorCode); in VerifyTranslation() 1108 ulocdata_getPaperSize(currLoc, &height, &width, &errorCode); in VerifyTranslation()
|
D | cloctst.c | 2820 ulocdata_getPaperSize(NULL, NULL, NULL, &ec); in TestLocDataErrorCodeChaining()
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 1098 #define ulocdata_getPaperSize U_ICU_ENTRY_POINT_RENAME(ulocdata_getPaperSize) macro
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 1886 ulocdata_getPaperSize(localeID, height, width, status); in ulocdata_getPaperSize_android()
|