Searched defs:historicCount (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Drbtz.cpp187 int32_t historicCount = fHistoricRules->size(); local
188 done = (UBool*)uprv_malloc(sizeof(UBool) * historicCount);
193 for (i = 0; i < historicCount; i++) {
207 for (i = 0; i < historicCount; i++) {
233 for (int32_t j = 0; j < historicCount; j++) {
608 int32_t historicCount = fHistoricRules->size(); local
610 while (cnt < trscount && idx < historicCount) {

Completed in 49 milliseconds