Home
last modified time | relevance | path

Searched refs:Latin1 (Results 1 - 14 of 14) sorted by relevance

/third_party/node/deps/v8/src/json/
H A Djson-parser.cc304 } else if (c <= unibrow::Latin1::kMaxChar) { in ReportUnexpectedCharacter()
341 JsonToken current = V8_LIKELY(c <= unibrow::Latin1::kMaxChar) in SkipWhitespace()
921 static_cast<int32_t>(unibrow::Latin1::kMaxChar)) && in ParseJsonNumber()
945 static_cast<int32_t>(unibrow::Latin1::kMaxChar)) || in ParseJsonNumber()
1131 if (sizeof(Char) == 2 && V8_UNLIKELY(c > unibrow::Latin1::kMaxChar)) { in ScanJsonString()
1148 bool convert = sizeof(Char) == 1 ? bits > unibrow::Latin1::kMaxChar in ScanJsonString()
1149 : bits <= unibrow::Latin1::kMaxChar; in ScanJsonString()
1158 c, 0, static_cast<int32_t>(unibrow::Latin1::kMaxChar)))) { in ScanJsonString()
/third_party/node/deps/v8/src/objects/
H A Dstring.h476 static const int32_t kMaxOneByteCharCode = unibrow::Latin1::kMaxChar;
477 static const uint32_t kMaxOneByteCharCodeU = unibrow::Latin1::kMaxChar;
538 if (*chars > unibrow::Latin1::kMaxChar) {
545 STATIC_ASSERT(unibrow::Latin1::kMaxChar == 0xFF);
561 if (*chars > unibrow::Latin1::kMaxChar) {
H A Dlookup.cc1567 if (charcode > unibrow::Latin1::kMaxChar) return kGaveUp; in TryGetOwnChar()
/third_party/node/benchmark/napi/string/
H A Dbinding.c47 DECLARE_BINDING(Latin1, latin1, one_byte_string) in DECLARE_BINDING()
/third_party/node/deps/v8/src/parsing/
H A Dliteral-buffer.h32 if (code_unit <= static_cast<base::uc32>(unibrow::Latin1::kMaxChar)) { in AddChar()
/third_party/node/deps/v8/src/strings/
H A Dunicode-decoder.cc30 is_one_byte = is_one_byte && t <= unibrow::Latin1::kMaxChar; in Utf8Decoder()
H A Dunicode.h135 class Latin1 { class
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.cc752 // that cannot occur in the source string because it is Latin1.
1058 // For very large search spaces we do a binary chop search of the non-Latin1 in SplitSearchSpace()
1067 // The first test ensures that we get to the code that handles the Latin1 in SplitSearchSpace()
1069 // character range (even non-Latin1 charset-based text has spaces and in SplitSearchSpace()
1071 if (*border - 1 > String::kMaxOneByteCharCode && // Latin1 case. in SplitSearchSpace()
1608 // This can happen because all case variants are non-Latin1, but we in GetQuickCheckDetails()
1609 // know the input is Latin1. in GetQuickCheckDetails()
1882 c = unibrow::Latin1::TryConvertToLatin1(c); in FilterOneByte()
1884 if (c > unibrow::Latin1::kMaxChar) return set_replacement(nullptr); in FilterOneByte()
2356 // invalid by using the Latin1 equivalen in TextEmitPass()
[all...]
H A Dregexp-compiler-tonode.cc28 constexpr int32_t kMaxOneByteCharCode = unibrow::Latin1::kMaxChar;
/third_party/node/deps/v8/src/heap/
H A Dfactory-base.cc570 if ((c1 | c2) <= unibrow::Latin1::kMaxChar) { in MakeOrFindTwoCharacterString()
H A Dfactory.cc947 if (code <= unibrow::Latin1::kMaxChar) { in LookupSingleCharacterStringFromCode()
/third_party/node/deps/simdutf/
H A Dsimdutf.h489 Latin1 = 32, enumerator
539 TOO_LARGE, // The decoded character must be less than or equal to U+10FFFF,less than or equal than U+7F for ASCII OR less than equal than U+FF for Latin1
542 // there must be no surrogate at all (Latin1)
1052 * Convert Latin1 string into UTF8 string.
1056 * @param input the Latin1 string to convert
1065 * Convert possibly Latin1 string into UTF-16LE string.
1069 * @param input the Latin1 string to convert
1077 * Convert Latin1 string into UTF-16BE string.
1081 * @param input the Latin1 string to convert
1089 * Convert Latin1 strin
[all...]
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex8910 % Latin1 (ISO-8859-1) character definitions.
9019 % Encoding is almost identical to Latin1.
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 58 milliseconds