Uses of Class
org.elasticsearch.common.Unicode.UTF16Result

Packages that use Unicode.UTF16Result
org.elasticsearch.common   
 

Uses of Unicode.UTF16Result in org.elasticsearch.common
 

Methods in org.elasticsearch.common that return Unicode.UTF16Result
static Unicode.UTF16Result Unicode.fromBytesAsUtf16(byte[] source)
           
static Unicode.UTF16Result Unicode.fromBytesAsUtf16(byte[] source, int offset, int length)
           
static Unicode.UTF16Result Unicode.unsafeFromBytesAsUtf16(byte[] source)
           
static Unicode.UTF16Result Unicode.unsafeFromBytesAsUtf16(byte[] source, int offset, int length)
           
 

Methods in org.elasticsearch.common with parameters of type Unicode.UTF16Result
 void Unicode.UTF16Result.copyText(Unicode.UTF16Result other)
           
static void Unicode.UTF8toUTF16(byte[] utf8, int offset, int length, Unicode.UTF16Result result)
          Convert UTF8 bytes into UTF16 characters.
 



Copyright © 2009-2012. All Rights Reserved.