Home
last modified time | relevance | path

Searched refs:resPath (Results 1 – 13 of 13) sorted by relevance

/third_party/icu/icu4c/source/samples/uresb/
Duresb.c54 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/
Duresb.c54 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/
Drestrace.cpp28 CharString resPath; in trace() local
29 getResPath(resPath, status); in trace()
41 resPath.data()); in trace()
Duresbund.cpp2087 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/
Drestrace.cpp29 CharString resPath; in trace() local
30 getResPath(resPath, status); in trace()
42 resPath.data()); in trace()
Duresbund.cpp1887 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/
Drestrace.cpp28 CharString resPath; in trace() local
29 getResPath(resPath, status); in trace()
41 resPath.data()); in trace()
Duresbund.cpp2088 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/
DCommonDialog.cpp131 UString &resPath in MyGetOpenFileName() argument
168 resPath = GetUnicodeString(buf); in MyGetOpenFileName()
203 resPath = buf; in MyGetOpenFileName()
DCommonDialog.h15 UString &resPath
/third_party/skia/third_party/externals/icu/patches/
Drestrace.patch15 resPath.data());
/third_party/icu/docs/userguide/icu_data/
Dtracing.md128 const char* resPath = va_arg(args, const char*);
/third_party/vk-gl-cts/scripts/android/
Dbuild_apk.py628 for resPath in self.getResPaths():
629 args += ["-S", resolvePath(config, resPath)]