Home
last modified time | relevance | path

Searched defs:unicode (Results 1 – 10 of 10) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DBoundedByteStringTest.java64 ByteString unicode = ByteString.wrap(testString.getBytes(Internal.UTF_8)); in testToString() local
77 ByteString unicode = ByteString.wrap(testString.getBytes(Internal.UTF_8)); in testCharsetToString() local
DRopeByteStringSubstringTest.java76 ByteString unicode = ByteString.EMPTY; in testToString() local
106 ByteString unicode = ByteString.EMPTY; in testCharsetToString() local
DRopeByteStringTest.java103 ByteString unicode = ByteString.EMPTY; in testToString() local
129 ByteString unicode = ByteString.EMPTY; in testCharsetToString() local
DLiteralByteStringTest.java401 ByteString unicode = ByteString.wrap(testString.getBytes(Internal.UTF_8)); in testToString() local
408 ByteString unicode = ByteString.wrap(testString.getBytes(Internal.UTF_8)); in testCharsetToString() local
DNioByteStringTest.java424 ByteString unicode = forString(testString); in testToString() local
431 ByteString unicode = forString(testString); in testCharsetToString() local
/frameworks/base/core/tests/coretests/src/android/os/
DFileUtilsTest.java392 final String unicode = "a\u03C0\u03C0\u03C0\u03C0z"; in testTrimFilename() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dtokenizer.cc1095 uint32 unicode; in ParseStringAppend() local
/frameworks/base/wifi/java/android/net/wifi/
DWifiInfo.java315 String unicode = mWifiSsid.toString(); in getSSID() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/third_party/jsoncpp/
Djsoncpp.cpp863 unsigned int unicode; in decodeString() local
881 unsigned int& unicode) { in decodeUnicodeCodePoint()
910 unsigned int& unicode) { in decodeUnicodeEscapeSequence()
1867 unsigned int unicode; in decodeString() local
1885 unsigned int& unicode) { in decodeUnicodeCodePoint()
1914 unsigned int& unicode) { in decodeUnicodeEscapeSequence()
/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