Home
last modified time | relevance | path

Searched refs:numRules (Results 1 – 16 of 16) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
DEraRulesTest.java71 int numRules = rules.getNumberOfEras(); in testJapanese() local
72 if (numRules <= JapaneseCalendar.HEISEI) { in testJapanese()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DEraRulesTest.java68 int numRules = rules.getNumberOfEras(); in testJapanese() local
69 if (numRules <= JapaneseCalendar.HEISEI) { in testJapanese()
/third_party/icu/icu4c/source/test/intltest/
Derarulestest.cpp116 int32_t numRules = rules->getNumberOfEras(); in testJapanese() local
117 if (numRules <= HEISEI) { in testJapanese()
/third_party/node/deps/icu-small/source/common/
Drbbiscan.h76 … int32_t numRules(); // Return the number of rules that have been seen.
Drbbitblb.cpp710 fLookAheadRuleMap = new UVector32(fRB->fScanner->numRules() + 1, *fStatus); in mapLookAheadRules()
717 fLookAheadRuleMap->setSize(fRB->fScanner->numRules() + 1); in mapLookAheadRules()
Drbbiscan.cpp1279 int32_t RBBIRuleScanner::numRules() { in numRules() function in RBBIRuleScanner
/third_party/skia/third_party/externals/icu/source/common/
Drbbiscan.h76 … int32_t numRules(); // Return the number of rules that have been seen.
Drbbitblb.cpp709 fLookAheadRuleMap = new UVector32(fRB->fScanner->numRules() + 1, *fStatus); in mapLookAheadRules()
716 fLookAheadRuleMap->setSize(fRB->fScanner->numRules() + 1); in mapLookAheadRules()
Drbbiscan.cpp1279 int32_t RBBIRuleScanner::numRules() { in numRules() function in RBBIRuleScanner
/third_party/icu/icu4c/source/common/
Drbbiscan.h76 … int32_t numRules(); // Return the number of rules that have been seen.
Drbbitblb.cpp709 fLookAheadRuleMap = new UVector32(fRB->fScanner->numRules() + 1, *fStatus); in mapLookAheadRules()
716 fLookAheadRuleMap->setSize(fRB->fScanner->numRules() + 1); in mapLookAheadRules()
Drbbiscan.cpp1279 int32_t RBBIRuleScanner::numRules() { in numRules() function in RBBIRuleScanner
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBIRuleScanner.java1103 int numRules() { in numRules() method in RBBIRuleScanner
DRBBITableBuilder.java624 fLookAheadRuleMap = new int[fRB.fScanner.numRules() + 1]; in mapLookAheadRules()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DRBBIRuleScanner.java1103 int numRules() { in numRules() method in RBBIRuleScanner
DRBBITableBuilder.java617 fLookAheadRuleMap = new int[fRB.fScanner.numRules() + 1]; in mapLookAheadRules()