Searched refs:ID_TOKEN_LEN (Results 1 – 3 of 3) sorted by relevance
125 private static final int ID_TOKEN_LEN = 2; field in TransliteratorParser962 if ((pos + ID_TOKEN_LEN + 1) <= limit && in parseRules()963 rule.regionMatches(pos, ID_TOKEN, 0, ID_TOKEN_LEN)) { in parseRules()964 pos += ID_TOKEN_LEN; in parseRules()
124 private static final int ID_TOKEN_LEN = 2; field in TransliteratorParser961 if ((pos + ID_TOKEN_LEN + 1) <= limit && in parseRules()962 rule.regionMatches(pos, ID_TOKEN, 0, ID_TOKEN_LEN)) { in parseRules()963 pos += ID_TOKEN_LEN; in parseRules()
111 static const int32_t ID_TOKEN_LEN = 2; variable963 if ((pos + ID_TOKEN_LEN + 1) <= limit && in parseRules()964 rule.compare(pos, ID_TOKEN_LEN, ID_TOKEN) == 0) { in parseRules()965 pos += ID_TOKEN_LEN; in parseRules()