Home | History | Annotate | Download | only in unicode

Lines Matching full:keyword

297  * Invariant character for assigning value to a keyword
303 * Unicode code point for '=' for assigning value to a keyword.
636 * Gets the keyword name suitable for display for the specified locale.
638 * string for the keyword collation.
642 * const char* keyword =NULL;
654 * keyword = uenum_next(keywordEnum, &keywordLen, &status);
655 * displayKeywordLen = uloc_getDisplayKeyword(keyword, "en_US", displayKeyword, 256);
660 * @param keyword The keyword whose display string needs to be returned.
665 * @param dest the buffer to which the displayable keyword should be written.
676 uloc_getDisplayKeyword(const char* keyword,
682 * Gets the value of the keyword suitable for display for the specified locale.
684 * string for PHONEBOOK, in the display locale, when "collation" is specified as the keyword.
687 * @param keyword The keyword for whose value should be used.
692 * @param dest the buffer to which the displayable keyword should be written.
703 const char* keyword,
806 * This API strips off the keyword part, so "de_DE\@collation=phonebook"
838 * Get the value for a keyword. Locale name does not need to be normalized.
840 * @param localeID locale name containing the keyword ("de_DE@currency=EURO;collation=PHONEBOOK")
841 * @param keywordName name of the keyword for which we want the value. Case insensitive.
845 * @return the length of keyword value
856 * Set the value of the specified keyword.
863 * @param keywordName name of the keyword to be set. Case insensitive.
864 * @param keywordValue value of the keyword to be set. If 0-length or
865 * NULL, will result in the keyword being removed. No error is given if
866 * that keyword does not exist.