Searched refs:dataVersionFillin (Results 1 - 4 of 4) sorted by path

/external/chromium_org/third_party/icu/source/common/
H A Dicudataver.c15 U_CAPI void U_EXPORT2 u_getDataVersion(UVersionInfo dataVersionFillin, UErrorCode *status) { argument
22 if (dataVersionFillin != NULL) {
25 ures_getVersionByKey(icudatares, U_ICU_DATA_KEY, dataVersionFillin, status);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dicudataver.h32 * Retrieves the data version from icuver and stores it in dataVersionFillin.
34 * @param dataVersionFillin icuver data version information to be filled in if not-null
39 U_STABLE void U_EXPORT2 u_getDataVersion(UVersionInfo dataVersionFillin, UErrorCode *status);
/external/icu/icu4c/source/common/
H A Dicudataver.c15 U_CAPI void U_EXPORT2 u_getDataVersion(UVersionInfo dataVersionFillin, UErrorCode *status) { argument
22 if (dataVersionFillin != NULL) {
25 ures_getVersionByKey(icudatares, U_ICU_DATA_KEY, dataVersionFillin, status);
/external/icu/icu4c/source/common/unicode/
H A Dicudataver.h32 * Retrieves the data version from icuver and stores it in dataVersionFillin.
34 * @param dataVersionFillin icuver data version information to be filled in if not-null
39 U_STABLE void U_EXPORT2 u_getDataVersion(UVersionInfo dataVersionFillin, UErrorCode *status);

Completed in 365 milliseconds