- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testEncodedLength_validStrings2 (1.2 sec)
-
android/guava-tests/test/com/google/common/base/Utf8Test.java
+ "哈都拕人翻譯做好多話。")); // A surrogate pair assertEquals(4, Utf8.encodedLength(newString(MIN_HIGH_SURROGATE, MIN_LOW_SURROGATE))); } public void testEncodedLength_validStrings2() { HashMap<Integer, Integer> utf8Lengths = new HashMap<>(); utf8Lengths.put(0x00, 1); utf8Lengths.put(0x7f, 1); utf8Lengths.put(0x80, 2); utf8Lengths.put(0x7ff, 2);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 12.8K bytes - Viewed (0)