OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:collation_strings
(Results
1 - 1
of
1
) sorted by null
/external/icu4c/test/perf/DateFmtPerf/
DateFmtPerf.h
364
UnicodeString *
collation_strings
;
member in class:CollationFunction
371
collation_strings
= new UnicodeString[listSize];
373
collation_strings
[k] = collation_strings_escaped[k].unescape();
387
delete []
collation_strings
;
408
if(coll->compare(
collation_strings
[j],
collation_strings
[j+1]) == UCOL_LESS) {
Completed in 332 milliseconds