Searched refs:ID_TOKEN_LEN (Results 1 – 3 of 3) sorted by relevance
127 private static final int ID_TOKEN_LEN = 2; field in TransliteratorParser968 if ((pos + ID_TOKEN_LEN + 1) <= limit && in parseRules()969 rule.regionMatches(pos, ID_TOKEN, 0, ID_TOKEN_LEN)) { in parseRules()970 pos += ID_TOKEN_LEN; in parseRules()
126 private static final int ID_TOKEN_LEN = 2; field in TransliteratorParser967 if ((pos + ID_TOKEN_LEN + 1) <= limit && in parseRules()968 rule.regionMatches(pos, ID_TOKEN, 0, ID_TOKEN_LEN)) { in parseRules()969 pos += ID_TOKEN_LEN; in parseRules()
113 static const int32_t ID_TOKEN_LEN = 2; variable965 if ((pos + ID_TOKEN_LEN + 1) <= limit && in parseRules()966 rule.compare(pos, ID_TOKEN_LEN, ID_TOKEN) == 0) { in parseRules()967 pos += ID_TOKEN_LEN; in parseRules()