Home | History | Annotate | Download | only in text

Lines Matching defs:ID_TOKEN_LEN

127     private static final int ID_TOKEN_LEN = 2;
966 // Look for an ID token. Must have at least ID_TOKEN_LEN + 1
968 if ((pos + ID_TOKEN_LEN + 1) <= limit &&
969 rule.regionMatches(pos, ID_TOKEN, 0, ID_TOKEN_LEN)) {
970 pos += ID_TOKEN_LEN;