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

  /external/clang/lib/Driver/
WindowsToolChain.cpp 95 const char* subKey = NULL;
103 subKey = keyPath + 18;
106 subKey = keyPath + 11;
109 subKey = keyPath + 19;
112 subKey = keyPath + 18;
117 const char *placeHolder = strstr(subKey, "$VERSION");
125 while ((keyEnd > subKey) && (*keyEnd != '\\'))
130 size_t partialKeyLength = keyEnd - subKey;
134 strncpy(partialKey, subKey, partialKeyLength);
182 lResult = RegOpenKeyEx(hRootKey, subKey, 0, KEY_READ, &hKey)
    [all...]
  /external/icu4c/i18n/
gregoimp.cpp 234 UResourceBundle* CalendarData::getByKey2(const char *key, const char *subKey, UErrorCode& status) {
245 fFillin = ures_getByKeyWithFallback(fOtherFillin, subKey, fFillin, &status);
247 fprintf(stderr, "%p: get %s/format/%s -> %s - from MAIN %s\n", this, key, subKey, u_errorName(status), ures_getLocale(fFillin, &status));
254 fFillin = ures_getByKeyWithFallback(fOtherFillin, subKey, fFillin, &status);
256 fprintf(stderr, "%p: get %s/format/%s -> %s - from FALLBACK %s\n",this, key, subKey, u_errorName(status), ures_getLocale(fFillin,&status));
262 // uprv_strcmp(subKey,U_DEFAULT_KEY)) { // avoid recursion
278 // if(*kwBuf && uprv_strcmp(kwBuf,subKey)) {
296 UResourceBundle* CalendarData::getByKey3(const char *key, const char *contextKey, const char *subKey, UErrorCode& status) {
307 fFillin = ures_getByKeyWithFallback(fOtherFillin, subKey, fFillin, &status);
309 fprintf(stderr, "%p: get %s/%s/%s -> %s - from MAIN %s\n", this, key, contextKey, subKey, u_errorName(status), ures_getLocale(fFillin, &status))
    [all...]
gregoimp.h 322 * data is located in: "calendar/key/format/subKey"
327 * @param subKey Resource key to data
331 UResourceBundle* getByKey2(const char *key, const char *subKey, UErrorCode& status);
335 * data is located in: "calendar/key/contextKey/subKey"
341 * @param subKey Resource key to data
345 UResourceBundle* getByKey3(const char *key, const char *contextKey, const char *subKey, UErrorCode& status);
  /sdk/find_java/
find_java_lib.cpp 207 CPath subKey(rootKey);
208 if (getRegValue(subKey.cstr(), "CurrentVersion", access, &currentVersion)) {
211 subKey.addPath(currentVersion);
213 if (getRegValue(subKey.cstr(), "JavaHome", access, &javaHome)) {
256 CPath subKey(rootKey);
257 subKey.addPath(name);
259 if (getRegValue(subKey.cstr(), "JavaHome", access, &javaHome)) {
  /external/webkit/Source/WebKit/win/
WebURLResponse.cpp 436 HKEY subKey;
437 err = RegOpenKeyEx(key, mimeType, 0, KEY_QUERY_VALUE, &subKey);
442 err = RegQueryValueEx(subKey, TEXT("Extension"), 0, &keyType, (LPBYTE)extension, &keySize);
463 RegCloseKey(subKey);
  /external/valgrind/main/cachegrind/
cg_merge.c 399 UWord subKey;
412 while (nextIterFM( topVal, (Word*)(&subKey), (Word*)(&subVal) )) {
413 fprintf(f, "%ld ", subKey );
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 156 milliseconds