- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for whitespaceChars (0.08 sec)
-
src/main/java/org/codelibs/core/text/Tokenizer.java
wordChar(ctype2, '"'); wordChar(ctype2, '~'); wordChar(ctype2, '*'); wordChar(ctype2, '.'); // ordinaryChar(ctype2, '='); // ordinaryChar(ctype2, ','); whitespaceChars(ctype2, 0, ' '); } protected static void wordChars(final byte[] ctype2, int low, int hi) { if (low < 0) { low = 0; } if (hi >= ctype2.length) {
Registered: Fri Nov 01 20:58:10 UTC 2024 - Last Modified: Thu Mar 07 01:59:08 UTC 2024 - 8.6K bytes - Viewed (0)