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

  /external/chromium_org/third_party/icu/source/i18n/
rbtz.cpp 171 int32_t historicCount = fHistoricRules->size();
172 done = (UBool*)uprv_malloc(sizeof(UBool) * historicCount);
177 for (i = 0; i < historicCount; i++) {
191 for (i = 0; i < historicCount; i++) {
217 for (int32_t j = 0; j < historicCount; j++) {
590 int32_t historicCount = fHistoricRules->size();
592 while (cnt < trscount && idx < historicCount) {
  /external/icu4c/i18n/
rbtz.cpp 191 int32_t historicCount = fHistoricRules->size();
192 done = (UBool*)uprv_malloc(sizeof(UBool) * historicCount);
197 for (i = 0; i < historicCount; i++) {
211 for (i = 0; i < historicCount; i++) {
237 for (int32_t j = 0; j < historicCount; j++) {
612 int32_t historicCount = fHistoricRules->size();
614 while (cnt < trscount && idx < historicCount) {

Completed in 55 milliseconds