Searched refs:nativeHyphenator (Results 1 – 3 of 3) sorted by relevance
137 jlong nativeHyphenator) { in nSetLocale() argument140 Hyphenator* hyphenator = reinterpret_cast<Hyphenator*>(nativeHyphenator); in nSetLocale()
61 /*package*/ static void nSetLocale(long nativeBuilder, String locale, long nativeHyphenator) { in nSetLocale() argument65 builder.mNativeHyphenator = nativeHyphenator; in nSetLocale()
1248 private static native void nSetLocale(long nativePtr, String locale, long nativeHyphenator);