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

12

/external/icu/icu4c/source/tools/genrb/
H A Dgenrb.cpp744 char *resName; local
759 basename = dirname = resName = 0;
780 resName = (char*) uprv_malloc(sizeof(char) * (uprv_strlen(dirname)
784 if(resName == 0) {
789 uprv_strcpy(resName, dirname);
793 uprv_strcat(resName, packageName);
794 uprv_strcat(resName, "_");
797 uprv_strcat(resName, basename);
803 resName = (char*) uprv_malloc(sizeof(char) * (dirlen + pkgLen + basenamelen + 8));
805 if (resName
[all...]
H A Dwrtxml.cpp484 printComments(struct UString *src, const char *resName, UBool printTranslate, UErrorCode *status){ argument
520 fprintf(stderr, "Warning: Tranlate attribute for resource %s cannot be set. XLIFF prohibits it.\n", resName);
/external/robolectric/v3/
H A Drobolectric-resources-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/robolectric/ org/robolectric/shadows/ org/robolectric/manifest/ org/ ...
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DICUResourceBundleCollationTest.java158 private void getFunctionalEquivalentTestCases(String path, ClassLoader cl, String resName, String keyword, argument
173 ULocale equivLocale = ICUResourceBundle.getFunctionalEquivalent(path, cl, resName, keyword, inLocale, isAvail, truncate);
H A DICUResourceBundleTest.java790 private void getFunctionalEquivalentTestCases(String path, ClassLoader cl, String resName, String keyword, argument
805 ULocale equivLocale = ICUResourceBundle.getFunctionalEquivalent(path, cl, resName, keyword, inLocale, isAvail, truncate);
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/
H A DICUResourceBundleCollationTest.java157 private void getFunctionalEquivalentTestCases(String path, ClassLoader cl, String resName, String keyword, argument
172 ULocale equivLocale = ICUResourceBundle.getFunctionalEquivalent(path, cl, resName, keyword, inLocale, isAvail, truncate);
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
H A DXLIFF2ICUConverter.java825 String resName = getAttributeValue(node, RESNAME);
838 currentSource.name = currentTarget.name = resName;
860 String resName = getAttributeValue(node, RESNAME);
872 currentSource.name = currentTarget.name = resName;
894 String resName = getAttributeValue(node, RESNAME);
906 currentSource.name = currentTarget.name = resName;
1005 String resName = getAttributeValue(node, RESNAME);
1008 currentTarget.name = currentSource.name = resName;
1040 String resName = getAttributeValue(node, RESNAME);
1041 currentSource.name = currentTarget.name = resName;
[all...]
/external/icu/icu4c/source/common/
H A Duresimp.h157 * @param resName top level resource. Example: "collations"
170 const char *path, const char *resName, const char *keyword, const char *locid,
H A Duresbund.cpp2510 const char *path, const char *resName, const char *keyword, const char *locid,
2571 ures_getByKey(res,resName,&bund1, &subStatus);
2628 ures_getByKey(res,resName,&bund1, &subStatus);
2630 /**/ fprintf(stderr,"@%d [%s] %s\n", __LINE__, resName, u_errorName(subStatus));
2709 ures_getByKey(res,resName,&bund1, &subStatus);
2509 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) argument
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DResourceBundleWrapper.java190 final String resName = name.replace('.', '/') + ".properties";
195 return root.getResourceAsStream(resName);
H A DICUResourceBundle.java103 * @param resName top level resource to consider (such as "collations")
115 String resName, String keyword, ULocale locID,
150 ICUResourceBundle irb = (ICUResourceBundle) r.get(resName);
172 ICUResourceBundle irb = (ICUResourceBundle)r.get(resName);
203 ICUResourceBundle irb = (ICUResourceBundle)r.get(resName);
114 getFunctionalEquivalent(String baseName, ClassLoader loader, String resName, String keyword, ULocale locID, boolean isAvailable[], boolean omitDefault) argument
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DResourceBundleWrapper.java188 final String resName = name.replace('.', '/') + ".properties";
193 return root.getResourceAsStream(resName);
H A DICUResourceBundle.java99 * @param resName top level resource to consider (such as "collations")
111 String resName, String keyword, ULocale locID,
146 ICUResourceBundle irb = (ICUResourceBundle) r.get(resName);
168 ICUResourceBundle irb = (ICUResourceBundle)r.get(resName);
199 ICUResourceBundle irb = (ICUResourceBundle)r.get(resName);
110 getFunctionalEquivalent(String baseName, ClassLoader loader, String resName, String keyword, ULocale locID, boolean isAvailable[], boolean omitDefault) argument
/external/deqp/modules/egl/
H A DteglRobustnessTests.cpp1221 const std::string resName = (m_isUBO) ? "ub_in" : "sb_in"; local
1226 << "} " << resName << "[" << s_numBindings << "];\n";
1229 ? " color.x = " + resName + "[0].color_out[u_index];\n"
1230 : " color[u_index] = " + resName + "[0].color_out[0];\n";
1260 const std::string resName = (m_isUBO) ? "ub_in" : "sb_in"; local
1265 << "} " << resName << "[" << s_numBindings << "];\n";
1268 ? " sb_out.values.x = " + resName + "[0].values[u_index] * float(groupNdx);\n"
1269 : " sb_out.values[u_index] = " + resName + "[0].values.x * float(groupNdx);\n";
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DICUResourceBundleTest.java789 private void getFunctionalEquivalentTestCases(String path, ClassLoader cl, String resName, String keyword, argument
804 ULocale equivLocale = ICUResourceBundle.getFunctionalEquivalent(path, cl, resName, keyword, inLocale, isAvail, truncate);
/external/robolectric/v1/lib/main/
H A Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/deqp/modules/gles2/performance/
H A Des2pShaderOperatorTests.cpp1628 const string resName = "res" + de::toString(calcNdx);
1632 op << "\t\t\tres" << calcNdx << " = " << sumExpr(resName, incExpr, m_returnType) << ";\n";
/external/deqp/modules/gles3/performance/
H A Des3pShaderOperatorTests.cpp1636 const string resName = "res" + de::toString(calcNdx);
1640 op << "\t\t\tres" << calcNdx << " = " << sumExpr(resName, incExpr, m_returnType) << ";\n";
/external/icu/icu4c/source/test/cintltst/
H A Dcreststn.c2589 static void TestGetFunctionalEquivalentOf(const char *path, const char *resName, const char *keyword, UBool truncate, const char * const testCases[]) { argument
2601 resName, keyword, inLocale,

Completed in 613 milliseconds

12