Searched refs:curKey (Results 1 – 2 of 2) sorted by relevance
107 static char* getID(const char* id, const char* curKey, char* result) { in getID() argument108 if(curKey == NULL) { in getID()113 result = (char *)uprv_malloc(sizeof(char)*(uprv_strlen(id) + 1 + uprv_strlen(curKey)) + 1); in getID()114 uprv_memset(result, 0, sizeof(char)*(uprv_strlen(id) + 1 + uprv_strlen(curKey)) + 1); in getID()119 uprv_strcat(result, curKey); in getID()
397 SimpleFactoryLookupKey curKey = iter.next(); in make() local398 SimpleFactoryCacheKey key2 = factoryLookupMap.asMap().get(curKey); in make()