Home | History | Annotate | Download | only in common

Lines Matching refs:keyword

153  * Returns a functionally equivalent locale (considering keywords) for the specified keyword.
158 * @param keyword locale keyword. Example: "collation"
163 * @param omitDefault if TRUE, omit keyword and value if default. 'de_DE\@collation=standard' -> 'de_DE'
170 const char *path, const char *resName, const char *keyword, const char *locid,
174 * Given a tree path and keyword, return a string enumeration of all possible values for that keyword.
176 * @param keyword a particular keyword to consider, must match a top level resource name
181 ures_getKeywordValues(const char *path, const char *keyword, UErrorCode *status);