Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dnfrs.cpp128 , fRecursionCount(0) in NFRuleSet()
343 if (ncThis->fRecursionCount++ >= RECURSION_LIMIT) { in format()
345 ncThis->fRecursionCount = 0; in format()
348 ncThis->fRecursionCount--; in format()
359 if (ncThis->fRecursionCount++ >= RECURSION_LIMIT) { in format()
361 ncThis->fRecursionCount = 0; in format()
364 ncThis->fRecursionCount--; in format()
Dnfrs.h71 int32_t fRecursionCount; variable