Lines Matching refs:keyword
723 * collation. At this point, the only recognized keyword for this
733 * Given a keyword, create a string enumeration of all values
734 * for that keyword that are currently in use.
735 * @param keyword a particular keyword as enumerated by
736 * ucol_getKeywords. If any other keyword is passed in, status is set
739 keyword values, or NULL
743 static StringEnumeration* U_EXPORT2 getKeywordValues(const char *keyword, UErrorCode& status);
749 * plus input keyword and that value has different behavior than creation with the
751 * @param keyword one of the keys supported by this service. For now, only
758 * @return a string enumeration over keyword values for the given key and the locale.
761 static StringEnumeration* U_EXPORT2 getKeywordValuesForLocale(const char* keyword, const Locale& locale,
766 * requested locale, with respect to given keyword, for the
779 * @param keyword a particular keyword as enumerated by
791 static Locale U_EXPORT2 getFunctionalEquivalent(const char* keyword, const Locale& locale,