congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
NativeCollation.setOffset
Code IndexAdd Tabnine to your IDE (free)

How to use
setOffset
method
in
libcore.icu.NativeCollation

Best Java code snippets using libcore.icu.NativeCollation.setOffset (Showing top 7 results out of 315)

origin: robovm/robovm

/**
 * Set the offset of the current source character.
 * This is an offset into the text of the character to be processed.
 * @param offset The desired character offset.
 * @stable ICU 2.4
 */
public void setOffset(int offset) {
  NativeCollation.setOffset(address, offset);
}
origin: ibinti/bugvm

/**
 * Set the offset of the current source character.
 * This is an offset into the text of the character to be processed.
 * @param offset The desired character offset.
 * @stable ICU 2.4
 */
public void setOffset(int offset) {
  NativeCollation.setOffset(address, offset);
}
origin: com.gluonhq/robovm-rt

/**
 * Set the offset of the current source character.
 * This is an offset into the text of the character to be processed.
 * @param offset The desired character offset.
 * @stable ICU 2.4
 */
public void setOffset(int offset) {
  NativeCollation.setOffset(address, offset);
}
origin: MobiVM/robovm

/**
 * Set the offset of the current source character.
 * This is an offset into the text of the character to be processed.
 * @param offset The desired character offset.
 * @stable ICU 2.4
 */
public void setOffset(int offset) {
  NativeCollation.setOffset(address, offset);
}
origin: com.bugvm/bugvm-rt

/**
 * Set the offset of the current source character.
 * This is an offset into the text of the character to be processed.
 * @param offset The desired character offset.
 * @stable ICU 2.4
 */
public void setOffset(int offset) {
  NativeCollation.setOffset(address, offset);
}
origin: com.mobidevelop.robovm/robovm-rt

/**
 * Set the offset of the current source character.
 * This is an offset into the text of the character to be processed.
 * @param offset The desired character offset.
 * @stable ICU 2.4
 */
public void setOffset(int offset) {
  NativeCollation.setOffset(address, offset);
}
origin: FlexoVM/flexovm

/**
 * Set the offset of the current source character.
 * This is an offset into the text of the character to be processed.
 * @param offset The desired character offset.
 * @stable ICU 2.4
 */
public void setOffset(int offset) {
  NativeCollation.setOffset(address, offset);
}
libcore.icuNativeCollationsetOffset

Popular methods of NativeCollation

  • closeCollator
  • closeElements
  • compare
  • getAttribute
  • getCollationElementIterator
  • getMaxExpansion
  • getOffset
  • getRules
  • getSortKey
  • next
  • openCollator
  • openCollatorFromRules
  • openCollator,
  • openCollatorFromRules,
  • previous,
  • reset,
  • safeClone,
  • setAttribute,
  • setText

Popular in Java

  • Reading from database using SQL prepared statement
  • getSystemService (Context)
  • getResourceAsStream (ClassLoader)
  • getContentResolver (Context)
  • HttpServer (com.sun.net.httpserver)
    This class implements a simple HTTP server. A HttpServer is bound to an IP address and port number a
  • Graphics2D (java.awt)
    This Graphics2D class extends the Graphics class to provide more sophisticated control overgraphics
  • File (java.io)
    An "abstract" representation of a file system entity identified by a pathname. The pathname may be a
  • Dictionary (java.util)
    Note: Do not use this class since it is obsolete. Please use the Map interface for new implementatio
  • Pattern (java.util.regex)
    Patterns are compiled regular expressions. In many cases, convenience methods such as String#matches
  • JTextField (javax.swing)
  • Top Sublime Text plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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