Home | History | Annotate | Download | only in i18n

Lines Matching refs:LocaleKey

415         if(dynamic_cast<const LocaleKey*>(&key) == NULL) {
416 fprintf(stderr, "::create - not a LocaleKey!\n");
419 const LocaleKey& lkey = (LocaleKey&)key;
461 LocaleKey &lkey = (LocaleKey&)key;
505 LocaleKey& lkey = (LocaleKey&)key;
841 u = getCalendarService(success)->get(aLocale, LocaleKey::KIND_ANY, &actualLoc, success);
877 c = (Calendar*)getCalendarService(success)->get(l, LocaleKey::KIND_ANY, &actualLoc2, success);