Searched refs:ARG_INT (Results 1 – 3 of 3) sorted by relevance
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/debuggee/ |
D | ProxyDebuggee.java | 31 public static final int ARG_INT = 5; field in ProxyDebuggee 63 proxy.call(ARG_INT, ARG_LONG, ARG_OBJECT); in invokeBreakpointMethodFromProxy()
|
/external/messageformat/java/com/ibm/icu/text/ |
D | MessagePattern.java | 494 if(type==Part.Type.ARG_INT) { in getNumericValue() 722 ARG_INT, enumConstant 739 return this==ARG_INT || this==ARG_DOUBLE; in hasNumericValue() 1401 addPart(Part.Type.ARG_INT, start, limit-start, isNegative!=0 ? -value : value); in parseDouble()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | MessagePattern.java | 494 if(type==Part.Type.ARG_INT) { in getNumericValue() 722 ARG_INT, enumConstant 739 return this==ARG_INT || this==ARG_DOUBLE; in hasNumericValue() 1401 addPart(Part.Type.ARG_INT, start, limit-start, isNegative!=0 ? -value : value); in parseDouble()
|