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

/external/icu/icu4c/source/i18n/unicode/
H A Dulocdata.h225 ulocdata_getPaperSize(const char *localeID, int32_t *height, int32_t *width, UErrorCode *status);
/external/icu/icu4c/source/i18n/
H A Dulocdata.c244 ulocdata_getPaperSize(const char* localeID, int32_t *height, int32_t *width, UErrorCode *status){ function
/external/icu/icu4c/source/test/cintltst/
H A Dcldrtest.c1067 ulocdata_getPaperSize(currLoc, &height, &width, &errorCode);
1069 log_err("ulocdata_getPaperSize failed for locale %s with error: %s \n", currLoc, u_errorName(errorCode));
1072 log_err("ulocdata_getPaperSize did not return expected data for locale %s \n", currLoc);
1102 ulocdata_getPaperSize(currLoc, &height, &width, &errorCode);
1104 log_err("ulocdata_getPaperSize failed for locale %s with error: %s \n", currLoc, u_errorName(errorCode));
1111 log_err("ulocdata_getPaperSize did not return expected data for locale %s \n", currLoc);
1114 log_err("ulocdata_getPaperSize did not return expected data for locale %s \n", currLoc);
H A Dcloctst.c2702 ulocdata_getPaperSize(NULL, NULL, NULL, &ec);
/external/icu/icu4c/source/common/unicode/
H A Durename.h1075 #define ulocdata_getPaperSize U_ICU_ENTRY_POINT_RENAME(ulocdata_getPaperSize) macro

Completed in 470 milliseconds