OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_two_characters
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/src/
unicode.cc
300
bool
is_two_characters
= character > Utf16::kMaxNonSurrogateCharCode;
local
301
utf16_length +=
is_two_characters
? 2 : 1;
307
if (
is_two_characters
) {
322
ASSERT(
is_two_characters
);
[
all
...]
objects.cc
9281
bool
is_two_characters
= c > unibrow::Utf16::kMaxNonSurrogateCharCode;
local
[
all
...]
Completed in 68 milliseconds