Home
last modified time | relevance | path

Searched defs:utf32 (Results 1 – 24 of 24) sorted by relevance

/external/grpc-grpc/src/core/lib/json/
Djson_reader.cc36 uint32_t utf32) { in json_reader_string_add_utf32()
446 uint32_t utf32; in grpc_json_reader_run() local
Djson_writer.cc131 uint32_t utf32 = 0; in json_writer_escape_string() local
/external/skqp/src/pdf/
DSkPDFUtils.h104 inline void WriteUTF16beHex(SkDynamicMemoryWStream* wStream, SkUnichar utf32) { in WriteUTF16beHex()
/external/skia/src/pdf/
DSkPDFUtils.h104 inline void WriteUTF16beHex(SkDynamicMemoryWStream* wStream, SkUnichar utf32) { in WriteUTF16beHex()
/external/harfbuzz_ng/test/api/
Dtest-buffer.c34 static const uint32_t utf32[7] = {'a', 'b', 0x20000, 'd', 'e', 'f', 'g'}; variable
762 const uint32_t utf32[8]; member
/external/rust/crates/grpcio-sys/grpc/src/core/lib/json/
Djson_writer.cc173 uint32_t utf32 = 0; in EscapeString() local
Djson_reader.cc603 uint32_t utf32; in Run() local
/external/libchrome/base/strings/
Dutf_string_conversions_unittest.cc158 const wchar_t* utf32; in TEST() member
/external/skqp/src/utils/
DSkUTF.cpp96 int SkUTF::CountUTF32(const int32_t* utf32, size_t byteLength) { in CountUTF32()
/external/skqp/tools/fonts/
DSkTestTypeface.cpp148 auto utf32 = (const SkUnichar*)chars; in onCharsToGlyphs() local
DSkTestSVGTypeface.cpp131 auto utf32 = (const SkUnichar*)chars; in onCharsToGlyphs() local
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/charsetdet/
DDetectingViewer.java312 Charset utf32 = CharsetICU.forNameICU(encoding); in show() local
/external/skia/src/utils/
DSkUTF.cpp97 int SkUTF::CountUTF32(const int32_t* utf32, size_t byteLength) { in CountUTF32()
/external/skqp/src/ports/
DSkTypeface_win_dw.cpp113 const UINT32* utf32 = reinterpret_cast<const UINT32*>(chars); in onCharsToGlyphs() local
DSkFontHost_win.cpp795 uint16_t SkScalerContext_GDI::generateCharToGlyph(SkUnichar utf32) { in generateCharToGlyph()
2065 const uint32_t* utf32 = reinterpret_cast<const uint32_t*>(chars); in onCharsToGlyphs() local
DSkFontHost_mac.cpp2355 const SkUnichar* utf32 = reinterpret_cast<const SkUnichar*>(chars); in onCharsToGlyphs() local
/external/icu/icu4c/source/common/
Dunistr.cpp450 UnicodeString UnicodeString::fromUTF32(const UChar32 *utf32, int32_t length) { in fromUTF32()
1011 UnicodeString::toUTF32(UChar32 *utf32, int32_t capacity, UErrorCode &errorCode) const { in toUTF32()
/external/jcommander/src/test/java/com/beust/jcommander/
DJCommanderTest.java645 final Charset utf32 = Charset.forName("UTF-32"); in atFileWithInNonDefaultCharset() local
648 try (OutputStreamWriter fw = new OutputStreamWriter(new FileOutputStream(f), utf32)) { in atFileWithInNonDefaultCharset() argument
/external/icu/icu4c/source/test/intltest/
Dustrtest.cpp1827 static const UChar32 utf32[] = { in TestUTF32() local
/external/icu/icu4c/source/test/cintltst/
Dncnvtst.c779 UChar32 *utf32 = (UChar32*)malloc(MAX_LENGTH*sizeof(UChar32)); in TestRegressionUTF32() local
Dnucnvtst.c1153 static const uint8_t utf32[]={ in TestNewConvertWithBufferSizes() local
1206 static const uint8_t utf32[]={ in TestNewConvertWithBufferSizes() local
Dccapitst.c2802 static const uint8_t utf32[]={ in TestConvertAlgorithmic() local
/external/skia/src/ports/
DSkTypeface_mac_ct.cpp1072 const SkUnichar* utf32 = reinterpret_cast<const SkUnichar*>(uni); in onCharsToGlyphs() local
DSkFontHost_win.cpp1963 const uint32_t* utf32 = reinterpret_cast<const uint32_t*>(uni); in onCharsToGlyphs() local