Home
last modified time | relevance | path

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

/external/icu4c/test/perf/ubrkperf/
Dubrkperf.cpp30 TextBreakLocatorRef breakRef;
37 status = UCCreateTextBreakLocator(lref, 0, kUCTextBreakAllMask, (TextBreakLocatorRef*)&breakRef);
96 status = UCFindTextBreak(breakRef, macBreakType, kUCTextBreakLeadingEdgeMask, filePtr, numUniChars,
114 …status = UCFindTextBreak(breakRef, macBreakType, kUCTextBreakLeadingEdgeMask, filePtr, numUniChars,
121 UCDisposeTextBreakLocator(&breakRef);
Dubrkperfold.cpp174 TextBreakLocatorRef breakRef; variable
181 status = UCCreateTextBreakLocator(lref, 0, kUCTextBreakAllMask, (TextBreakLocatorRef*)&breakRef); in createMACBrkIt()
322 status = UCFindTextBreak(breakRef, macBreakType, kUCTextBreakLeadingEdgeMask, filePtr, numUniChars, in doForwardTest()
340 …status = UCFindTextBreak(breakRef, macBreakType, kUCTextBreakLeadingEdgeMask, filePtr, numUniChars, in doForwardTest()
347 UCDisposeTextBreakLocator(&breakRef); in doForwardTest()