Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/genrb/
Dwrtxml.cpp107 static char* getID(const char* id, const char* curKey, char* result) { in getID() argument
108 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()
/external/cldr/tools/java/org/unicode/cldr/util/
DSimpleFactory.java397 SimpleFactoryLookupKey curKey = iter.next(); in make() local
398 SimpleFactoryCacheKey key2 = factoryLookupMap.asMap().get(curKey); in make()