Home
last modified time | relevance | path

Searched refs:UTF32 (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DConvertUTF.cpp60 static const UTF32 halfBase = 0x0010000UL;
61 static const UTF32 halfMask = 0x3FFUL;
63 #define UNI_SUR_HIGH_START (UTF32)0xD800
64 #define UNI_SUR_HIGH_END (UTF32)0xDBFF
65 #define UNI_SUR_LOW_START (UTF32)0xDC00
66 #define UNI_SUR_LOW_END (UTF32)0xDFFF
93 static const UTF32 offsetsFromUTF8[6] = { 0x00000000UL, 0x00003080UL, 0x000E2080UL,
119 const UTF32** sourceStart, const UTF32* sourceEnd, in ConvertUTF32toUTF16()
122 const UTF32* source = *sourceStart; in ConvertUTF32toUTF16()
125 UTF32 ch; in ConvertUTF32toUTF16()
[all …]
DConvertUTFWrapper.cpp51 UTF32 *targetStart = reinterpret_cast<UTF32*>(ResultPtr); in ConvertUTF8toWide()
67 const UTF32 *SourceStart = &Source; in ConvertCodePointToUTF8()
68 const UTF32 *SourceEnd = SourceStart + 1; in ConvertCodePointToUTF8()
230 const UTF32 *Start = reinterpret_cast<const UTF32 *>(Source.data()); in convertWideToUTF8()
231 const UTF32 *End = in convertWideToUTF8()
232 reinterpret_cast<const UTF32 *>(Source.data() + Source.size()); in convertWideToUTF8()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DConvertUTF.cpp86 static const UTF32 halfBase = 0x0010000UL;
87 static const UTF32 halfMask = 0x3FFUL;
89 #define UNI_SUR_HIGH_START (UTF32)0xD800
90 #define UNI_SUR_HIGH_END (UTF32)0xDBFF
91 #define UNI_SUR_LOW_START (UTF32)0xDC00
92 #define UNI_SUR_LOW_END (UTF32)0xDFFF
119 static const UTF32 offsetsFromUTF8[6] = { 0x00000000UL, 0x00003080UL, 0x000E2080UL,
145 const UTF32** sourceStart, const UTF32* sourceEnd, in ConvertUTF32toUTF16()
148 const UTF32* source = *sourceStart; in ConvertUTF32toUTF16()
151 UTF32 ch; in ConvertUTF32toUTF16()
[all …]
DDJB.cpp21 static UTF32 chopOneUTF32(StringRef &Buffer) { in chopOneUTF32()
22 UTF32 C; in chopOneUTF32()
26 UTF32 *Begin32 = &C; in chopOneUTF32()
37 static StringRef toUTF8(UTF32 C, MutableArrayRef<UTF8> Storage) { in toUTF8()
38 const UTF32 *Begin32 = &C; in toUTF8()
51 static UTF32 foldCharDwarf(UTF32 C) { in foldCharDwarf()
77 UTF32 C = foldCharDwarf(chopOneUTF32(Buffer)); in caseFoldingDjbHash()
DConvertUTFWrapper.cpp50 UTF32 *targetStart = reinterpret_cast<UTF32*>(ResultPtr); in ConvertUTF8toWide()
66 const UTF32 *SourceStart = &Source; in ConvertCodePointToUTF8()
67 const UTF32 *SourceEnd = SourceStart + 1; in ConvertCodePointToUTF8()
229 const UTF32 *Start = reinterpret_cast<const UTF32 *>(Source.data()); in convertWideToUTF8()
230 const UTF32 *End = in convertWideToUTF8()
231 reinterpret_cast<const UTF32 *>(Source.data() + Source.size()); in convertWideToUTF8()
DUnicode.cpp349 UTF32 buf[1]; in columnWidthUTF8()
351 UTF32 *Target = &buf[0]; in columnWidthUTF8()
DJSON.cpp548 std::vector<UTF32> Codepoints(S.size()); // 1 codepoint per byte suffices. in fixUTF8()
550 UTF32 *Out32 = Codepoints.data(); in fixUTF8()
555 const UTF32 *In32 = Codepoints.data(); in fixUTF8()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DConvertUTF.h109 typedef unsigned int UTF32; /* at least 32 bits */ typedef
115 #define UNI_REPLACEMENT_CHAR (UTF32)0x0000FFFD
116 #define UNI_MAX_BMP (UTF32)0x0000FFFF
117 #define UNI_MAX_UTF16 (UTF32)0x0010FFFF
118 #define UNI_MAX_UTF32 (UTF32)0x7FFFFFFF
119 #define UNI_MAX_LEGAL_UTF32 (UTF32)0x0010FFFF
148 UTF32** targetStart, UTF32* targetEnd, ConversionFlags flags);
156 UTF32** targetStart, UTF32* targetEnd, ConversionFlags flags);
163 const UTF32** sourceStart, const UTF32* sourceEnd,
168 UTF32** targetStart, UTF32* targetEnd, ConversionFlags flags);
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DConvertUTF.h109 typedef unsigned int UTF32; /* at least 32 bits */ typedef
115 #define UNI_REPLACEMENT_CHAR (UTF32)0x0000FFFD
116 #define UNI_MAX_BMP (UTF32)0x0000FFFF
117 #define UNI_MAX_UTF16 (UTF32)0x0010FFFF
118 #define UNI_MAX_UTF32 (UTF32)0x7FFFFFFF
119 #define UNI_MAX_LEGAL_UTF32 (UTF32)0x0010FFFF
148 UTF32** targetStart, UTF32* targetEnd, ConversionFlags flags);
156 UTF32** targetStart, UTF32* targetEnd, ConversionFlags flags);
163 const UTF32** sourceStart, const UTF32* sourceEnd,
168 UTF32** targetStart, UTF32* targetEnd, ConversionFlags flags);
[all …]
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DUConverterSharedData.java384 static final int UTF32 = UTF16 + 1; // 30 field in UConverterSharedData.UConverterType
385 static final int CESU8 = UTF32 + 1; // 31
/third_party/icu/docs/userguide/strings/
Dcharacteriterator.md49 efficiently supports UTF-16 encodings and provides new APIs for UTF32 return
50 values. The API names for the UTF16 and UTF32 encodings differ because the UTF32
60 for forward iteration only for both UTF16 and UTF32 access, and is and based on
/third_party/node/deps/v8/src/builtins/
Dbuiltins-string.tq171 // produce UTF32.
173 string, Signed(length), Signed(index), UnicodeEncoding::UTF32);
Dbuiltins-string-gen.cc1485 case UnicodeEncoding::UTF32: { in LoadSurrogatePairAt()
Dbase.tq273 extern enum UnicodeEncoding { UTF16, UTF32 }
/third_party/node/deps/v8/src/common/
Dglobals.h1542 UTF32, // full UTF32 code unit / Unicode codepoint enumerator
1553 case UnicodeEncoding::UTF32:
/third_party/pcre2/pcre2/testdata/
Dtestinput12134 /(*CRLF)(*UTF32)(*BSR_UNICODE)a\Rb/I
Dtestoutput12-32564 /(*CRLF)(*UTF32)(*BSR_UNICODE)a\Rb/I
Dtestoutput12-16577 /(*CRLF)(*UTF32)(*BSR_UNICODE)a\Rb/I
/third_party/node/deps/simdutf/
Dsimdutf.cpp18530 … if (UTF32) { \
18549 …if (UTF32) { …
18567 #define SIMDUTF_ICELAKE_STORE_ASCII(UTF32, utf8, output) \ argument
18568 if (UTF32) { \
18611 constexpr bool UTF32 = std::is_same<OUTPUT, uint32_t>::value; in valid_utf8_to_fixed_length() local
18613 …static_assert(UTF32 or UTF16, "output type has to be uint32_t (for UTF-32) or char16_t (for UTF-16… in valid_utf8_to_fixed_length()
18614 static_assert(!(UTF32 and big_endian), "we do not currently support big-endian UTF-32"); in valid_utf8_to_fixed_length()
18641 SIMDUTF_ICELAKE_STORE_ASCII(UTF32, utf8, output) in valid_utf8_to_fixed_length()
18692 SIMDUTF_ICELAKE_STORE_ASCII(UTF32, utf8, output) in valid_utf8_to_fixed_length()
18910 constexpr bool UTF32 = std::is_same<OUTPUT, uint32_t>::value; in validating_utf8_to_fixed_length() local
[all …]
/third_party/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp123 font.TextToGlyphs(unicode.get(), count * sizeof(SkUnichar), RSDrawing::TextEncoding::UTF32, in skhb_nominal_glyphs()