Searched refs:nativeGetLocalesWithOffset (Results 1 – 6 of 6) sorted by relevance
/external/libtextclassifier/jni/com/google/android/textclassifier/ |
D | ActionsSuggestionsModel.java | 143 return nativeGetLocalesWithOffset( in getLocales() 366 private static native String nativeGetLocalesWithOffset(int fd, long offset, long size); in nativeGetLocalesWithOffset() method in ActionsSuggestionsModel
|
D | AnnotatorModel.java | 273 return nativeGetLocalesWithOffset( in getLocales() 1203 private static native String nativeGetLocalesWithOffset(int fd, long offset, long size); in nativeGetLocalesWithOffset() method in AnnotatorModel
|
/external/libtextclassifier/native/actions/ |
D | actions_jni.h | 59 TC3_JNI_METHOD(jstring, TC3_ACTIONS_CLASS_NAME, nativeGetLocalesWithOffset)
|
D | actions_jni.cc | 544 TC3_JNI_METHOD(jstring, TC3_ACTIONS_CLASS_NAME, nativeGetLocalesWithOffset) in TC3_JNI_METHOD() argument
|
/external/libtextclassifier/native/annotator/ |
D | annotator_jni.h | 92 TC3_JNI_METHOD(jstring, TC3_ANNOTATOR_CLASS_NAME, nativeGetLocalesWithOffset)
|
D | annotator_jni.cc | 918 TC3_JNI_METHOD(jstring, TC3_ANNOTATOR_CLASS_NAME, nativeGetLocalesWithOffset) in TC3_JNI_METHOD() argument
|