Searched refs:keyPath (Results 1 - 9 of 9) sorted by relevance

/external/clang/lib/Driver/
H A DMSVCToolChain.cpp120 static bool getSystemRegistryString(const char *keyPath, const char *valueName, argument
130 const char *placeHolder = strstr(keyPath, "$VERSION");
137 while ((keyEnd > keyPath) && (*keyEnd != '\\'))
142 size_t partialKeyLength = keyEnd - keyPath;
146 strncpy(partialKey, keyPath, partialKeyLength);
194 RegOpenKeyEx(hRootKey, keyPath, 0, KEY_READ | KEY_WOW64_32KEY, &hKey);
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DICUResourceBundle.java1480 String locale = null, keyPath = null;
1499 keyPath = rpath.substring(j + 1, rpath.length());
1517 keyPath = rpath.substring(i + 1);
1527 keyPath = rpath.substring(LOCALE.length() + 2/* prepending and appending / */, rpath.length());
1534 sub = ICUResourceBundle.findResourceWithFallback(keyPath, bundle, null);
1546 if (keyPath != null) {
1547 numKeys = countPathKeys(keyPath);
1550 getResPathKeys(keyPath, numKeys, keys, 0);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUResourceBundle.java1476 String locale = null, keyPath = null;
1495 keyPath = rpath.substring(j + 1, rpath.length());
1513 keyPath = rpath.substring(i + 1);
1523 keyPath = rpath.substring(LOCALE.length() + 2/* prepending and appending / */, rpath.length());
1530 sub = ICUResourceBundle.findResourceWithFallback(keyPath, bundle, null);
1542 if (keyPath != null) {
1543 numKeys = countPathKeys(keyPath);
1546 getResPathKeys(keyPath, numKeys, keys, 0);
/external/icu/icu4c/source/common/
H A Duresbund.cpp931 char *chAlias = NULL, *path = NULL, *locale = NULL, *keyPath = NULL; local
983 keyPath = locale;
990 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR);
991 if(keyPath) {
992 *keyPath = 0;
993 keyPath++;
999 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR);
1000 if(keyPath) {
1001 *keyPath = 0;
1002 keyPath
[all...]
H A Dusprep.cpp354 LocalMemory<char> keyPath; local
358 keyPath.allocateInsteadAndCopy(uprv_strlen(path)+1) == NULL)
377 key->path = keyPath.orphan();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-ios.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE com/ com/intel/ com/intel/moe/ com/intel/moe/ ...
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 94 milliseconds