Searched refs:getAvailableLocalesCountImpl (Results 1 - 4 of 4) sorted by relevance

/dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/text/
H A DNativeBreakIterator.java26 int count = getAvailableLocalesCountImpl();
37 private static native int getAvailableLocalesCountImpl(); method in class:NativeBreakIterator
H A DNativeCollation.java250 int count = getAvailableLocalesCountImpl();
261 private static native int getAvailableLocalesCountImpl(); method in class:NativeCollation
/dalvik/libcore/icu/src/main/native/
H A DBreakIteratorInterface.c33 static jint getAvailableLocalesCountImpl(JNIEnv *env, jclass clazz) { function
228 { "getAvailableLocalesCountImpl", "()I",
229 (void*) getAvailableLocalesCountImpl },
H A DCollationInterface.c547 static jint getAvailableLocalesCountImpl(JNIEnv *env, jclass clazz) { function
559 { "getAvailableLocalesCountImpl", "()I", (void*) getAvailableLocalesCountImpl },

Completed in 374 milliseconds