Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for UTF8toUTF16 (0.04 seconds)

  1. src/test/java/org/codelibs/opensearch/extension/analysis/NGramSynonymTokenizer.java

                    if (scratchChars.chars.length < scratchBytes.length) {
                        scratchChars.chars = new char[scratchBytes.length];
                    }
                    scratchChars.length = UnicodeUtil.UTF8toUTF16(scratchBytes, scratchChars.chars);
                    final String word = scratchChars.toString();
                    int posInc = 0;
                    if (!expand) {
                        posInc = 1;
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Sat Mar 15 06:51:20 GMT 2025
    - 17K bytes
    - Click Count (0)
Back to Top