HomeSort by relevance Sort by last modified time
    Searched defs:Hyphenator (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/text/
Hyphenator.java 20 * Hyphenator just initializes the native implementation of automatic hyphenation,
25 public class Hyphenator {
  /frameworks/minikin/include/minikin/
Hyphenator.h 32 class Hyphenator;
34 // Registers the hyphenator.
35 // This doesn't take ownership of the hyphenator but we don't need to care about the ownership.
36 // In Android, the Hyphenator is allocated in Zygote and never gets released.
37 void addHyphenator(const std::string& localeStr, const Hyphenator* hyphenator);
173 class Hyphenator {
200 // at least as long as the Hyphenator object.
204 // Note: nullptr is valid input, in which case the hyphenator only processes soft hyphens.
205 static Hyphenator* loadBinary(const uint8_t* patternData, size_t minPrefix, size_t minSuffix
    [all...]
  /frameworks/minikin/libs/minikin/
Hyphenator.cpp 17 #include "minikin/Hyphenator.h"
100 Hyphenator* Hyphenator::loadBinary(const uint8_t* patternData, size_t minPrefix, size_t minSuffix,
110 return new Hyphenator(patternData, minPrefix, minSuffix, hyphenLocale);
113 Hyphenator::Hyphenator(const uint8_t* patternData, size_t minPrefix, size_t minSuffix,
120 void Hyphenator::hyphenate(const U16StringPiece& word, HyphenationType* out) const {
146 bool Hyphenator::isLineBreakingHyphen(uint32_t c) {
250 void Hyphenator::hyphenateWithNoPatterns(const U16StringPiece& word, HyphenationType* out) const {
291 HyphenationType Hyphenator::alphabetLookup(uint16_t* alpha_codes
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
ZygoteInit.java 47 import android.text.Hyphenator;
200 Hyphenator.init();
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 96 milliseconds