Home | History | Annotate | Download | only in i18n

Lines Matching refs:LocaleKey

434         if(dynamic_cast<const LocaleKey*>(&key) == NULL) {
435 fprintf(stderr, "::create - not a LocaleKey!\n");
438 const LocaleKey& lkey = (LocaleKey&)key;
480 LocaleKey &lkey = (LocaleKey&)key;
524 LocaleKey& lkey = (LocaleKey&)key;
868 u = getCalendarService(success)->get(aLocale, LocaleKey::KIND_ANY, &actualLoc, success);
903 c = (Calendar*)getCalendarService(success)->get(l, LocaleKey::KIND_ANY, &actualLoc2, success);