HomeSort by relevance Sort by last modified time
    Searched refs:INTS (Results 1 - 2 of 2) sorted by null

  /libcore/ojluni/src/main/java/java/lang/invoke/
MethodTypeForm.java 280 * INTS means convert all non-void primitive types to int or long,
286 public static final int NO_CHANGE = 0, ERASE = 1, WRAP = 2, UNWRAP = 3, INTS = 4, LONGS = 5, RAW_RETURN = 6;
337 case INTS:
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
XLIFF2ICUConverter.java 114 private static final String INTS = "int";
724 String line = ((name==null)? EMPTY: name)+COLON+INTS+ OPENBRACE + val +CLOSEBRACE;
978 ResourceInt[] ints = new ResourceInt[2]; local
986 ResourceAlias[] ints = new ResourceAlias[2]; local
    [all...]

Completed in 451 milliseconds