- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for charCount (1.27 sec)
-
src/test/java/org/codelibs/opensearch/extension/analysis/NGramSynonymTokenizer.java
matchOutput = fst.outputs.add(pendingOutput, scratchArc.nextFinalOutput()); longestMatchEndOffset = start + index + Character.charCount(codePoint); } index += Character.charCount(codePoint); } return matchOutput; } void tokenizeWholeBlock() { queue.clear(); int nextStart = 0;
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Sat Mar 15 06:51:20 UTC 2025 - 17K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/primitives/DoublesTest.java
char[] tmp = new char[2]; for (int i = Character.MIN_CODE_POINT; i < Character.MAX_CODE_POINT; i++) { Character.toChars(i, tmp, 0); checkTryParse(String.copyValueOf(tmp, 0, Character.charCount(i))); } } @GwtIncompatible // Doubles.tryParse public void testTryParseOfToStringIsOriginal() { for (double d : NUMBERS) { checkTryParse(d, Double.toString(d)); } }
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Dec 11 20:45:32 UTC 2025 - 30.9K bytes - Viewed (0)