- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for charBufferFromThreadLocal (0.08 seconds)
-
android/guava/src/com/google/common/escape/UnicodeEscaper.java
*/ protected final String escapeSlow(String s, int index) { int end = s.length(); // Get a destination buffer and setup some loop variables. char[] dest = Platform.charBufferFromThreadLocal(); int destIndex = 0; int unescapedChunkStart = 0; while (index < end) { int cp = codePointAt(s, index, end); if (cp < 0) {
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Feb 13 15:45:16 GMT 2025 - 13.2K bytes - Click Count (0)