Home | History | Annotate | Download | only in i18n

Lines Matching full:keyword

188     /* we try to find stuff from keyword */
192 // if there is a keyword, we pick it up and try to get elements
195 // no keyword. we try to find the default setting, which will give us the keyword value
789 ucol_getKeywordValues(const char *keyword, UErrorCode *status) {
793 // hard-coded to accept exactly one collation keyword
794 // modify if additional collation keyword is added later
795 if (keyword==NULL || uprv_strcmp(keyword, KEYWORDS[0])!=0)
823 * -values is the temp location for the keyword values
931 const char* keyword, const char* locale,
934 // N.B.: Resource name is "collations" but keyword is "collation"
936 "collations", keyword, locale,