Home
last modified time | relevance | path

Searched refs:ID_TOKEN_LEN (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/i18n/
Drbt_pars.cpp111 static const int32_t ID_TOKEN_LEN = 2; variable
963 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()