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

  /libcore/luni/src/main/java/libcore/icu/
NativePluralRules.java 58 return quantityForIntImpl(address, value);
63 private static native int quantityForIntImpl(long address, int value);
  /libcore/luni/src/main/native/
libcore_icu_NativePluralRules.cpp 78 NATIVE_METHOD(NativePluralRules, quantityForIntImpl, "(JI)I"),

Completed in 37 milliseconds