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

/external/chromium_org/v8/src/
H A Dapi.cc4372 static inline bool StartsWithSurrogate(uint8_t state) { function in class:v8::Utf8LengthHelper
4429 bool edge_surrogate = StartsWithSurrogate(leaf_state);
4452 } else if (edge_surrogate && StartsWithSurrogate(*state)) {
4455 if (StartsWithSurrogate(leaf_state)) {
4467 if (EndsWithSurrogate(state) && StartsWithSurrogate(state)) {

Completed in 113 milliseconds