• Home
  • Raw
  • Download

Lines Matching refs:keyword

474     const char *keyword;     /* keyword, or NULL if none */  member
597 char keyword[ULOC_KEYWORD_BUFFER_LEN]; member
605 const char* leftString = ((const KeywordStruct *)left)->keyword; in compareKeywordStructs()
606 const char* rightString = ((const KeywordStruct *)right)->keyword; in compareKeywordStructs()
668 keywordList[numKeywords].keyword[n++] = uprv_tolower(pos[i]); in _getKeywords()
671 keywordList[numKeywords].keyword[n] = 0; in _getKeywords()
698 if (uprv_strcmp(keywordList[j].keyword, keywordList[numKeywords].keyword) == 0) { in _getKeywords()
715 if (uprv_strcmp(keywordList[j].keyword, addKeyword) == 0) { in _getKeywords()
725 uprv_strcpy(keywordList[numKeywords].keyword, addKeyword); in _getKeywords()
742 uprv_strcpy(keywords+keywordsLen, keywordList[i].keyword); in _getKeywords()
1732 addKeyword = CANONICALIZE_MAP[j].keyword; in _canonicalize()
2306 const char *keyword = NULL; in uloc_getDisplayName() local
2441 keyword = uenum_next(keywordEnum, &keywordLen, pErrorCode); in uloc_getDisplayName()
2443 …length3 += uloc_getDisplayKeyword(keyword, displayLocale, dest+length+length3, destCapacity-length… in uloc_getDisplayName()
2445 length3 += uloc_getDisplayKeyword(keyword, displayLocale, NULL, 0, pErrorCode); in uloc_getDisplayName()
2451 keywordValueLen = uloc_getKeywordValue(locale, keyword, keywordValue, 256, pErrorCode); in uloc_getDisplayName()
2458 …length3 += uloc_getDisplayKeywordValue(locale, keyword, displayLocale, dest+length+length3, destCa… in uloc_getDisplayName()
2460 … length3 += uloc_getDisplayKeywordValue(locale, keyword, displayLocale, NULL, 0, pErrorCode); in uloc_getDisplayName()
2509 uloc_getDisplayKeyword(const char* keyword, in uloc_getDisplayKeyword() argument
2529 keyword, in uloc_getDisplayKeyword()
2530 keyword, in uloc_getDisplayKeyword()
2541 const char* keyword, in uloc_getDisplayKeywordValue() argument
2564 keywordValueLen = uloc_getKeywordValue(locale, keyword, keywordValue, capacity, status); in uloc_getDisplayKeywordValue()
2570 if(uprv_stricmp(keyword, _kCurrency)==0){ in uloc_getDisplayKeywordValue()
2619 _kTypes, keyword, in uloc_getDisplayKeywordValue()