Tabnine Logo
NativeBreakIterator.preceding
Code IndexAdd Tabnine to your IDE (free)

How to use
preceding
method
in
libcore.icu.NativeBreakIterator

Best Java code snippets using libcore.icu.NativeBreakIterator.preceding (Showing top 14 results out of 315)

origin: robovm/robovm

/**
 * Returns the position of last boundary preceding the given offset, and
 * sets the current position to the returned value, or {@code DONE} if the
 * given offset specifies the starting position.
 *
 * @param offset
 *            the given start position to be searched for.
 * @return the position of the last boundary preceding the given offset.
 * @throws IllegalArgumentException
 *            if the offset is invalid.
 */
public int preceding(int offset) {
  return wrapped.preceding(offset);
}
origin: robovm/robovm

@Override public int preceding(int offset) {
  checkOffset(offset);
  return wrapped.preceding(offset);
}
origin: MobiVM/robovm

/**
 * Returns the position of last boundary preceding the given offset, and
 * sets the current position to the returned value, or {@code DONE} if the
 * given offset specifies the starting position.
 *
 * @param offset
 *            the given start position to be searched for.
 * @return the position of the last boundary preceding the given offset.
 * @throws IllegalArgumentException
 *            if the offset is invalid.
 */
public int preceding(int offset) {
  return wrapped.preceding(offset);
}
origin: ibinti/bugvm

/**
 * Returns the position of last boundary preceding the given offset, and
 * sets the current position to the returned value, or {@code DONE} if the
 * given offset specifies the starting position.
 *
 * @param offset
 *            the given start position to be searched for.
 * @return the position of the last boundary preceding the given offset.
 * @throws IllegalArgumentException
 *            if the offset is invalid.
 */
public int preceding(int offset) {
  return wrapped.preceding(offset);
}
origin: com.gluonhq/robovm-rt

/**
 * Returns the position of last boundary preceding the given offset, and
 * sets the current position to the returned value, or {@code DONE} if the
 * given offset specifies the starting position.
 *
 * @param offset
 *            the given start position to be searched for.
 * @return the position of the last boundary preceding the given offset.
 * @throws IllegalArgumentException
 *            if the offset is invalid.
 */
public int preceding(int offset) {
  return wrapped.preceding(offset);
}
origin: com.mobidevelop.robovm/robovm-rt

/**
 * Returns the position of last boundary preceding the given offset, and
 * sets the current position to the returned value, or {@code DONE} if the
 * given offset specifies the starting position.
 *
 * @param offset
 *            the given start position to be searched for.
 * @return the position of the last boundary preceding the given offset.
 * @throws IllegalArgumentException
 *            if the offset is invalid.
 */
public int preceding(int offset) {
  return wrapped.preceding(offset);
}
origin: com.bugvm/bugvm-rt

/**
 * Returns the position of last boundary preceding the given offset, and
 * sets the current position to the returned value, or {@code DONE} if the
 * given offset specifies the starting position.
 *
 * @param offset
 *            the given start position to be searched for.
 * @return the position of the last boundary preceding the given offset.
 * @throws IllegalArgumentException
 *            if the offset is invalid.
 */
public int preceding(int offset) {
  return wrapped.preceding(offset);
}
origin: FlexoVM/flexovm

/**
 * Returns the position of last boundary preceding the given offset, and
 * sets the current position to the returned value, or {@code DONE} if the
 * given offset specifies the starting position.
 *
 * @param offset
 *            the given start position to be searched for.
 * @return the position of the last boundary preceding the given offset.
 * @throws IllegalArgumentException
 *            if the offset is invalid.
 */
public int preceding(int offset) {
  return wrapped.preceding(offset);
}
origin: ibinti/bugvm

@Override public int preceding(int offset) {
  checkOffset(offset);
  return wrapped.preceding(offset);
}
origin: MobiVM/robovm

@Override public int preceding(int offset) {
  checkOffset(offset);
  return wrapped.preceding(offset);
}
origin: com.gluonhq/robovm-rt

@Override public int preceding(int offset) {
  checkOffset(offset);
  return wrapped.preceding(offset);
}
origin: com.bugvm/bugvm-rt

@Override public int preceding(int offset) {
  checkOffset(offset);
  return wrapped.preceding(offset);
}
origin: com.mobidevelop.robovm/robovm-rt

@Override public int preceding(int offset) {
  checkOffset(offset);
  return wrapped.preceding(offset);
}
origin: FlexoVM/flexovm

@Override public int preceding(int offset) {
  checkOffset(offset);
  return wrapped.preceding(offset);
}
libcore.icuNativeBreakIteratorpreceding

Popular methods of NativeBreakIterator

  • <init>
  • clone
  • cloneImpl
  • closeImpl
  • current
  • currentImpl
  • equals
  • first
  • firstImpl
  • following
  • followingImpl
  • getCharacterInstance
  • followingImpl,
  • getCharacterInstance,
  • getCharacterInstanceImpl,
  • getLineInstance,
  • getLineInstanceImpl,
  • getSentenceInstance,
  • getSentenceInstanceImpl,
  • getText,
  • getWordInstance,
  • getWordInstanceImpl

Popular in Java

  • Making http requests using okhttp
  • setScale (BigDecimal)
  • getSharedPreferences (Context)
  • addToBackStack (FragmentTransaction)
  • File (java.io)
    An "abstract" representation of a file system entity identified by a pathname. The pathname may be a
  • URL (java.net)
    A Uniform Resource Locator that identifies the location of an Internet resource as specified by RFC
  • Enumeration (java.util)
    A legacy iteration interface.New code should use Iterator instead. Iterator replaces the enumeration
  • Scanner (java.util)
    A parser that parses a text string of primitive types and strings with the help of regular expressio
  • ConcurrentHashMap (java.util.concurrent)
    A plug-in replacement for JDK1.5 java.util.concurrent.ConcurrentHashMap. This version is based on or
  • IOUtils (org.apache.commons.io)
    General IO stream manipulation utilities. This class provides static utility methods for input/outpu
  • Top 17 Plugins for Android Studio
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now