Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for codePointToFourUtf8Bytes (0.44 seconds)

  1. android/guava/src/com/google/common/hash/Murmur3_32HashFunction.java

                // not a valid code point; let the JDK handle invalid Unicode
                return hashBytes(input.toString().getBytes(charset));
              }
              i++;
              buffer |= codePointToFourUtf8Bytes(codePoint) << shift;
              if (supplementaryPlaneFix) { // bug compatibility: earlier versions did not have this add
                shift += 32;
              }
              len += 4;
            }
    
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Mar 19 18:53:45 GMT 2026
    - 11.8K bytes
    - Click Count (0)
Back to Top