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

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

Completed in 106 milliseconds