Home | History | Annotate | Download | only in common

Lines Matching refs:KeywordStruct

611 } KeywordStruct;
615 const char* leftString = ((const KeywordStruct *)left)->keyword;
616 const char* rightString = ((const KeywordStruct *)right)->keyword;
624 * If addKeyword is not NULL is must have length small enough to fit in KeywordStruct.keyword.
636 KeywordStruct keywordList[ULOC_MAX_NO_KEYWORDS];
761 uprv_sortArray(keywordList, numKeywords, sizeof(KeywordStruct), compareKeywordStructs, NULL, FALSE, status);