Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dnfrs.cpp122 , fRecursionCount(0) in NFRuleSet()
317 if (ncThis->fRecursionCount++ >= RECURSION_LIMIT) { in format()
319 ncThis->fRecursionCount = 0; in format()
322 ncThis->fRecursionCount--; in format()
333 if (ncThis->fRecursionCount++ >= RECURSION_LIMIT) { in format()
335 ncThis->fRecursionCount = 0; in format()
338 ncThis->fRecursionCount--; in format()
Dnfrs.h76 int32_t fRecursionCount; variable