Home | History | Annotate | Download | only in util

Lines Matching refs:HT

1077     /** US-ASCII HT, horizontal-tab (9)*/
1078 public static final int HT = '\t';
1091 * character (CR, LF, SP or HT).
1101 return ch == SP || ch == HT || ch == CR || ch == LF;