Searched refs:nameinfo (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | tzgnames.cpp | 221 GNameInfo *nameinfo = (ZNameInfo *)node->getValue(i); in handleMatch() local 222 if (nameinfo == NULL) { in handleMatch() 225 if ((nameinfo->type & fTypes) != 0) { in handleMatch() 240 gmatch->gnameInfo = nameinfo; in handleMatch() 576 GNameInfo *nameinfo = (ZNameInfo *)uprv_malloc(sizeof(GNameInfo)); in getGenericLocationName() local 577 if (nameinfo != NULL) { in getGenericLocationName() 578 nameinfo->type = UTZGNM_LOCATION; in getGenericLocationName() 579 nameinfo->tzID = cacheID; in getGenericLocationName() 580 fGNamesTrie.put(locname, nameinfo, status); in getGenericLocationName() 825 GNameInfo *nameinfo = (ZNameInfo *)uprv_malloc(sizeof(GNameInfo)); in getPartialLocationName() local [all …]
|
D | tznames_impl.cpp | 703 ZNameInfo *nameinfo = (ZNameInfo *)uprv_malloc(sizeof(ZNameInfo)); in addNamesIntoTrie() local 704 if (nameinfo == NULL) { in addNamesIntoTrie() 708 nameinfo->mzID = mzID; in addNamesIntoTrie() 709 nameinfo->tzID = tzID; in addNamesIntoTrie() 710 nameinfo->type = getTZNameType((UTimeZoneNameTypeIndex)i); in addNamesIntoTrie() 711 trie.put(name, nameinfo, status); // trie.put() takes ownership of the key in addNamesIntoTrie() 940 ZNameInfo *nameinfo = (ZNameInfo *)node->getValue(i); in handleMatch() local 941 if (nameinfo == NULL) { in handleMatch() 944 if ((nameinfo->type & fTypes) != 0) { in handleMatch() 954 if (nameinfo->tzID) { in handleMatch() [all …]
|
/external/clang/lib/AST/ |
D | Expr.cpp | 1406 DeclarationNameInfo nameinfo, const TemplateArgumentListInfo *targs, in Create() argument 1422 MemberExpr(base, isarrow, OperatorLoc, memberdecl, nameinfo, ty, vk, ok); in Create()
|