Searched refs:typeKeyword (Results 1 – 4 of 4) sorted by relevance
189 if t == typeKeyword:
140 return pack(self.keyword, typeKeyword)
1049 char subtag[1024], typeKeyword[1024]; in parseCollationElements() local1133 … u_UCharsToChars(tokenValue->fChars, typeKeyword, u_strlen(tokenValue->fChars) + 1); in parseCollationElements()1134 if(uprv_strcmp(typeKeyword, "alias") == 0) { in parseCollationElements()
40 typeKeyword = FOUR_CHAR_CODE('keyw') variable