Searched refs:argName (Results 26 - 50 of 50) sorted by relevance

12

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DMessageRegressionTest.java817 String argName = "something_stupid";
818 MessageFormat mf = new MessageFormat("{"+ argName + "}, {" + argName + "}, {" + argName + "}");
823 if (!objs.get(argName).toString().equals("z"))
824 errln("argument0: \"" + objs.get(argName) + "\"");
826 mf.applyPattern("{" + argName + ",number,#.##}, {" + argName + ",number,#.#}");
828 oldobjs.put(argName, new Double(3.1415));
837 if (((Number)newobjs.get(argName))
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DMessageFormat.java121 * argNameOrNumber = argName | argNumber
122 * argName = [^[[:Pattern_Syntax:][:Pattern_White_Space:]]]+
536 private boolean argNameMatches(int partIndex, String argName, int argNumber) { argument
539 msgPattern.partSubstringMatches(part, argName) :
1598 String argName=msgPattern.getSubstring(part);
1612 argId = argName;
1613 if(argsMap!=null && argsMap.containsKey(argName)) {
1614 arg=argsMap.get(argName);
1624 dest.append("{"+argName+"}");
1702 new PluralSelectorContext(i, argName, numbe
1970 findFirstPluralNumberArg(int msgStart, String argName) argument
2018 String argName; field in class:MessageFormat.PluralSelectorContext
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DMessageFormat.java120 * argNameOrNumber = argName | argNumber
121 * argName = [^[[:Pattern_Syntax:][:Pattern_White_Space:]]]+
547 private boolean argNameMatches(int partIndex, String argName, int argNumber) { argument
550 msgPattern.partSubstringMatches(part, argName) :
1642 String argName=msgPattern.getSubstring(part);
1656 argId = argName;
1657 if(argsMap!=null && argsMap.containsKey(argName)) {
1658 arg=argsMap.get(argName);
1668 dest.append("{"+argName+"}");
1746 new PluralSelectorContext(i, argName, numbe
2014 findFirstPluralNumberArg(int msgStart, String argName) argument
2062 String argName; field in class:MessageFormat.PluralSelectorContext
[all...]
/external/icu/icu4c/source/i18n/
H A Dmsgfmt.cpp572 UBool MessageFormat::argNameMatches(int32_t partIndex, const UnicodeString& argName, int32_t argNumber) { argument
575 msgPattern.partSubstringMatches(part, argName) :
967 : startIndex(start), argName(name), offset(off),
981 const UnicodeString &argName; member in class:__anon7346::PluralSelectorContext
1044 UnicodeString argName = msgPattern.getSubstring(*part); local
1054 arg = getArgFromListByName(arguments, argumentNames, cnt, argName);
1064 UnicodeString(LEFT_CURLY_BRACE).append(argName).append(RIGHT_CURLY_BRACE));
1135 PluralSelectorContext context(i, argName, *arg, offset, success);
1284 MessageFormat::findFirstPluralNumberArg(int32_t msgStart, const UnicodeString &argName) const {
1296 if(!argName
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dmsgfmt.h122 * argNameOrNumber = argName | argNumber
123 * argName = [^[[:Pattern_Syntax:][:Pattern_White_Space:]]]+
990 UBool argNameMatches(int32_t partIndex, const UnicodeString& argName, int32_t argNumber);
1025 int32_t findFirstPluralNumberArg(int32_t msgStart, const UnicodeString &argName) const;
/external/icu/icu4c/source/test/intltest/
H A Dtmsgfmt.cpp562 UnicodeString argName[] = {UnicodeString("argument")}; local
564 mfAlpha->format(argName, &testArgs1, 1, argNameResult, err);
590 mfAlpha2->format(argName, &testArgs2, 1, argNameResult, err);
1857 UnicodeString argName = UNICODE_STRING_SIMPLE("_oOo_"); local
1861 m.format(&argName, args, 1, result, errorCode));
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DTemplateTranslator.java666 for (PVariable argName : node.getArguments()) {
667 args[i++] = variableTranslator.translate(argName);
/external/guice/lib/build/
H A Dspring-beans.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/springframework/beans/ org/springframework/beans/annotation/ ...
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
H A DCPPBackend.cpp518 std::string argName(getCppName(argTy));
519 Out << typeName << "_args.push_back(" << argName; local
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdi.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libphonenumber/demo/war/WEB-INF/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/guice/extensions/struts2/lib/
H A Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/core/ freemarker/debug/ freemarker/debug/impl/ ...
H A Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ...
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/testng/ant/
H A Divy-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE fr/ fr/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 999 milliseconds

12