Home | History | Annotate | Download | only in src

Lines Matching full:startswithsurrogate

4454   static inline bool StartsWithSurrogate(uint8_t state) {
4513 bool edge_surrogate = StartsWithSurrogate(leaf_state);
4536 } else if (edge_surrogate && StartsWithSurrogate(*state)) {
4539 if (StartsWithSurrogate(leaf_state)) {
4551 if (EndsWithSurrogate(state) && StartsWithSurrogate(state)) {