Home | History | Annotate | Download | only in common

Lines Matching refs:Locale

51 BreakIterator::buildInstance(const Locale& loc, const char *type, int32_t kind, UErrorCode &status)
70 // Get the locale
123 // If there is a result, set the valid locale and actual locale, and the kind
149 BreakIterator::createWordInstance(const Locale& key, UErrorCode& status)
158 BreakIterator::createLineInstance(const Locale& key, UErrorCode& status)
167 BreakIterator::createCharacterInstance(const Locale& key, UErrorCode& status)
176 BreakIterator::createSentenceInstance(const Locale& key, UErrorCode& status)
185 BreakIterator::createTitleInstance(const Locale& key, UErrorCode& status)
193 const Locale* U_EXPORT2
196 return Locale::getAvailableLocales(count);
228 virtual UObject* handleCreate(const Locale& loc, int32_t kind, const ICUService* /*service*/, UErrorCode& status) const {
255 Locale loc;
324 BreakIterator::registerInstance(BreakIterator* toAdopt, const Locale& locale, UBreakIteratorType kind, UErrorCode& status)
331 return service->registerInstance(toAdopt, locale, kind, status);
364 BreakIterator::createInstance(const Locale& loc, int32_t kind, UErrorCode& status)
372 Locale actualLoc("");
378 // requested locale) then the actualLoc comes back empty. In
380 // locale data populated (by makeInstance, which is what
400 BreakIterator::makeInstance(const Locale& loc, int32_t kind, UErrorCode& status)
435 Locale