HomeSort by relevance Sort by last modified time
    Searched refs:fRecursionCount (Results 1 - 4 of 4) sorted by null

  /external/icu4c/i18n/
nfrs.h 71 int32_t fRecursionCount;
nfrs.cpp 128 , fRecursionCount(0)
343 if (ncThis->fRecursionCount++ >= RECURSION_LIMIT) {
345 ncThis->fRecursionCount = 0;
348 ncThis->fRecursionCount--;
359 if (ncThis->fRecursionCount++ >= RECURSION_LIMIT) {
361 ncThis->fRecursionCount = 0;
364 ncThis->fRecursionCount--;
  /external/chromium_org/third_party/icu/source/i18n/
nfrs.cpp 123 , fRecursionCount(0)
318 if (ncThis->fRecursionCount++ >= RECURSION_LIMIT) {
320 ncThis->fRecursionCount = 0;
323 ncThis->fRecursionCount--;
334 if (ncThis->fRecursionCount++ >= RECURSION_LIMIT) {
336 ncThis->fRecursionCount = 0;
339 ncThis->fRecursionCount--;
nfrs.h 76 int32_t fRecursionCount;

Completed in 1385 milliseconds