Home
last modified time | relevance | path

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

/third_party/icu/tools/colprobe/
Dsortedlines.h88 …UnicodeString arrayToString(Line** sortedLines, int32_t linesSize, UBool pretty, UBool useLinks, U…
Dsortedlines.cpp1370 SortedLines::arrayToString(Line** sortedLines, int32_t linesSize, UBool pretty, UBool useLinks, UBo… in arrayToString() argument
1394 while((i < linesSize && !useLinks) || (previous->next && useLinks)) { in arrayToString()