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

/external/chromium_org/v8/src/
H A Dapi.cc4363 kRightmostEdgeIsSurrogate = 1 << 5 enumerator in enum:v8::Utf8LengthHelper::State
4449 DCHECK(!(*state & kRightmostEdgeIsSurrogate));
4451 | (edge_surrogate ? kRightmostEdgeIsSurrogate : 0));
4472 (state & kRightmostEdgeIsSurrogate ? kEndsWithLeadingSurrogate : 0);

Completed in 400 milliseconds