Class ShadowNativeHyphenator

java.lang.Object
org.robolectric.shadows.ShadowNativeHyphenator

Shadow for Hyphenator that is backed by native code. This is a no-op at the moment, as the hyphenation data is not embedded in the android-all jars.

There is a single method, Hyphenator.init(), that is invoked by Zygote. We eventually need to invoke this from DefaultNativeRuntimeLoader.

  • Constructor Details

    • ShadowNativeHyphenator

      public ShadowNativeHyphenator()
  • Method Details