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

  /frameworks/base/core/jni/
android_text_StaticLayout.cpp 132 Hyphenator* hyphenator = Hyphenator::loadBinary(bytebuf); local
133 return reinterpret_cast<jlong>(hyphenator);
140 Hyphenator* hyphenator = reinterpret_cast<Hyphenator*>(nativeHyphenator); local
143 b->setLocale(icuLocale.locale(), hyphenator);
  /frameworks/minikin/include/minikin/
LineBreaker.h 29 #include "minikin/Hyphenator.h"
115 // Note: caller is responsible for managing lifetime of hyphenator
116 void setLocale(const icu::Locale& locale, Hyphenator* hyphenator);
220 Hyphenator* mHyphenator;
  /frameworks/minikin/libs/minikin/
LineBreaker.cpp 56 void LineBreaker::setLocale(const icu::Locale& locale, Hyphenator* hyphenator) {
59 mHyphenator = hyphenator;
166 // we can pass the whole word down to Hyphenator like the soft hyphen case.
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 1075 milliseconds