Searched refs:brkItr (Results 1 – 2 of 2) sorted by relevance
1035 RuleBasedBreakIterator *brkItr = new RuleBasedBreakIterator(builtSource, parseError, status); in RoundtripRule() local1041 rbbiRules = brkItr->getBinaryRules(length); in RoundtripRule()1047 delete brkItr; in RoundtripRule()1073 RBBIWithProtectedFunctions * brkItr; in TestCreateFromRBBIData() local1080 brkItr = new RBBIWithProtectedFunctions(rulesCopy, status); in TestCreateFromRBBIData()1082 delete brkItr; // this should free rulesCopy in TestCreateFromRBBIData()1091 …brkItr = new RBBIWithProtectedFunctions(builtRules, RBBIWithProtectedFunctions::kDontAdopt, status… in TestCreateFromRBBIData()1093 delete brkItr; // this should NOT attempt to free builtRules in TestCreateFromRBBIData()
537 static void printBreaks(int num, String testSource, BreakIterator brkItr) { in printBreaks() argument541 int pos = brkItr.next(); in printBreaks()