Home | History | Annotate | Download | only in i18n

Lines Matching defs:from

42     UDate from;
79 // Tag for map from countries to currencies, in root.
893 // It gets currency names from resource bundles using fallback.
896 // For example, given locale as "en_US", the currency names get from resource
1376 // find an exact match for text from text[0] to text[index]
1513 // from cache.
2107 // get from date
2109 UResourceBundle *fromRes = ures_getByKey(currencyRes, "from", NULL, &localStatus);
2138 entry->from = fromDate;
2224 ucurr_isAvailable(const UChar* isoCode, UDate from, UDate to, UErrorCode* eErrorCode) {
2233 } else if (from > to) {
2236 } else if ((from > result->to) || (to < result->from)) {
2302 // Using the id derived from the local, get the currency data
2313 // get the from date
2315 UResourceBundle *fromRes = ures_getByKey(currencyRes, "from", NULL, &localStatus);
2417 // Using the id derived from the local, get the currency data
2437 // get the from date
2439 UResourceBundle *fromRes = ures_getByKey(currencyRes, "from", NULL, &localStatus);
2554 // Read value from supplementalData