Home | History | Annotate | Download | only in common

Lines Matching full:get

450   UObject* get(const UnicodeString& descriptor, UErrorCode& status) const {
451 return ICUService::get(descriptor, status);
454 UObject* get(const UnicodeString& descriptor, UnicodeString* actualReturn, UErrorCode& status) const {
455 return ICUService::get(descriptor, actualReturn, status);
461 * get(Locale, int, Locale[]) with KIND_ANY for kind and null for
464 UObject* get(const Locale& locale, UErrorCode& status) const;
468 * get(Locale, int, Locale[]) with a null actualReturn.
470 UObject* get(const Locale& locale, int32_t kind, UErrorCode& status) const;
474 * get(Locale, String, Locale[]) with a null kind.
476 UObject* get(const Locale& locale, Locale* actualReturn, UErrorCode& status) const;
484 UObject* get(const Locale& locale, int32_t kind, Locale* actualReturn, UErrorCode& status) const;