Home
last modified time | relevance | path

Searched refs:resName (Results 1 – 25 of 32) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/
Dgenrb.cpp744 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 …]
Dwrtxml.cpp489 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/
Dgenrb.cpp758 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 …]
Dwrtxml.cpp489 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/
Dgenrb.cpp758 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 …]
Dwrtxml.cpp489 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/
Dgenrb.cpp758 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 …]
Dwrtxml.cpp489 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/
DXLIFF2ICUConverter.java825 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/
DNumericCodeData.java80 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/
DICUResourceBundleCollationTest.java160 …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/
DICUResourceBundleCollationTest.java163 …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()
DICUResourceBundleTest.java787 …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/
DResourceBundleWrapper.java190 final String resName = name.replace('.', '/') + ".properties"; in instantiateBundle() local
195 return root.getResourceAsStream(resName); in instantiateBundle()
DICUResourceBundle.java116 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/
DResourceBundleWrapper.java188 final String resName = name.replace('.', '/') + ".properties"; in instantiateBundle() local
193 return root.getResourceAsStream(resName); in instantiateBundle()
DICUResourceBundle.java112 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/
DvktDrawMultipleInterpolationTests.cpp843 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/
DvktDrawMultipleInterpolationTests.cpp843 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/
DteglRobustnessTests.cpp934 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/
Duresimp.h170 … const char *path, const char *resName, const char *keyword, const char *locid,
/third_party/icu/icu4c/source/common/
Duresimp.h228 … const char *path, const char *resName, const char *keyword, const char *locid,
/third_party/skia/third_party/externals/icu/source/common/
Duresimp.h228 … const char *path, const char *resName, const char *keyword, const char *locid,
/third_party/node/deps/icu-small/source/common/
Duresimp.h231 … 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/
DICUResourceBundleTest.java784 …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()

12