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.c1063 ulocdata_getPaperSize(currLoc, &height, &width, &errorCode);
1065 log_err("ulocdata_getPaperSize failed for locale %s with error: %s \n", currLoc, u_errorName(errorCode));
1068 log_err("ulocdata_getPaperSize did not return expected data for locale %s \n", currLoc);
1098 ulocdata_getPaperSize(currLoc, &height, &width, &errorCode);
1100 log_err("ulocdata_getPaperSize failed for locale %s with error: %s \n", currLoc, u_errorName(errorCode));
1107 log_err("ulocdata_getPaperSize did not return expected data for locale %s \n", currLoc);
1110 log_err("ulocdata_getPaperSize did not return expected data for locale %s \n", currLoc);
H A Dcloctst.c2654 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 159 milliseconds