Home
last modified time | relevance | path

Searched refs:resName (Results 1 - 25 of 30) sorted by relevance

12

/third_party/node/deps/icu-small/source/tools/genrb/
H A Dgenrb.cpp776 char *resName; in make_res_filename() local
791 basename = dirname = resName = 0; in make_res_filename()
812 resName = (char*) uprv_malloc(sizeof(char) * (uprv_strlen(dirname) in make_res_filename()
816 if(resName == 0) { in make_res_filename()
821 uprv_strcpy(resName, dirname); in make_res_filename()
825 uprv_strcat(resName, packageName); in make_res_filename()
826 uprv_strcat(resName, "_"); in make_res_filename()
829 uprv_strcat(resName, basename); in make_res_filename()
835 resName = (char*) uprv_malloc(sizeof(char) * (dirlen + pkgLen + basenamelen + 8)); in make_res_filename()
837 if (resName in make_res_filename()
[all...]
H A Dwrtxml.cpp489 printComments(struct UString *src, const char *resName, UBool printTranslate, UErrorCode *status){ in printComments() argument
525 fprintf(stderr, "Warning: Translate attribute for resource %s cannot be set. XLIFF prohibits it.\n", resName); in printComments()
/third_party/icu/icu4c/source/tools/genrb/
H A Dgenrb.cpp776 char *resName; in make_res_filename() local
791 basename = dirname = resName = 0; in make_res_filename()
812 resName = (char*) uprv_malloc(sizeof(char) * (uprv_strlen(dirname) in make_res_filename()
816 if(resName == 0) { in make_res_filename()
821 uprv_strcpy(resName, dirname); in make_res_filename()
825 uprv_strcat(resName, packageName); in make_res_filename()
826 uprv_strcat(resName, "_"); in make_res_filename()
829 uprv_strcat(resName, basename); in make_res_filename()
835 resName = (char*) uprv_malloc(sizeof(char) * (dirlen + pkgLen + basenamelen + 8)); in make_res_filename()
837 if (resName in make_res_filename()
[all...]
H A Dwrtxml.cpp489 printComments(struct UString *src, const char *resName, UBool printTranslate, UErrorCode *status){ in printComments() argument
525 fprintf(stderr, "Warning: Translate attribute for resource %s cannot be set. XLIFF prohibits it.\n", resName); in printComments()
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A 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 in make_res_filename()
[all...]
H A Dwrtxml.cpp489 printComments(struct UString *src, const char *resName, UBool printTranslate, UErrorCode *status){ in printComments() argument
525 fprintf(stderr, "Warning: Tranlate 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/
H A DXLIFF2ICUConverter.java825 String resName = getAttributeValue(node, RESNAME); in parseResourceString()
838 currentSource.name = currentTarget.name = resName; in parseResourceString()
860 String resName = getAttributeValue(node, RESNAME); in parseResourceInt()
872 currentSource.name = currentTarget.name = resName; in parseResourceInt()
894 String resName = getAttributeValue(node, RESNAME); in parseResourceAlias()
906 currentSource.name = currentTarget.name = resName; in parseResourceAlias()
1005 String resName = getAttributeValue(node, RESNAME); in parseBinUnit()
1008 currentTarget.name = currentSource.name = resName; in parseBinUnit()
1040 String resName = getAttributeValue(node, RESNAME); in parseArray()
1041 currentSource.name = currentTarget.name = resName; in parseArray()
[all...]
/third_party/weex-loader/deps/weex-styler/lib/
H A Dvalidator.js317 let SysResourceTypeRefReg = /['"]\s*@sys\.float\.(?<resName>\w+)\s*['"]/
320 const resourceName = result.groups['resName']
326 let AppResourceTypeRefReg = /['"]\s*@app\.float\.(?<resName>\w+)\s*['"]/
329 const resourceName = result.groups['resName']
335 let ResourceRefReg = /['"]?\s*@(?<resName>\w+)\s*['"]?/
338 const resourceName = result.groups['resName']
470 let SysResourceTypeRefReg = /['"]\s*@sys\.color\.(?<resName>\w+)\s*['"]/
473 const resourceName = result.groups['resName']
479 let AppResourceTypeRefReg = /['"]\s*@app\.color\.(?<resName>\w+)\s*['"]/
482 const resourceName = result.groups['resName']
[all...]
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/
H A DICUResourceBundleCollationTest.java160 private void getFunctionalEquivalentTestCases(String path, ClassLoader cl, String resName, String keyword, in getFunctionalEquivalentTestCases() argument
175 ULocale equivLocale = ICUResourceBundle.getFunctionalEquivalent(path, cl, resName, keyword, inLocale, isAvail, truncate); in getFunctionalEquivalentTestCases()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DICUResourceBundleCollationTest.java163 private void getFunctionalEquivalentTestCases(String path, ClassLoader cl, String resName, String keyword, in getFunctionalEquivalentTestCases() argument
178 ULocale equivLocale = ICUResourceBundle.getFunctionalEquivalent(path, cl, resName, keyword, inLocale, isAvail, truncate); in getFunctionalEquivalentTestCases()
H A DICUResourceBundleTest.java787 private void getFunctionalEquivalentTestCases(String path, ClassLoader cl, String resName, String keyword, in getFunctionalEquivalentTestCases() argument
802 ULocale equivLocale = ICUResourceBundle.getFunctionalEquivalent(path, cl, resName, keyword, inLocale, isAvail, truncate); in getFunctionalEquivalentTestCases()
/third_party/icu/tools/currency/src/com/ibm/icu/dev/tool/currency/
H A 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/classes/core/src/com/ibm/icu/impl/
H A DResourceBundleWrapper.java188 final String resName = name.replace('.', '/') + ".properties"; in instantiateBundle()
193 return root.getResourceAsStream(resName); in instantiateBundle()
H A DICUResourceBundle.java101 * @param resName top level resource to consider (such as "collations")
113 String resName, String keyword, ULocale locID, in getFunctionalEquivalent()
149 ICUResourceBundle irb = (ICUResourceBundle) r.get(resName); in getFunctionalEquivalent()
171 ICUResourceBundle irb = (ICUResourceBundle)r.get(resName); in getFunctionalEquivalent()
202 ICUResourceBundle irb = (ICUResourceBundle)r.get(resName); in getFunctionalEquivalent()
112 getFunctionalEquivalent(String baseName, ClassLoader loader, String resName, String keyword, ULocale locID, boolean isAvailable[], boolean omitDefault) getFunctionalEquivalent() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DResourceBundleWrapper.java190 final String resName = name.replace('.', '/') + ".properties"; in instantiateBundle()
195 return root.getResourceAsStream(resName); in instantiateBundle()
H A DICUResourceBundle.java104 * @param resName top level resource to consider (such as "collations")
116 String resName, String keyword, ULocale locID, in getFunctionalEquivalent()
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()
115 getFunctionalEquivalent(String baseName, ClassLoader loader, String resName, String keyword, ULocale locID, boolean isAvailable[], boolean omitDefault) getFunctionalEquivalent() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawMultipleInterpolationTests.cpp841 const std::string resName = interpolationToString((Interpolation)resNdx); in iterate() local
843 log << tcu::TestLog::ImageSet(resName, resName) in iterate()
860 return tcu::TestStatus::fail(resName + " produced different results"); in iterate()
871 return tcu::TestStatus::fail(resName + " and " + refName + " produced different results without multisampling"); in iterate()
886 return tcu::TestStatus::fail(resName + " and " + refName + " produced same result"); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A 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 multisampling"); in iterate()
888 return tcu::TestStatus::fail(resName + " and " + refName + " produced same result"); in iterate()
/third_party/vk-gl-cts/modules/egl/
H A 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/icu/icu4c/source/common/
H A Duresimp.h218 * @param resName top level resource. Example: "collations"
231 const char *path, const char *resName, const char *keyword, const char *locid,
/third_party/node/deps/icu-small/source/common/
H A Duresimp.h218 * @param resName top level resource. Example: "collations"
231 const char *path, const char *resName, const char *keyword, const char *locid,
H A Duresbund.cpp3067 const char *path, const char *resName, const char *keyword, const char *locid, in ures_getFunctionalEquivalent()
3133 ures_getByKey(res,resName,&bund1, &subStatus); in ures_getFunctionalEquivalent()
3193 ures_getByKey(res,resName,&bund1, &subStatus); in ures_getFunctionalEquivalent()
3195 /**/ fprintf(stderr,"@%d [%s] %s\n", __LINE__, resName, u_errorName(subStatus)); in ures_getFunctionalEquivalent()
3250 if (res != NULL && uprv_strcmp(resName, "collations") == 0) { in ures_getFunctionalEquivalent()
3297 ures_getByKey(res,resName,&bund1, &subStatus); in ures_getFunctionalEquivalent()
3066 ures_getFunctionalEquivalent(char *result, int32_t resultCapacity, const char *path, const char *resName, const char *keyword, const char *locid, UBool *isAvailable, UBool omitDefault, UErrorCode *status) ures_getFunctionalEquivalent() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Duresimp.h215 * @param resName top level resource. Example: "collations"
228 const char *path, const char *resName, const char *keyword, const char *locid,
H A Duresbund.cpp2618 const char *path, const char *resName, const char *keyword, const char *locid, in ures_getFunctionalEquivalent()
2679 ures_getByKey(res,resName,&bund1, &subStatus); in ures_getFunctionalEquivalent()
2736 ures_getByKey(res,resName,&bund1, &subStatus); in ures_getFunctionalEquivalent()
2738 /**/ fprintf(stderr,"@%d [%s] %s\n", __LINE__, resName, u_errorName(subStatus)); in ures_getFunctionalEquivalent()
2817 ures_getByKey(res,resName,&bund1, &subStatus); in ures_getFunctionalEquivalent()
2617 ures_getFunctionalEquivalent(char *result, int32_t resultCapacity, const char *path, const char *resName, const char *keyword, const char *locid, UBool *isAvailable, UBool omitDefault, UErrorCode *status) ures_getFunctionalEquivalent() argument
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DICUResourceBundleTest.java787 private void getFunctionalEquivalentTestCases(String path, ClassLoader cl, String resName, String keyword, in getFunctionalEquivalentTestCases() argument
802 ULocale equivLocale = ICUResourceBundle.getFunctionalEquivalent(path, cl, resName, keyword, inLocale, isAvail, truncate); in getFunctionalEquivalentTestCases()

Completed in 57 milliseconds

12