HomeSort by relevance Sort by last modified time
    Searched refs:collationType (Results 1 - 16 of 16) sorted by null

  /external/icu/icu4c/source/i18n/
ucol_imp.h 70 static void loadRules(const char *localeID, const char *collationType,
ucol_res.cpp 103 CollationLoader::loadRules(const char *localeID, const char *collationType,
106 U_ASSERT(collationType != NULL && *collationType != 0);
109 int32_t typeLength = uprv_strlen(collationType);
114 uprv_memcpy(type, collationType, typeLength + 1);
collationruleparser.h 97 const char *localeID, const char *collationType,
collationruleparser.cpp 627 char collationType[ULOC_KEYWORDS_CAPACITY];
629 collationType, ULOC_KEYWORDS_CAPACITY,
640 importer->getRules(baseID, length > 0 ? collationType : "standard",
collationbuilder.cpp 58 const char *localeID, const char *collationType,
67 const char *localeID, const char *collationType,
70 CollationLoader::loadRules(localeID, collationType, rules, errorCode);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationLoader.java 81 static String loadRules(ULocale locale, String collationType) {
85 "collations/" + ASCII.toLowerCase(collationType));
CollationRuleParser.java 84 String getRules(String localeID, String collationType);
653 String collationType = localeID.getKeywordValue("collation");
661 collationType != null ? collationType : "standard");
    [all...]
CollationBuilder.java 35 public String getRules(String localeID, String collationType) {
36 return CollationLoader.loadRules(new ULocale(localeID), collationType);
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationLoader.java 79 static String loadRules(ULocale locale, String collationType) {
83 "collations/" + ASCII.toLowerCase(collationType));
CollationRuleParser.java 80 String getRules(String localeID, String collationType);
649 String collationType = localeID.getKeywordValue("collation");
657 collationType != null ? collationType : "standard");
    [all...]
CollationBuilder.java 31 public String getRules(String localeID, String collationType) {
32 return CollationLoader.loadRules(new ULocale(localeID), collationType);
    [all...]
  /external/icu/icu4c/source/tools/genrb/
parse.cpp 682 const char *localeID, const char *collationType,
695 const char *localeID, const char *collationType,
750 // printf("GenrbImporter::getRules(%s, %s) reads %s\n", localeID, collationType, openFileName.data());
773 struct SResource *collation = resLookup(collations, collationType);
811 addCollation(ParseState* state, TableResource *result, const char *collationType,
926 (void)collationType;
930 if (uprv_strncmp(collationType, "private-", 8) == 0) {
932 printf("Not building %s~%s collation binary\n", state->filename, collationType);
939 printf("Not building %s~%s collation binary\n", state->filename, collationType);
954 if(uprv_strncmp(collationType, "search", 6) == 0)
    [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 668 milliseconds