Home
last modified time | relevance | path

Searched defs:code_point (Results 1 - 25 of 25) sorted by relevance

/third_party/gn/src/base/strings/
H A Dutf_string_conversion_utils.h18 inline bool IsValidCodepoint(uint32_t code_point) { in IsValidCodepoint() argument
26 inline bool IsValidCharacter(uint32_t code_point) { in IsValidCharacter() argument
[all...]
H A Dutf_string_conversion_utils.cc21 int32_t code_point; in ReadUnicodeCharacter() local
58 size_t WriteUnicodeCharacter(uint32_t code_point, st argument
33 ReadUnicodeCharacter(const char16_t* src, int32_t src_len, int32_t* char_index, uint32_t* code_point) ReadUnicodeCharacter() argument
78 WriteUnicodeCharacter(uint32_t code_point, std::u16string* output) WriteUnicodeCharacter() argument
[all...]
H A Dutf_offset_string_conversions.cc197 uint32_t code_point; in ConvertUnicode() local
H A Dutf_string_conversions.cc49 void UnicodeAppendUnsafe(char* out, int32_t* size, uint32_t code_point) { in UnicodeAppendUnsafe() argument
53 void UnicodeAppendUnsafe(char16_t* out, int32_t* size, uint32_t code_point) { in UnicodeAppendUnsafe() argument
69 int32_t code_point; in DoUTFConversion() local
103 int32_t code_point; DoUTFConversion() local
[all...]
H A Dstring_util.cc328 base_icu::UChar32 code_point = 0; in TruncateUTF8ToByteSize() local
472 int32_t code_point; in IsStringUTF8() local
/third_party/libphonenumber/cpp/test/phonenumbers/utf/
H A Dunicodetext_test.cc27 char32 code_point; in TEST() member
/third_party/rust/crates/os_str_bytes/src/windows/wtf8/
H A Dcode_points.rs76 let mut code_point: u32 = byte.into(); in next() variables
[all...]
/third_party/gn/src/base/json/
H A Dstring_escape.cc63 bool EscapeSpecialCodePoint(uint32_t code_point, std::string* dest) { in EscapeSpecialCodePoint() argument
141 uint32_t code_point; in EscapeJSONStringImpl() local
[all...]
H A Djson_parser.cc512 uint32_t code_point; in ConsumeStringRaw() local
/third_party/node/deps/ada/
H A Dada.cpp182 uint32_t code_point = in utf8_to_utf32() local
202 uint32_t code_point = (leading_byte & 0b00001111) << 12 | in utf8_to_utf32() local
227 uint32_t code_point = (leading_byte & 0b00000111) << 18 | utf8_to_utf32() local
[all...]
/third_party/node/deps/v8/src/strings/
H A Dunicode-inl.h16 bool Predicate<T, s>::get(uchar code_point) { in get() argument
23 bool Predicate<T, s>::CalculateValue(uchar code_point) { in CalculateValue() argument
H A Dunicode.h42 inline CacheEntry(uchar code_point, bool value) in CacheEntry() argument
50 uchar code_point() const { return CodePointField::decode(bit_field_); } in code_point() function in unibrow::Predicate::CacheEntry
/third_party/libuv/src/
H A Didna.c29 uint32_t code_point; in uv__wtf8_decode1() local
372 int32_t code_point; uv_wtf8_length_as_utf16() local
390 int32_t code_point; uv_wtf8_to_utf16() local
430 int32_t code_point; uv_utf16_length_as_wtf8() local
467 int32_t code_point; uv_utf16_to_wtf8() local
[all...]
/third_party/jerryscript/jerry-core/lit/
H A Dlit-char-helpers.c210 lit_code_point_is_identifier_start (lit_code_point_t code_point) /**< code point */ in lit_code_point_is_identifier_start() argument
240 lit_code_point_is_identifier_part(lit_code_point_t code_point) lit_code_point_is_identifier_part() argument
345 lit_code_point_to_cesu8_bytes(uint8_t *dst_p, lit_code_point_t code_point) lit_code_point_to_cesu8_bytes() argument
393 lit_code_point_get_cesu8_length(lit_code_point_t code_point) lit_code_point_get_cesu8_length() argument
424 lit_code_point_t code_point = ((((uint32_t) source_p[0]) & LIT_UTF8_LAST_3_BITS_MASK) << 18); lit_four_byte_utf8_char_to_cesu8() local
[all...]
H A Dlit-strings.c46 lit_code_point_t code_point = 0; in lit_is_valid_utf8_string() local
141 lit_code_point_t code_point = 0; lit_is_valid_cesu8_string() local
197 lit_is_code_point_utf16_low_surrogate(lit_code_point_t code_point) lit_is_code_point_utf16_low_surrogate() argument
208 lit_is_code_point_utf16_high_surrogate(lit_code_point_t code_point) lit_is_code_point_utf16_high_surrogate() argument
219 convert_code_point_to_low_surrogate(lit_code_point_t code_point) convert_code_point_to_low_surrogate() argument
235 convert_code_point_to_high_surrogate(lit_code_point_t code_point) convert_code_point_to_high_surrogate() argument
376 lit_read_code_point_from_utf8(const lit_utf8_byte_t *buf_p, lit_utf8_size_t buf_size, lit_code_point_t *code_point) lit_read_code_point_from_utf8() argument
426 lit_read_code_unit_from_utf8(const lit_utf8_byte_t *buf_p, ecma_char_t *code_point) lit_read_code_unit_from_utf8() argument
469 lit_read_prev_code_unit_from_utf8(const lit_utf8_byte_t *buf_p, ecma_char_t *code_point) lit_read_prev_code_unit_from_utf8() argument
717 lit_code_point_to_cesu8(lit_code_point_t code_point, lit_utf8_byte_t *buf) lit_code_point_to_cesu8() argument
739 lit_code_point_to_utf8(lit_code_point_t code_point, lit_utf8_byte_t *buf) lit_code_point_to_utf8() argument
836 lit_code_point_t code_point = lit_convert_surrogate_pair_to_code_point (prev_ch, ch); lit_convert_cesu8_string_to_utf8_string() local
870 lit_code_point_t code_point; lit_convert_surrogate_pair_to_code_point() local
[all...]
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-string.c320 lit_code_point_t code_point = (uint32_t) to_int_num; in ecma_builtin_string_object_from_code_point() local
/third_party/protobuf/src/google/protobuf/io/
H A Dtokenizer.cc930 static void AppendUTF8(uint32 code_point, std::string* output) { in AppendUTF8() argument
980 IsHeadSurrogate(uint32 code_point) IsHeadSurrogate() argument
984 IsTrailSurrogate(uint32 code_point) IsTrailSurrogate() argument
1008 FetchUnicodePoint(const char* ptr, uint32* code_point) FetchUnicodePoint() argument
[all...]
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.h864 inline bool IsValidCodePoint(uint32 code_point) { in IsValidCodePoint() argument
H A Dstrutil.cc2250 int EncodeAsUTF8Char(uint32 code_point, char* output) { in EncodeAsUTF8Char() argument
[all...]
/third_party/jerryscript/jerry-core/parser/js/
H A Djs-lexer.c634 lit_code_point_t code_point = UINT32_MAX; in lexer_parse_identifier() local
691 lit_code_point_t code_point = *source_p; in lexer_parse_identifier() local
1082 lit_code_point_t code_point = UINT32_MAX; lexer_parse_string() local
3216 lit_code_point_t code_point = lexer_unchecked_hex_to_character (&left_p); lexer_compare_identifier_to_chars() local
[all...]
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-helpers-string.c1272 lit_code_point_t code_point = lit_convert_surrogate_pair_to_code_point (ch, next_ch); in ecma_substring_copy_to_utf8_buffer() local
/third_party/mesa3d/src/gtest/src/
H A Dgtest.cc1764 std::string CodePointToUtf8(UInt32 code_point) { in CodePointToUtf8() argument
[all...]
/third_party/node/deps/simdutf/
H A Dsimdutf.cpp4130 uint32_t code_point = 0; variable
4196 uint32_t code_point = 0; global() variable
11412 uint16_t code_point = uint16_t(((leading_byte &0b00011111) << 6) | (data[pos + 1] &0b00111111)); convert_valid() local
11422 uint16_t code_point = uint16_t(((leading_byte &0b00001111) << 12) | ((data[pos + 1] &0b00111111) << 6) | (data[pos + 2] &0b00111111)); convert_valid() local
11431 uint32_t code_point = ((leading_byte & 0b00000111) << 18 )| ((data[pos + 1] &0b00111111) << 12) convert_valid() local
11502 uint32_t code_point = (leading_byte & 0b00011111) << 6 | (data[pos + 1] & 0b00111111); convert() local
11517 uint32_t code_point = (leading_byte & 0b00001111) << 12 | convert() local
11537 uint32_t code_point = convert() local
11591 uint32_t code_point = (leading_byte & 0b00011111) << 6 | (data[pos + 1] & 0b00111111); convert_with_errors() local
11606 uint32_t code_point = (leading_byte & 0b00001111) << 12 | convert_with_errors() local
11624 uint32_t code_point = convert_with_errors() local
11813 uint32_t code_point = (leading_byte & 0b00011111) << 6 | (data[pos + 1] & 0b00111111); convert() local
11824 uint32_t code_point = (leading_byte & 0b00001111) << 12 | convert() local
11841 uint32_t code_point = convert() local
11885 uint32_t code_point = (leading_byte & 0b00011111) << 6 | (data[pos + 1] & 0b00111111); convert_with_errors() local
11896 uint32_t code_point = (leading_byte & 0b00001111) << 12 | convert_with_errors() local
11911 uint32_t code_point = convert_with_errors() local
12157 uint32_t code_point = (leading_byte & 0b00011111) << 6 | (data[pos + 1] & 0b00111111); // assembles the Unicode code point from the two bytes. It does this by discarding the leading 110 and 10 bits from the two bytes, shifting the remaining bits of the first byte, and then combining the results with a bitwise OR operation. convert() local
12205 uint32_t code_point = (leading_byte & 0b00011111) << 6 | (data[pos + 1] & 0b00111111); // assembles the Unicode code point from the two bytes. It does this by discarding the leading 110 and 10 bits from the two bytes, shifting the remaining bits of the first byte, and then combining the results with a bitwise OR operation. convert_with_errors() local
12462 uint32_t code_point = (leading_byte & 0b00011111) << 6 | (data[pos + 1] & 0b00111111); // assembles the Unicode code point from the two bytes. It does this by discarding the leading 110 and 10 bits from the two bytes, shifting the remaining bits of the first byte, and then combining the results with a bitwise OR operation. convert_valid() local
[all...]
/third_party/skia/third_party/externals/wuffs/release/c/
H A Dwuffs-v0.3.c5467 uint32_t code_point; member
5477 wuffs_base__make_utf_8__next__output(uint32_t code_point, in wuffs_base__make_utf_8__next__output() argument
20397 wuffs_base__utf_8__encode(wuffs_base__slice_u8 dst, uint32_t code_point) wuffs_base__utf_8__encode() argument
[all...]
/third_party/astc-encoder/Source/
H A Dwuffs-v0.3.c5682 uint32_t code_point; member
5692 wuffs_base__make_utf_8__next__output(uint32_t code_point, in wuffs_base__make_utf_8__next__output() argument
21473 wuffs_base__utf_8__encode(wuffs_base__slice_u8 dst, uint32_t code_point) wuffs_base__utf_8__encode() argument
[all...]

Completed in 103 milliseconds