Home | History | Annotate | Download | only in i18n

Lines Matching defs:ID_TOKEN_LEN

110 static const int32_t ID_TOKEN_LEN = 2;
956 // Look for an ID token. Must have at least ID_TOKEN_LEN + 1
958 if ((pos + ID_TOKEN_LEN + 1) <= limit &&
959 rule.compare(pos, ID_TOKEN_LEN, ID_TOKEN) == 0) {
960 pos += ID_TOKEN_LEN;