Lines Matching defs:en
673 //|en {
694 // Currencies data, then the en Currencies data will be searched.
695 // Currently, if a Currencies datum exists in en_US and en, the
696 // en_US entry hides that in en.
771 //|en {
893 // bundle in "en_US" and "en" are duplicated. The fallback mechanism will count
894 // all currency names in "en_US" and "en".
1656 ISO-4217: http://www.iso.org/iso/en/prods-services/popstds/currencycodeslist.html
2500 UEnumeration *en = (UEnumeration *)uprv_malloc(sizeof(UEnumeration));
2501 if (U_FAILURE(*status) || en == NULL) {
2502 if (en == NULL) {
2505 uprv_free(en);
2511 memcpy(en, &defaultKeywordValues, sizeof(UEnumeration));
2512 en->context = values;
2595 uenum_close(en);
2596 en = ucurr_getKeywordValuesForLocale(key, "und", TRUE, status);
2614 ulist_resetList((UList *)(en->context));
2617 uprv_free(en);
2619 en = NULL;
2629 return en;