/third_party/icu/icu4c/source/samples/uresb/ |
D | uresb.c | 54 static const char *resPath = NULL; variable 125 resPath = options[4].value; /* we'll use users resources */ in main() 127 resPath = NULL; /* we'll use ICU system resources for dumping */ in main() 133 resPath = resPathBuffer; /* we'll just dump uresb samples resources */ in main() 158 u_fprintf(out, "uresb: processing file \"%s\" in path \"%s\"\n", arg, resPath); in main() 159 bundle = ures_open(resPath, arg, &status); in main()
|
/third_party/skia/third_party/externals/icu/source/samples/uresb/ |
D | uresb.c | 54 static const char *resPath = NULL; variable 125 resPath = options[4].value; /* we'll use users resources */ in main() 127 resPath = NULL; /* we'll use ICU system resources for dumping */ in main() 133 resPath = resPathBuffer; /* we'll just dump uresb samples resources */ in main() 158 u_fprintf(out, "uresb: processing file \"%s\" in path \"%s\"\n", arg, resPath); in main() 159 bundle = ures_open(resPath, arg, &status); in main()
|
/third_party/icu/icu4c/source/common/ |
D | restrace.cpp | 28 CharString resPath; in trace() local 29 getResPath(resPath, status); in trace() 41 resPath.data()); in trace()
|
D | uresbund.cpp | 2087 const char* resPath, in createPath() argument 2107 path.append(resPath, resPathLen, *status); in createPath() 2109 const char* resPathLimit = resPath + resPathLen; in createPath() 2111 const char* resPathPtr = resPath; in createPath() 2185 const char* resPath = resB->fResPath; in ures_getByKeyWithFallback() local 2201 createPath(origResPath, origResPathLen, resPath, len, inKey, path, status); in ures_getByKeyWithFallback() 2217 resPath = helper->fResPath; in ures_getByKeyWithFallback() 2239 if (resPath != nullptr) { in ures_getByKeyWithFallback() 2240 createPath(origResPath, origResPathLen, resPath, len, inKey, path, status); in ures_getByKeyWithFallback()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | restrace.cpp | 29 CharString resPath; in trace() local 30 getResPath(resPath, status); in trace() 42 resPath.data()); in trace()
|
D | uresbund.cpp | 1887 const char* resPath = resB->fResPath; in ures_getByKeyWithFallback() local 1896 path.append(resPath, len, *status); in ures_getByKeyWithFallback() 1914 resPath = helper->fResPath; in ures_getByKeyWithFallback()
|
/third_party/node/deps/icu-small/source/common/ |
D | restrace.cpp | 28 CharString resPath; in trace() local 29 getResPath(resPath, status); in trace() 41 resPath.data()); in trace()
|
D | uresbund.cpp | 2088 const char* resPath, in createPath() argument 2108 path.append(resPath, resPathLen, *status); in createPath() 2110 const char* resPathLimit = resPath + resPathLen; in createPath() 2112 const char* resPathPtr = resPath; in createPath() 2186 const char* resPath = resB->fResPath; in ures_getByKeyWithFallback() local 2202 createPath(origResPath, origResPathLen, resPath, len, inKey, path, status); in ures_getByKeyWithFallback() 2218 resPath = helper->fResPath; in ures_getByKeyWithFallback() 2240 if (resPath != nullptr) { in ures_getByKeyWithFallback() 2241 createPath(origResPath, origResPathLen, resPath, len, inKey, path, status); in ures_getByKeyWithFallback()
|
/third_party/lzma/CPP/Windows/ |
D | CommonDialog.cpp | 131 UString &resPath in MyGetOpenFileName() argument 168 resPath = GetUnicodeString(buf); in MyGetOpenFileName() 203 resPath = buf; in MyGetOpenFileName()
|
D | CommonDialog.h | 15 UString &resPath
|
/third_party/skia/third_party/externals/icu/patches/ |
D | restrace.patch | 15 resPath.data());
|
/third_party/icu/docs/userguide/icu_data/ |
D | tracing.md | 128 const char* resPath = va_arg(args, const char*);
|
/third_party/vk-gl-cts/scripts/android/ |
D | build_apk.py | 628 for resPath in self.getResPaths(): 629 args += ["-S", resolvePath(config, resPath)]
|