Searched defs:collation (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/i18n/
H A Dcoll.cpp16 * 2/5/97 aliu Modified createDefault to load collation data from
352 // return a valid collation object, if the system is functioning properly.
354 // use the built-in default collation rules. THEREFORE, createInstance()
356 // ADVANCE that the given locale's collation is properly implemented as a
362 RuleBasedCollator* collation = new RuleBasedCollator(desiredLocale, local
365 if (collation == 0) {
371 delete collation;
372 collation = 0;
374 return collation;
524 * The task for determing the default collation strengt
[all...]

Completed in 52 milliseconds