Searched defs:argName (Results 1 - 25 of 45) sorted by path

12

/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/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
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 ...
/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/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
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 ...
/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/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/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/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/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/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/
H A DMessagePatternUtilDemo.java112 for (String argName : args) {
114 System.out.print(argName);
117 System.out.print(", " + argName);
156 String argName = arg.getName();
158 argName = "arg_" + argName; // Prefix for numbered argument.
162 System.out.println(prefix + operator + " " + argName);
169 genCodeForPlural(arg.getComplexStyle(), depth, firstResult, argName);
172 genCodeForSelect(arg.getComplexStyle(), depth, firstResult, argName);
180 String argName) {
177 genCodeForPlural(MessagePatternUtil.ComplexArgStyleNode style, int depth, boolean firstResult, String argName) argument
208 genCodeForSelect(MessagePatternUtil.ComplexArgStyleNode style, int depth, boolean firstResult, String argName) argument
[all...]
/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/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/messageformat/java/com/ibm/icu/simple/
H A DMessageFormat.java119 * argNameOrNumber = argName | argNumber
120 * argName = [^[[:Pattern_Syntax:][:Pattern_White_Space:]]]+
502 private boolean argNameMatches(int partIndex, String argName, int argNumber) { argument
505 msgPattern.partSubstringMatches(part, argName) :
1554 String argName=msgPattern.getSubstring(part);
1568 argId = argName;
1571 if(argName.equals(nameValuePairs[nvIndex].toString())) {
1582 argId = argName;
1583 if(argsMap!=null && argsMap.containsKey(argName)) {
1584 arg=argsMap.get(argName);
1922 findFirstPluralNumberArg(int msgStart, String argName) argument
1970 String argName; field in class:MessageFormat.PluralSelectorContext
[all...]
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/util/
H A DAssert.java34 * @param argName - the name of the parameter; used in the exception message
37 public static void isNull(Object arg, String argName) { argument
39 throw new AssertFailedException("The value for \"" + argName + "\" must be null");
46 * @param argName - the name of the parameter; used in the exception message
49 public static void notNull(Object arg, String argName) { argument
51 throw new AssertFailedException("The value of \"" + argName + "\" is null");
81 * @param argName - the name of the parameter; used in the exception message
84 public static void notNullOrEmpty(Collection collection, String argName) { argument
85 notNull(collection, argName);
87 throw new AssertFailedException("The \"" + argName
98 notNullOrEmpty(Map map, String argName) argument
112 notNullOrEmpty(Object[] array, String argName) argument
126 notNullOrEmpty(String string, String argName) argument
[all...]
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/util/
H A DAssert.java34 * @param argName - the name of the parameter; used in the exception message
37 public static void isNull(Object arg, String argName) { argument
39 throw new AssertFailedException("The value for \"" + argName + "\" must be null");
46 * @param argName - the name of the parameter; used in the exception message
49 public static void notNull(Object arg, String argName) { argument
51 throw new AssertFailedException("The value of \"" + argName + "\" is null");
81 * @param argName - the name of the parameter; used in the exception message
84 public static void notNullOrEmpty(Collection collection, String argName) { argument
85 notNull(collection, argName);
87 throw new AssertFailedException("The \"" + argName
98 notNullOrEmpty(Map map, String argName) argument
112 notNullOrEmpty(Object[] array, String argName) argument
126 notNullOrEmpty(String string, String argName) argument
[all...]
/external/mockftpserver/tags/1.0/src/main/java/org/mockftpserver/core/util/
H A DAssert.java34 * @param argName - the name of the parameter; used in the exception message
37 public static void isNull(Object arg, String argName) { argument
39 throw new AssertFailedException("The value for \"" + argName + "\" must be null");
46 * @param argName - the name of the parameter; used in the exception message
49 public static void notNull(Object arg, String argName) { argument
51 throw new AssertFailedException("The value of \"" + argName + "\" is null");
81 * @param argName - the name of the parameter; used in the exception message
84 public static void notNullOrEmpty(Collection collection, String argName) { argument
85 notNull(collection, argName);
87 throw new AssertFailedException("The \"" + argName
98 notNullOrEmpty(Map map, String argName) argument
112 notNullOrEmpty(Object[] array, String argName) argument
126 notNullOrEmpty(String string, String argName) argument
[all...]
/external/mockftpserver/tags/1.1/src/main/java/org/mockftpserver/core/util/
H A DAssert.java34 * @param argName - the name of the parameter; used in the exception message
37 public static void isNull(Object arg, String argName) { argument
39 throw new AssertFailedException("The value for \"" + argName + "\" must be null");
46 * @param argName - the name of the parameter; used in the exception message
49 public static void notNull(Object arg, String argName) { argument
51 throw new AssertFailedException("The value of \"" + argName + "\" is null");
81 * @param argName - the name of the parameter; used in the exception message
84 public static void notNullOrEmpty(Collection collection, String argName) { argument
85 notNull(collection, argName);
87 throw new AssertFailedException("The \"" + argName
98 notNullOrEmpty(Map map, String argName) argument
112 notNullOrEmpty(Object[] array, String argName) argument
126 notNullOrEmpty(String string, String argName) argument
[all...]
/external/mockftpserver/tags/1.2.1/src/main/java/org/mockftpserver/core/util/
H A DAssert.java34 * @param argName - the name of the parameter; used in the exception message
37 public static void isNull(Object arg, String argName) { argument
39 throw new AssertFailedException("The value for \"" + argName + "\" must be null");
46 * @param argName - the name of the parameter; used in the exception message
49 public static void notNull(Object arg, String argName) { argument
51 throw new AssertFailedException("The value of \"" + argName + "\" is null");
81 * @param argName - the name of the parameter; used in the exception message
84 public static void notNullOrEmpty(Collection collection, String argName) { argument
85 notNull(collection, argName);
87 throw new AssertFailedException("The \"" + argName
98 notNullOrEmpty(Map map, String argName) argument
112 notNullOrEmpty(Object[] array, String argName) argument
126 notNullOrEmpty(String string, String argName) argument
[all...]
/external/mockftpserver/tags/1.2.2/src/main/java/org/mockftpserver/core/util/
H A DAssert.java34 * @param argName - the name of the parameter; used in the exception message
37 public static void isNull(Object arg, String argName) { argument
39 throw new AssertFailedException("The value for \"" + argName + "\" must be null");
46 * @param argName - the name of the parameter; used in the exception message
49 public static void notNull(Object arg, String argName) { argument
51 throw new AssertFailedException("The value of \"" + argName + "\" is null");
81 * @param argName - the name of the parameter; used in the exception message
84 public static void notNullOrEmpty(Collection collection, String argName) { argument
85 notNull(collection, argName);
87 throw new AssertFailedException("The \"" + argName
98 notNullOrEmpty(Map map, String argName) argument
112 notNullOrEmpty(Object[] array, String argName) argument
126 notNullOrEmpty(String string, String argName) argument
[all...]

Completed in 1106 milliseconds

12