Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrLayerCache.h89 unsigned* tempKey = SkNEW_ARRAY(unsigned, keySize); in fKeySize() local
90 memcpy(tempKey, key, keySize*sizeof(unsigned)); in fKeySize()
91 fKey = tempKey; in fKeySize()
/external/icu/icu4c/source/i18n/
Dcoll.cpp239 const char *tempKey = NULL; in initAvailableLocaleList() local
240 ures_getNextString(&installed, NULL, &tempKey, &status); in initAvailableLocaleList()
241 availableLocaleList[i++] = Locale(tempKey); in initAvailableLocaleList()