Lines Matching refs:keyword
214 * Returns a functionally equivalent locale (considering keywords) for the specified keyword.
219 * @param keyword locale keyword. Example: "collation"
224 * @param omitDefault if true, omit keyword and value if default. 'de_DE\@collation=standard' -> 'de_DE'
231 const char *path, const char *resName, const char *keyword, const char *locid,
235 * Given a tree path and keyword, return a string enumeration of all possible values for that keyword.
237 * @param keyword a particular keyword to consider, must match a top level resource name
242 ures_getKeywordValues(const char *path, const char *keyword, UErrorCode *status);