Home | History | Annotate | Download | only in src

Lines Matching refs:Is

16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
70 * about a character is around 10, slightly higher if there is no
82 // next one is not also less than this one, we've arrived.
110 // which is of the specified length and uses the specified special case
111 // mapping for multi-char mappings. The next parameter is the character
114 // if the allow_caching_ptr is non-null then false will be stored in
117 // If ranges are linear, a match between a start and end point is
119 // the result is the same as for the start point on the entire range.
137 // is not also less than this one, we've arrived.
194 if (next != 0 && Letter::Is(next)) {
290 // The next character is an ASCII char so we scan forward over
301 // The next character is non-ASCII so we just fill the buffer
450 bool Uppercase::Is(uchar c) {
561 bool Lowercase::Is(uchar c) {
685 bool Letter::Is(uchar c) {
724 bool Space::Is(uchar c) {
755 bool Number::Is(uchar c) {
779 bool WhiteSpace::Is(uchar c) {
800 bool LineTerminator::Is(uchar c) {
865 bool CombiningMark::Is(uchar c) {
895 bool ConnectorPunctuation::Is(uchar c) {