Lines Matching full:coverage
186 * <p>Coverage may be either of the values VISIBLE or INVISIBLE.
203 * Coverage value indicating that the factory makes
210 * Coverage value indicating that the factory does not make
226 LocaleKeyFactory(int32_t coverage);
231 LocaleKeyFactory(int32_t coverage, const UnicodeString& name);
247 * on the coverage rule for this factory.
310 int32_t coverage);
315 int32_t coverage);
329 * on the coverage rule for this factory.
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)
495 * passing VISIBLE for the coverage.
503 virtual URegistryKey registerInstance(UObject* objToAdopt, const Locale& locale, int32_t kind, int32_t coverage, UErrorCode& status);