OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:collation
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/i18n/
coll.cpp
16
* 2/5/97 aliu Modified createDefault to load
collation
data from
20
* a
Collation
cache. Modified createDefault to look in
21
* cache first, and also to store newly created
Collation
24
* Moved cache out of
Collation
class.
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
;
[
all
...]
ucol_tok.cpp
17
* tokens that will be turned into
collation
elements
125
*
collation
parser and its strength into a file. When a big change in format
2132
UResourceBundle*
collation
;
local
[
all
...]
/external/icu4c/tools/genrb/
parse.c
670
struct SResource*
collation
;
local
781
collation
= resLookup(collations, type);
782
sequence = resLookup(
collation
, "Sequence");
896
warning(line, "Not building
collation
elements because of UCONFIG_NO_COLLATION and/or UCONFIG_NO_FILE_IO, see uconfig.h");
901
/* do the
collation
elements */
963
error(startline, "
Collation
could not be built- U_FILE_ACCESS_ERROR. Make sure ICU's data has been built and is loading properly.");
967
warning(line, "%%
Collation
could not be constructed from CollationElements - check context!");
975
printf("Not building
Collation
binary\n");
980
/* to omit
collation
rules */
1024
printf("
collation
elements %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline)
[
all
...]
Completed in 188 milliseconds