Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Drbbiapts.cpp1027 RuleBasedBreakIterator *brkItr = new RuleBasedBreakIterator(builtSource, parseError, status); in RoundtripRule() local
1033 rbbiRules = brkItr->getBinaryRules(length); in RoundtripRule()
1039 delete brkItr; in RoundtripRule()
1066 RBBIWithProtectedFunctions * brkItr; in TestCreateFromRBBIData() local
1073 brkItr = new RBBIWithProtectedFunctions(rulesCopy, status); in TestCreateFromRBBIData()
1075 delete brkItr; // this should free rulesCopy in TestCreateFromRBBIData()
1084brkItr = new RBBIWithProtectedFunctions(builtRules, RBBIWithProtectedFunctions::kDontAdopt, status… in TestCreateFromRBBIData()
1086 delete brkItr; // this should NOT attempt to free builtRules in TestCreateFromRBBIData()