Home | History | Annotate | Download | only in common

Lines Matching refs:kind

88                                                   int32_t kind,
101 int32_t kind);
105 * Append the prefix associated with the kind, or nothing if the kind is KIND_ANY.
110 * Return the kind code associated with this key.
112 virtual int32_t kind() const;
193 * by the handling factory, regardless of kind.
236 * kind off to handleCreate (which subclasses must implement).
261 virtual UObject* handleCreate(const Locale& loc, int32_t kind, const ICUService* service, UErrorCode& status) const;
297 * A LocaleKeyFactory that just returns a single object for a kind/locale.
309 int32_t kind,
314 int32_t kind,
323 * Override of superclass method. Returns the service object if kind/locale match. Service is not used.
399 * for the locale, ignoring kind, and service.
401 virtual UObject* handleCreate(const Locale& loc, int32_t kind, const ICUService* service, UErrorCode& status) const;
460 * get(Locale, int, Locale[]) with KIND_ANY for kind and null for
469 UObject* get(const Locale& locale, int32_t kind, UErrorCode& status) const;
473 * get(Locale, String, Locale[]) with a null kind.
479 * createKey(Locale.toString(), kind) to create a key, calls getKey, and then
483 UObject* get(const Locale& locale, int32_t kind, Locale* actualReturn, UErrorCode& status) const;
487 * registerObject(Object, Locale, int32_t kind, int coverage)
488 * passing KIND_ANY for the kind, and VISIBLE for the coverage.
494 * registerObject(Object, Locale, int kind, int coverage)
497 virtual URegistryKey registerInstance(UObject* objToAdopt, const Locale& locale, int32_t kind, UErrorCode& status);
503 virtual URegistryKey registerInstance(UObject* objToAdopt, const Locale& locale, int32_t kind, int32_t coverage, UErrorCode& status);
535 * Additional createKey that takes a kind.
537 virtual ICUServiceKey* createKey(const UnicodeString* id, int32_t kind, UErrorCode& status) const;