Home | History | Annotate | Download | only in common

Lines Matching defs:keyword

440     const char *keyword = NULL;
602 keyword = uenum_next(keywordEnum, &keywordLen, pErrorCode);
604 length3 += uloc_getDisplayKeyword(keyword, displayLocale, dest+length+length3, destCapacity-length-length3, pErrorCode);
606 length3 += uloc_getDisplayKeyword(keyword, displayLocale, NULL, 0, pErrorCode);
612 keywordValueLen = uloc_getKeywordValue(locale, keyword, keywordValue, 256, pErrorCode);
619 length3 += uloc_getDisplayKeywordValue(locale, keyword, displayLocale, dest+length+length3, destCapacity-length-length3, pErrorCode);
621 length3 += uloc_getDisplayKeywordValue(locale, keyword, displayLocale, NULL, 0, pErrorCode);
708 uloc_getDisplayKeyword(const char* keyword,
728 keyword,
729 keyword,
740 const char* keyword,
761 /* get the keyword value */
763 keywordValueLen = uloc_getKeywordValue(locale, keyword, keywordValue, capacity, status);
766 * if the keyword is equal to currency .. then to get the display name
769 if(uprv_stricmp(keyword, _kCurrency)==0){
818 _kTypes, keyword,