Home
last modified time | relevance | path

Searched refs:typeKeyword (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/plat-mac/
Daepack.py189 if t == typeKeyword:
Daetypes.py140 return pack(self.keyword, typeKeyword)
/external/icu/icu4c/source/tools/genrb/
Dparse.cpp1049 char subtag[1024], typeKeyword[1024]; in parseCollationElements() local
1133 … u_UCharsToChars(tokenValue->fChars, typeKeyword, u_strlen(tokenValue->fChars) + 1); in parseCollationElements()
1134 if(uprv_strcmp(typeKeyword, "alias") == 0) { in parseCollationElements()
/external/python/cpython2/Lib/plat-mac/Carbon/
DAppleEvents.py40 typeKeyword = FOUR_CHAR_CODE('keyw') variable