/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/ |
D | genrb.cpp | 744 char *resName; in make_res_filename() local 759 basename = dirname = resName = 0; in make_res_filename() 780 resName = (char*) uprv_malloc(sizeof(char) * (uprv_strlen(dirname) in make_res_filename() 784 if(resName == 0) { in make_res_filename() 789 uprv_strcpy(resName, dirname); in make_res_filename() 793 uprv_strcat(resName, packageName); in make_res_filename() 794 uprv_strcat(resName, "_"); in make_res_filename() 797 uprv_strcat(resName, basename); in make_res_filename() 803 resName = (char*) uprv_malloc(sizeof(char) * (dirlen + pkgLen + basenamelen + 8)); in make_res_filename() 805 if (resName == NULL) { in make_res_filename() [all …]
|
D | wrtxml.cpp | 489 printComments(struct UString *src, const char *resName, UBool printTranslate, UErrorCode *status){ in printComments() argument 525 …derr, "Warning: Tranlate attribute for resource %s cannot be set. XLIFF prohibits it.\n", resName); in printComments()
|
/third_party/icu/icu4c/source/tools/genrb/ |
D | genrb.cpp | 758 char *resName; in make_res_filename() local 773 basename = dirname = resName = 0; in make_res_filename() 794 resName = (char*) uprv_malloc(sizeof(char) * (uprv_strlen(dirname) in make_res_filename() 798 if(resName == 0) { in make_res_filename() 803 uprv_strcpy(resName, dirname); in make_res_filename() 807 uprv_strcat(resName, packageName); in make_res_filename() 808 uprv_strcat(resName, "_"); in make_res_filename() 811 uprv_strcat(resName, basename); in make_res_filename() 817 resName = (char*) uprv_malloc(sizeof(char) * (dirlen + pkgLen + basenamelen + 8)); in make_res_filename() 819 if (resName == NULL) { in make_res_filename() [all …]
|
D | wrtxml.cpp | 489 printComments(struct UString *src, const char *resName, UBool printTranslate, UErrorCode *status){ in printComments() argument 525 …derr, "Warning: Tranlate attribute for resource %s cannot be set. XLIFF prohibits it.\n", resName); in printComments()
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
D | genrb.cpp | 758 char *resName; in make_res_filename() local 773 basename = dirname = resName = 0; in make_res_filename() 794 resName = (char*) uprv_malloc(sizeof(char) * (uprv_strlen(dirname) in make_res_filename() 798 if(resName == 0) { in make_res_filename() 803 uprv_strcpy(resName, dirname); in make_res_filename() 807 uprv_strcat(resName, packageName); in make_res_filename() 808 uprv_strcat(resName, "_"); in make_res_filename() 811 uprv_strcat(resName, basename); in make_res_filename() 817 resName = (char*) uprv_malloc(sizeof(char) * (dirlen + pkgLen + basenamelen + 8)); in make_res_filename() 819 if (resName == NULL) { in make_res_filename() [all …]
|
D | wrtxml.cpp | 489 printComments(struct UString *src, const char *resName, UBool printTranslate, UErrorCode *status){ in printComments() argument 525 …derr, "Warning: Tranlate attribute for resource %s cannot be set. XLIFF prohibits it.\n", resName); in printComments()
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
D | genrb.cpp | 758 char *resName; in make_res_filename() local 773 basename = dirname = resName = 0; in make_res_filename() 794 resName = (char*) uprv_malloc(sizeof(char) * (uprv_strlen(dirname) in make_res_filename() 798 if(resName == 0) { in make_res_filename() 803 uprv_strcpy(resName, dirname); in make_res_filename() 807 uprv_strcat(resName, packageName); in make_res_filename() 808 uprv_strcat(resName, "_"); in make_res_filename() 811 uprv_strcat(resName, basename); in make_res_filename() 817 resName = (char*) uprv_malloc(sizeof(char) * (dirlen + pkgLen + basenamelen + 8)); in make_res_filename() 819 if (resName == NULL) { in make_res_filename() [all …]
|
D | wrtxml.cpp | 489 printComments(struct UString *src, const char *resName, UBool printTranslate, UErrorCode *status){ in printComments() argument 525 …err, "Warning: Translate attribute for resource %s cannot be set. XLIFF prohibits it.\n", resName); in printComments()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/ |
D | XLIFF2ICUConverter.java | 825 String resName = getAttributeValue(node, RESNAME); in parseResourceString() local 838 currentSource.name = currentTarget.name = resName; in parseResourceString() 860 String resName = getAttributeValue(node, RESNAME); in parseResourceInt() local 872 currentSource.name = currentTarget.name = resName; in parseResourceInt() 894 String resName = getAttributeValue(node, RESNAME); in parseResourceAlias() local 906 currentSource.name = currentTarget.name = resName; in parseResourceAlias() 1005 String resName = getAttributeValue(node, RESNAME); in parseBinUnit() local 1008 currentTarget.name = currentSource.name = resName; in parseBinUnit() 1040 String resName = getAttributeValue(node, RESNAME); in parseArray() local 1041 currentSource.name = currentTarget.name = resName; in parseArray() [all …]
|
/third_party/icu/tools/currency/src/com/ibm/icu/dev/tool/currency/ |
D | NumericCodeData.java | 80 public void writeResource(OutputStreamWriter osw, String resName) throws IOException { in writeResource() argument 102 pw.println(resName + ":table(nofallback){"); in writeResource()
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/ |
D | ICUResourceBundleCollationTest.java | 160 …private void getFunctionalEquivalentTestCases(String path, ClassLoader cl, String resName, String … in getFunctionalEquivalentTestCases() argument 175 …ULocale equivLocale = ICUResourceBundle.getFunctionalEquivalent(path, cl, resName, keyword, inLoca… in getFunctionalEquivalentTestCases()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
D | ICUResourceBundleCollationTest.java | 163 …private void getFunctionalEquivalentTestCases(String path, ClassLoader cl, String resName, String … in getFunctionalEquivalentTestCases() argument 178 …ULocale equivLocale = ICUResourceBundle.getFunctionalEquivalent(path, cl, resName, keyword, inLoca… in getFunctionalEquivalentTestCases()
|
D | ICUResourceBundleTest.java | 787 …private void getFunctionalEquivalentTestCases(String path, ClassLoader cl, String resName, String … in getFunctionalEquivalentTestCases() argument 802 …ULocale equivLocale = ICUResourceBundle.getFunctionalEquivalent(path, cl, resName, keyword, inLoca… in getFunctionalEquivalentTestCases()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | ResourceBundleWrapper.java | 190 final String resName = name.replace('.', '/') + ".properties"; in instantiateBundle() local 195 return root.getResourceAsStream(resName); in instantiateBundle()
|
D | ICUResourceBundle.java | 116 String resName, String keyword, ULocale locID, in getFunctionalEquivalent() argument 152 ICUResourceBundle irb = (ICUResourceBundle) r.get(resName); in getFunctionalEquivalent() 174 ICUResourceBundle irb = (ICUResourceBundle)r.get(resName); in getFunctionalEquivalent() 205 ICUResourceBundle irb = (ICUResourceBundle)r.get(resName); in getFunctionalEquivalent()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ResourceBundleWrapper.java | 188 final String resName = name.replace('.', '/') + ".properties"; in instantiateBundle() local 193 return root.getResourceAsStream(resName); in instantiateBundle()
|
D | ICUResourceBundle.java | 112 String resName, String keyword, ULocale locID, in getFunctionalEquivalent() argument 148 ICUResourceBundle irb = (ICUResourceBundle) r.get(resName); in getFunctionalEquivalent() 170 ICUResourceBundle irb = (ICUResourceBundle)r.get(resName); in getFunctionalEquivalent() 201 ICUResourceBundle irb = (ICUResourceBundle)r.get(resName); in getFunctionalEquivalent()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawMultipleInterpolationTests.cpp | 843 const std::string resName = interpolationToString((Interpolation)resNdx); in iterate() local 845 log << tcu::TestLog::ImageSet(resName, resName) in iterate() 862 return tcu::TestStatus::fail(resName + " produced different results"); in iterate() 873 …return tcu::TestStatus::fail(resName + " and " + refName + " produced different results without mu… in iterate() 888 return tcu::TestStatus::fail(resName + " and " + refName + " produced same result"); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
D | vktDrawMultipleInterpolationTests.cpp | 843 const std::string resName = interpolationToString((Interpolation)resNdx); in iterate() local 845 log << tcu::TestLog::ImageSet(resName, resName) in iterate() 862 return tcu::TestStatus::fail(resName + " produced different results"); in iterate() 873 …return tcu::TestStatus::fail(resName + " and " + refName + " produced different results without mu… in iterate() 888 return tcu::TestStatus::fail(resName + " and " + refName + " produced same result"); in iterate()
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglRobustnessTests.cpp | 934 const std::string resName = (m_isUBO) ? "ub_in" : "sb_in"; in genNonComputeSource() local 939 << "} " << resName << "[" << s_numBindings << "];\n"; in genNonComputeSource() 942 ? " color.x = " + resName + "[0].color_out[u_index];\n" in genNonComputeSource() 943 : " color[u_index] = " + resName + "[0].color_out[0];\n"; in genNonComputeSource() 973 const std::string resName = (m_isUBO) ? "ub_in" : "sb_in"; in genComputeSource() local 978 << "} " << resName << "[" << s_numBindings << "];\n"; in genComputeSource() 981 ? " sb_out.values.x = " + resName + "[0].values[u_index] * float(groupNdx);\n" in genComputeSource() 982 : " sb_out.values[u_index] = " + resName + "[0].values.x * float(groupNdx);\n"; in genComputeSource()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | uresimp.h | 170 … const char *path, const char *resName, const char *keyword, const char *locid,
|
/third_party/icu/icu4c/source/common/ |
D | uresimp.h | 228 … const char *path, const char *resName, const char *keyword, const char *locid,
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | uresimp.h | 228 … const char *path, const char *resName, const char *keyword, const char *locid,
|
/third_party/node/deps/icu-small/source/common/ |
D | uresimp.h | 231 … const char *path, const char *resName, const char *keyword, const char *locid,
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | ICUResourceBundleTest.java | 784 …private void getFunctionalEquivalentTestCases(String path, ClassLoader cl, String resName, String … in getFunctionalEquivalentTestCases() argument 799 …ULocale equivLocale = ICUResourceBundle.getFunctionalEquivalent(path, cl, resName, keyword, inLoca… in getFunctionalEquivalentTestCases()
|