Home | History | Annotate | Download | only in src

Lines Matching defs:Is

2 // Use of this source code is governed by a BSD-style license that can be
52 * about a character is around 10, slightly higher if there is no
64 // next one is not also less than this one, we've arrived.
93 // which is of the specified length and uses the specified special case
94 // mapping for multi-char mappings. The next parameter is the character
97 // if the allow_caching_ptr is non-null then false will be stored in
100 // If ranges are linear, a match between a start and end point is
102 // the result is the same as for the start point on the entire range.
120 // is not also less than this one, we've arrived.
177 if (next != 0 && Letter::Is(next)) {
472 bool Uppercase::Is(uchar c) {
658 bool Lowercase::Is(uchar c) {
850 bool Letter::Is(uchar c) {
1072 bool ID_Start::Is(uchar c) {
1212 bool ID_Continue::Is(uchar c) {
1239 bool WhiteSpace::Is(uchar c) {
1263 bool LineTerminator::Is(uchar c) {