Home
last modified time | relevance | path

Searched refs:nres (Results 1 – 2 of 2) sorted by relevance

/external/opencore/pvmi/pvmf/include/
Dpvmf_node_utils.h86 void Construct(uint32 nres) in Construct() argument
89 iVec.reserve(nres); in Construct()
90 iNres = nres; in Construct()
451 void Construct(int32 init, uint32 nres) in Construct() argument
454 iVec.reserve(nres); in Construct()
/external/icu4c/i18n/
Dtimezone.cpp330 UResourceBundle *nres = ures_getByKey(top, kNAMES, NULL, &ec); // dereference Names section in loadOlsonIDs() local
334 count = ures_getSize(nres); in loadOlsonIDs()
338 const UChar* id = ures_getStringByIndex(nres, i, &idLen, &ec); in loadOlsonIDs()
345 ures_close(nres); in loadOlsonIDs()
1110 … UResourceBundle *nres = ures_getByKey(top, kNAMES, NULL, &ec); // dereference Names section in getOlsonCanonicalID() local
1112 const UChar* tmp = ures_getStringByIndex(nres, deref, &len, &ec); in getOlsonCanonicalID()
1116 ures_close(nres); in getOlsonCanonicalID()