Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Drbbiapts.cpp1035 RuleBasedBreakIterator *brkItr = new RuleBasedBreakIterator(builtSource, parseError, status); in RoundtripRule() local
1041 rbbiRules = brkItr->getBinaryRules(length); in RoundtripRule()
1047 delete brkItr; in RoundtripRule()
1073 RBBIWithProtectedFunctions * brkItr; in TestCreateFromRBBIData() local
1080 brkItr = new RBBIWithProtectedFunctions(rulesCopy, status); in TestCreateFromRBBIData()
1082 delete brkItr; // this should free rulesCopy in TestCreateFromRBBIData()
1091brkItr = new RBBIWithProtectedFunctions(builtRules, RBBIWithProtectedFunctions::kDontAdopt, status… in TestCreateFromRBBIData()
1093 delete brkItr; // this should NOT attempt to free builtRules in TestCreateFromRBBIData()