Home | History | Annotate | Download | only in i18n

Lines Matching refs:LocaleKey

438         if(dynamic_cast<const LocaleKey*>(&key) == NULL) {
439 fprintf(stderr, "::create - not a LocaleKey!\n");
442 const LocaleKey& lkey = (LocaleKey&)key;
484 LocaleKey &lkey = (LocaleKey&)key;
528 LocaleKey& lkey = (LocaleKey&)key;
870 u = getCalendarService(success)->get(aLocale, LocaleKey::KIND_ANY, &actualLoc, success);
905 c = (Calendar*)getCalendarService(success)->get(l, LocaleKey::KIND_ANY, &actualLoc2, success);