HomeSort by relevance Sort by last modified time
    Searched refs:curKey (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/tools/genrb/
wrtxml.cpp 107 static char* getID(const char* id, const char* curKey, char* result) {
108 if(curKey == NULL) {
113 result = (char *)uprv_malloc(sizeof(char)*(uprv_strlen(id) + 1 + uprv_strlen(curKey)) + 1);
114 uprv_memset(result, 0, sizeof(char)*(uprv_strlen(id) + 1 + uprv_strlen(curKey)) + 1);
119 uprv_strcat(result, curKey);
    [all...]
  /frameworks/av/services/camera/libcameraservice/utils/
ClientManager.h 483 const KEY& curKey = i->getKey();
488 bool conflicting = (curKey == key || i->isConflicting(key) ||
489 client->isConflicting(curKey));
  /external/cldr/tools/java/org/unicode/cldr/util/
SimpleFactory.java 397 SimpleFactoryLookupKey curKey = iter.next();
398 SimpleFactoryCacheKey key2 = factoryLookupMap.asMap().get(curKey);

Completed in 2175 milliseconds