Lines Matching refs:Locale
102 * (according to the locale's collation). Strings can be added to the index;
114 * then it is a good idea to call addLabels(Locale::getEnglish(), status).</p>
296 * Construct an AlphabeticIndex object for the specified locale. If the locale's
298 * synthesized based on the locale's exemplar characters. The locale
302 * @param locale the desired locale.
307 AlphabeticIndex(const Locale &locale, UErrorCode &status);
340 * Add the index characters from a Locale to the index. The labels
343 * changed; it remains that of the locale that was originally specified
346 * @param locale The locale whose index characters are to be added.
352 virtual AlphabeticIndex &addLabels(const Locale &locale, UErrorCode &status);
478 * based on the collation ordering of the names in the index's locale.
672 void init(const Locale *locale, UErrorCode &status);
675 * This method is called to get the index exemplars. Normally these come from the locale directly,
678 void addIndexExemplars(const Locale *locale, UErrorCode &status);