Home
last modified time | relevance | path

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

/external/openthread/src/core/thread/
Dkey_manager.cpp342 Mac::KeyMaterial curKey; in UpdateKeyMaterial() local
346 curKey.SetFrom(hashKeys.GetMacKey(), kExportableMacKeys); in UpdateKeyMaterial()
354 …:SubMac>().SetMacKey(Mac::Frame::kKeyIdMode1, (mKeySequence & 0x7f) + 1, prevKey, curKey, nextKey); in UpdateKeyMaterial()
/external/cronet/third_party/icu/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/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/cldr-code/src/main/java/org/unicode/cldr/util/
DSimpleFactory.java405 SimpleFactoryLookupKey curKey = iter.next(); in make() local
406 SimpleFactoryCacheKey key2 = factoryLookupMap.asMap().get(curKey); in make()