Home
last modified time | relevance | path

Searched refs:unicode (Results 1 – 23 of 23) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DRopeByteStringSubstringTest.java76 ByteString unicode = ByteString.EMPTY; in testToString() local
79 unicode = RopeByteString.concatenate(unicode, sourceByteString); in testToString()
85 unicode = unicode.substring(2, unicode.size() - 6); in testToString()
88 classUnderTest, getActualClassName(unicode)); in testToString()
89 String roundTripString = unicode.toString(UTF_8); in testToString()
93 assertEquals(classUnderTest + " string must equal the flat string", flatString, unicode); in testToString()
95 flatString.hashCode(), unicode.hashCode()); in testToString()
106 ByteString unicode = ByteString.EMPTY; in testCharsetToString() local
109 unicode = RopeByteString.concatenate(unicode, sourceByteString); in testCharsetToString()
115 unicode = unicode.substring(2, unicode.size() - 6); in testCharsetToString()
[all …]
DRopeByteStringTest.java103 ByteString unicode = ByteString.EMPTY; in testToString() local
106 unicode = RopeByteString.concatenate(unicode, sourceByteString); in testToString()
111 classUnderTest, getActualClassName(unicode)); in testToString()
112 String roundTripString = unicode.toString(UTF_8); in testToString()
116 assertEquals(classUnderTest + " string must equal the flat string", flatString, unicode); in testToString()
118 flatString.hashCode(), unicode.hashCode()); in testToString()
129 ByteString unicode = ByteString.EMPTY; in testCharsetToString() local
132 unicode = RopeByteString.concatenate(unicode, sourceByteString); in testCharsetToString()
137 classUnderTest, getActualClassName(unicode)); in testCharsetToString()
138 String roundTripString = unicode.toString(Internal.UTF_8); in testCharsetToString()
[all …]
DBoundedByteStringTest.java64 ByteString unicode = ByteString.wrap(testString.getBytes(Internal.UTF_8)); in testToString() local
65 ByteString chopped = unicode.substring(2, unicode.size() - 6); in testToString()
77 ByteString unicode = ByteString.wrap(testString.getBytes(Internal.UTF_8)); in testCharsetToString() local
78 ByteString chopped = unicode.substring(2, unicode.size() - 6); in testCharsetToString()
DLiteralByteStringTest.java401 ByteString unicode = ByteString.wrap(testString.getBytes(Internal.UTF_8)); in testToString() local
402 String roundTripString = unicode.toString(UTF_8); in testToString()
408 ByteString unicode = ByteString.wrap(testString.getBytes(Internal.UTF_8)); in testCharsetToString() local
409 String roundTripString = unicode.toString(Internal.UTF_8); in testCharsetToString()
DNioByteStringTest.java424 ByteString unicode = forString(testString); in testToString() local
425 String roundTripString = unicode.toString(UTF_8); in testToString()
431 ByteString unicode = forString(testString); in testCharsetToString() local
432 String roundTripString = unicode.toString(UTF_8); in testCharsetToString()
/frameworks/base/data/fonts/
DAndroid.mk112 external/unicode/DerivedAge.txt \
113 external/unicode/emoji-data.txt \
114 external/unicode/emoji-sequences.txt \
115 external/unicode/emoji-variation-sequences.txt \
116 external/unicode/emoji-zwj-sequences.txt \
117 external/unicode/additions/emoji-data.txt \
118 external/unicode/additions/emoji-sequences.txt \
119 external/unicode/additions/emoji-zwj-sequences.txt \
123 $(FONTCHAIN_LINTER) $(TARGET_OUT) $(CHECK_EMOJI) external/unicode
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/third_party/jsoncpp/
Djsoncpp.cpp863 unsigned int unicode; in decodeString() local
864 if (!decodeUnicodeCodePoint(token, current, end, unicode)) in decodeString()
866 decoded += codePointToUTF8(unicode); in decodeString()
881 unsigned int& unicode) { in decodeUnicodeCodePoint() argument
883 if (!decodeUnicodeEscapeSequence(token, current, end, unicode)) in decodeUnicodeCodePoint()
885 if (unicode >= 0xD800 && unicode <= 0xDBFF) { in decodeUnicodeCodePoint()
895 unicode = 0x10000 + ((unicode & 0x3FF) << 10) + (surrogatePair & 0x3FF); in decodeUnicodeCodePoint()
910 unsigned int& unicode) { in decodeUnicodeEscapeSequence() argument
916 unicode = 0; in decodeUnicodeEscapeSequence()
919 unicode *= 16; in decodeUnicodeEscapeSequence()
[all …]
Djson.h1460 unsigned int& unicode);
1464 unsigned int& unicode);
/frameworks/base/core/tests/coretests/src/android/os/
DFileUtilsTest.java392 final String unicode = "a\u03C0\u03C0\u03C0\u03C0z"; in testTrimFilename() local
393 assertEquals("a\u03C0\u03C0\u03C0\u03C0z", FileUtils.trimFilename(unicode, 10)); in testTrimFilename()
394 assertEquals("a\u03C0...\u03C0z", FileUtils.trimFilename(unicode, 9)); in testTrimFilename()
395 assertEquals("a...\u03C0z", FileUtils.trimFilename(unicode, 8)); in testTrimFilename()
396 assertEquals("a...\u03C0z", FileUtils.trimFilename(unicode, 7)); in testTrimFilename()
397 assertEquals("a...z", FileUtils.trimFilename(unicode, 6)); in testTrimFilename()
/frameworks/av/
DNOTICE279 http://www.unicode.org/Public/, http://www.unicode.org/reports/,
280 and http://www.unicode.org/cldr/data/ . Unicode Software includes any
282 http://www.unicode.org/Public/, http://www.unicode.org/reports/, and
283 http://www.unicode.org/cldr/data/.
295 under the Terms of Use in http://www.unicode.org/copyright.html.
/frameworks/base/
DNOTICE290 http://www.unicode.org/Public/, http://www.unicode.org/reports/,
291 and http://www.unicode.org/cldr/data/ . Unicode Software includes any
293 http://www.unicode.org/Public/, http://www.unicode.org/reports/, and
294 http://www.unicode.org/cldr/data/.
306 under the Terms of Use in http://www.unicode.org/copyright.html.
/frameworks/av/media/ndk/
DNOTICE279 http://www.unicode.org/Public/, http://www.unicode.org/reports/,
280 and http://www.unicode.org/cldr/data/ . Unicode Software includes any
282 http://www.unicode.org/Public/, http://www.unicode.org/reports/, and
283 http://www.unicode.org/cldr/data/.
295 under the Terms of Use in http://www.unicode.org/copyright.html.
/frameworks/av/camera/ndk/
DNOTICE279 http://www.unicode.org/Public/, http://www.unicode.org/reports/,
280 and http://www.unicode.org/cldr/data/ . Unicode Software includes any
282 http://www.unicode.org/Public/, http://www.unicode.org/reports/, and
283 http://www.unicode.org/cldr/data/.
295 under the Terms of Use in http://www.unicode.org/copyright.html.
/frameworks/native/
DNOTICE279 http://www.unicode.org/Public/, http://www.unicode.org/reports/,
280 and http://www.unicode.org/cldr/data/ . Unicode Software includes any
282 http://www.unicode.org/Public/, http://www.unicode.org/reports/, and
283 http://www.unicode.org/cldr/data/.
295 under the Terms of Use in http://www.unicode.org/copyright.html.
/frameworks/minikin/doc/
Dminikin_style.md30 #include <unicode/ubidi.h> // Other library, ICU, header file.
/frameworks/base/wifi/java/android/net/wifi/
DWifiInfo.java315 String unicode = mWifiSsid.toString(); in getSSID() local
316 if (!TextUtils.isEmpty(unicode)) { in getSSID()
317 return "\"" + unicode + "\""; in getSSID()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dtokenizer.cc1095 uint32 unicode; in ParseStringAppend() local
1096 const char* end = FetchUnicodePoint(ptr, &unicode); in ParseStringAppend()
1101 AppendUTF8(unicode, output); in ParseStringAppend()
/frameworks/base/tools/localedata/
Dextract_icu_data.py64 line = unicode(line, 'UTF-8').strip(u' \n\uFEFF').encode('UTF-8')
/frameworks/base/tools/aapt2/
Dreadme.md25 - Fixed issue where escaped unicode characters would generate malformed UTF-8. (bug 62839202)
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmessage.cc635 PyObject* unicode = PyUnicode_FromEncodedObject(obj, "utf-8", NULL); in CheckAndGetInteger() local
640 if (unicode) { in CheckAndGetInteger()
641 Py_DECREF(unicode); in CheckAndGetInteger()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Ddescriptor_pool_test.py328 unicode_type = unicode
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DCHANGES.txt1246 * Strings now use the "unicode" type rather than the "str" type.
/frameworks/wilhelm/doc/
DDoxyfile1475 # font does not include all possible unicode characters however, so when you need