OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxThreeByteChar
(Results
1 - 5
of
5
) sorted by null
/external/v8/src/
unicode-inl.h
90
} else if (c <=
kMaxThreeByteChar
) {
121
} else if (c <=
kMaxThreeByteChar
) {
preparser-api.cc
124
if (value > static_cast<int32_t>(unibrow::Utf8::
kMaxThreeByteChar
)) {
unicode.h
130
static const unsigned
kMaxThreeByteChar
= 0xffff;
unicode.cc
248
&
kMaxThreeByteChar
;
268
if (code_point <=
kMaxThreeByteChar
) {
[
all
...]
/external/v8/test/cctest/
test-parsing.cc
537
static const unsigned kMaxUC16CharU = unibrow::Utf8::
kMaxThreeByteChar
;
543
(unibrow::Utf8::
kMaxThreeByteChar
- unibrow::Utf8::kMaxTwoByteChar) * 3;
Completed in 42 milliseconds