Searched refs:tempKey (Results 1 – 2 of 2) sorted by relevance
89 unsigned* tempKey = SkNEW_ARRAY(unsigned, keySize); in fKeySize() local90 memcpy(tempKey, key, keySize*sizeof(unsigned)); in fKeySize()91 fKey = tempKey; in fKeySize()
239 const char *tempKey = NULL; in initAvailableLocaleList() local240 ures_getNextString(&installed, NULL, &tempKey, &status); in initAvailableLocaleList()241 availableLocaleList[i++] = Locale(tempKey); in initAvailableLocaleList()