OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subKey
(Results
1 - 9
of
9
) sorted by null
/external/clang/lib/Driver/
WindowsToolChain.cpp
87
const char*
subKey
= NULL;
95
subKey
= keyPath + 18;
98
subKey
= keyPath + 11;
101
subKey
= keyPath + 19;
104
subKey
= keyPath + 18;
109
const char *placeHolder = strstr(
subKey
, "$VERSION");
117
while ((keyEnd >
subKey
) && (*keyEnd != '\\'))
122
size_t partialKeyLength = keyEnd -
subKey
;
126
strncpy(partialKey,
subKey
, partialKeyLength);
174
lResult = RegOpenKeyEx(hRootKey,
subKey
, 0, KEY_READ, &hKey)
[
all
...]
/external/chromium_org/third_party/icu/source/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);
/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, ¤tVersion)) {
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/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
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 93 milliseconds