/external/icu4c/stubdata/reduced_coll/ |
add.txt | 0 coll/en.res 2 coll/en_AU.res 3 coll/en_BE.res 4 coll/en_BW.res 5 coll/en_CA.res 6 coll/en_GB.res 7 coll/en_HK.res 8 coll/en_IE.res 9 coll/en_IN.res 10 coll/en_MT.re [all...] |
/external/icu4c/stubdata/ |
icudt42l-default.txt | 13 coll/cs.res 14 coll/cs_CZ.res 15 coll/de.res 16 coll/de_.res 17 coll/de_AT.res 18 coll/de_BE.res 19 coll/de_CH.res 20 coll/de_DE.res 21 coll/de_LU.res 22 coll/de__PHONEBOOK.re [all...] |
icudt42l-large.txt | 15 coll/cs.res 16 coll/cs_CZ.res 17 coll/de.res 18 coll/de_.res 19 coll/de_AT.res 20 coll/de_BE.res 21 coll/de_CH.res 22 coll/de_DE.res 23 coll/de_LU.res 24 coll/de__PHONEBOOK.re [all...] |
icudt42l-zh.txt | 13 coll/cs.res 14 coll/cs_CZ.res 15 coll/de.res 16 coll/de_.res 17 coll/de_AT.res 18 coll/de_BE.res 19 coll/de_CH.res 20 coll/de_DE.res 21 coll/de_LU.res 22 coll/de__PHONEBOOK.re [all...] |
icudt42l-us-euro.txt | 13 coll/cs.res 14 coll/cs_CZ.res 15 coll/de.res 16 coll/de_.res 17 coll/de_AT.res 18 coll/de_BE.res 19 coll/de_CH.res 20 coll/de_DE.res 21 coll/de_LU.res 22 coll/de__PHONEBOOK.re [all...] |
icudt42l-us.txt | 13 coll/en.res 14 coll/en_AU.res 15 coll/en_BE.res 16 coll/en_BW.res 17 coll/en_CA.res 18 coll/en_GB.res 19 coll/en_HK.res 20 coll/en_IE.res 21 coll/en_IN.res 22 coll/en_MT.re [all...] |
icudt42l-us-japan.txt | 15 coll/en.res 16 coll/en_AU.res 17 coll/en_BE.res 18 coll/en_BW.res 19 coll/en_CA.res 20 coll/en_GB.res 21 coll/en_HK.res 22 coll/en_IE.res 23 coll/en_IN.res 24 coll/en_MT.re [all...] |
/external/icu4c/samples/coll/ |
readme.txt | 2 coll: a sample program which compares 2 strings with a user-defined collator. 9 coll.c Main source file 10 coll.sln Windows MSVC workspace. Double-click this to get started. 11 coll.vcproj Windows MSVC project file 13 To Build coll on Windows 15 2. In MSVC, open the workspace file icu\samples\coll\coll.sln 24 3. cd into the coll directory, e.g. 25 cd c:\icu\source\samples\coll\debug 27 coll [options*] -source source_string -target target_strin [all...] |
Makefile | 12 TARGET=coll 15 OBJECTS=coll.o
|
coll.vcproj | 5 Name="coll" 44 TypeLibraryName=".\x86\Release/coll.tlb" 56 PrecompiledHeaderFile=".\x86\Release/coll.pch" 78 OutputFile=".\x86\Release/coll.exe" 82 ProgramDatabaseFile=".\x86\Release/coll.pdb" 134 TypeLibraryName=".\x64\Release/coll.tlb" 146 PrecompiledHeaderFile=".\x64\Release/coll.pch" 168 OutputFile=".\x64\Release/coll.exe" 172 ProgramDatabaseFile=".\x64\Release/coll.pdb" 224 TypeLibraryName=".\x86\Debug/coll.tlb [all...] |
/dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
RuleBasedCollatorTest.java | 118 RuleBasedCollator coll = new RuleBasedCollator(rule); local 119 assertEquals(rule.hashCode(), coll.hashCode()); 124 RuleBasedCollator coll = new RuleBasedCollator(rule); local 125 assertEquals(rule.hashCode(), coll.hashCode()); 136 RuleBasedCollator coll = (RuleBasedCollator) Collator local 138 RuleBasedCollator clone = (RuleBasedCollator) coll.clone(); 139 assertNotSame(coll, clone); 140 assertEquals(coll.getRules(), clone.getRules()); 141 assertEquals(coll.getDecomposition(), clone.getDecomposition()); 142 assertEquals(coll.getStrength(), clone.getStrength()) 155 RuleBasedCollator coll = new RuleBasedCollator(rule); local 181 RuleBasedCollator coll = new RuleBasedCollator(rule); local 195 RuleBasedCollator coll = (RuleBasedCollator) Collator local 215 RuleBasedCollator coll = new RuleBasedCollator(rule); local 232 RuleBasedCollator coll = (RuleBasedCollator) Collator local 250 RuleBasedCollator coll = (RuleBasedCollator) Collator local 287 RuleBasedCollator coll = (RuleBasedCollator) Collator local 307 RuleBasedCollator coll = (RuleBasedCollator) Collator local 346 RuleBasedCollator coll = (RuleBasedCollator) Collator local 369 RuleBasedCollator coll = (RuleBasedCollator) Collator local 394 Collator coll = Collator.getInstance(); local 426 Collator coll = Collator.getInstance(Locale.US); local 488 RuleBasedCollator coll = new RuleBasedCollator(""); local [all...] |
/external/icu4c/test/intltest/ |
ucaconf.h | 38 void setCollNonIgnorable(UCollator *coll); 39 void setCollShifted(UCollator *coll); 40 void testConformance(UCollator *coll);
|
ucaconf.cpp | 88 void UCAConformanceTest::setCollNonIgnorable(UCollator *coll) 90 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_ON, &status); 91 ucol_setAttribute(coll, UCOL_CASE_FIRST, UCOL_OFF, &status); 92 ucol_setAttribute(coll, UCOL_CASE_LEVEL, UCOL_OFF, &status); 93 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_TERTIARY, &status); 94 ucol_setAttribute(coll, UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, &status); 97 void UCAConformanceTest::setCollShifted(UCollator *coll) 99 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_ON, &status); 100 ucol_setAttribute(coll, UCOL_CASE_FIRST, UCOL_OFF, &status); 101 ucol_setAttribute(coll, UCOL_CASE_LEVEL, UCOL_OFF, &status) [all...] |
itercoll.cpp | 11 #include "unicode/coll.h" 298 RuleBasedCollator *coll = new RuleBasedCollator(rule, status); local 302 CollationElementIterator *iter = coll->createCollationElementIterator(str); 329 delete coll; 406 RuleBasedCollator *coll = local 409 if (coll == NULL || U_FAILURE(status)) 417 coll->createCollationElementIterator(source); 432 coll->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); 434 = coll->createCollationElementIterator(source); 477 delete coll; 486 RuleBasedCollator *coll = local 543 RuleBasedCollator *coll = local [all...] |
rndmcoll.cpp | 93 UBool operator()(Collator &coll, int count = 1000){ 98 if (check_transitivity(coll, a, b, c)){ 110 UBool check_transitivity(const Collator & coll, const UnicodeString &a, const UnicodeString &b, const UnicodeString &c){ 111 int ab = coll.compare(a,b), ba = coll.compare(b,a); 112 int bc = coll.compare(b,c), cb = coll.compare(c,b); 113 int ca = coll.compare(c,a), ac = coll.compare(a,c);
|
/external/stlport/test/eh/ |
test.cpp | 6 inline void printElements(const T& coll, const char* msg = "") 10 for(it = coll.begin(); it != coll.end(); ++it) {
|
/external/icu4c/i18n/ |
ucol.cpp | 107 (s)->coll = (collator); 384 ucol_cloneBinary(const UCollator *coll, 396 if(coll->hasRealData == TRUE) { 397 length = coll->image->size; 399 uprv_memcpy(buffer, coll->image, length); 428 uprv_memcpy(myData->version, coll->image->version, sizeof(UVersionInfo)); 430 uprv_memcpy(myData->UCAVersion, coll->image->UCAVersion, sizeof(UVersionInfo)); 431 uprv_memcpy(myData->UCDVersion, coll->image->UCDVersion, sizeof(UVersionInfo)); 432 uprv_memcpy(myData->formatVersion, coll->image->formatVersion, sizeof(UVersionInfo)); 433 myData->jamoSpecial = coll->image->jamoSpecial 7541 const UCollator *coll = sColl->coll; local 7626 const UCollator *coll = sColl->coll; local [all...] |
ucol_sit.cpp | 555 ucol_getShortDefinitionString(const UCollator *coll, 574 locale = ucol_getLocaleByType(coll, ULOC_VALID_LOCALE, status); 596 attribute = ucol_getAttributeOrDefault(coll, (UColAttribute)options[i].attr, status); 604 if(coll->variableTopValueisDefault == FALSE) { 605 //s.variableTopValue = ucol_getVariableTop(coll, status); 606 elementSize = T_CString_integerToString(tempbuff, coll->variableTopValue, 16); 643 ucol_getAttributeOrDefault(const UCollator *coll, UColAttribute attr, UErrorCode *status) 645 if(U_FAILURE(*status) || coll == NULL) { 650 return coll->numericCollationisDefault?UCOL_DEFAULT:coll->numericCollation 675 const UCollator *coll; member in struct:contContext 689 const UCollator *coll = context->coll; local [all...] |
ucoleitr.cpp | 214 void init(const UCollator *coll); 224 init(elems->iteratordata_.coll); 227 void UCollationPCE::init(const UCollator *coll) 231 strength = ucol_getStrength(coll); 232 toShift = ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &status) == UCOL_SHIFTED; 234 variableTop = coll->variableTopValue << 16; 302 elems->pce->init(elems->iteratordata_.coll); 311 ucol_openElements(const UCollator *coll, 336 uprv_init_collIterate(coll, text, textLength, &result->iteratordata_); 386 if (ci->coll->normalizationMode == UCOL_ON) 443 const UCollator *coll = elems->iteratordata_.coll; local 524 const UCollator *coll = elems->iteratordata_.coll; local 626 const UCollator *coll = elems->iteratordata_.coll; local [all...] |
ucol_res.cpp | 28 #include "unicode/coll.h" 495 ucol_getRulesEx(const UCollator *coll, UColRuleOption delta, UChar *buffer, int32_t bufferLen) { 500 const UChar *rules = ucol_getRules(coll, &len); 504 ucaRules = coll->ucaRules; 509 ucaRules = ures_getStringByKey(coll->rb,"UCARules",&UCAlen,&status); 510 UResourceBundle* cresb = ures_getByKeyWithFallback(coll->rb, "collations", NULL, &status); 535 ucol_getRules( const UCollator *coll, 538 if(coll->rules != NULL) { 539 *length = coll->rulesLength; 540 return coll->rules [all...] |
/external/icu4c/test/cintltst/ |
cmsccoll.c | 86 UCollator *coll = NULL; local 92 coll = ucol_openRules(temp, u_strlen(temp), UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL,&status); 101 doTest(coll, t1, t2, UCOL_LESS); 103 iter = ucol_openElements(coll, t2, u_strlen(t2), &status); 114 ucol_close(coll); 118 coll = ucol_openRules(temp, u_strlen(temp), UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status); 127 doTest(coll, t1, t2, UCOL_LESS); 130 iter = ucol_openElements(coll, t2, u_strlen(t2), &status); 141 ucol_close(coll); 189 UCollator *coll = ucol_open("en_US", &status) local 1318 UCollator *coll = NULL; local 1358 UCollator *coll = NULL; local 1416 UCollator *coll = NULL; local 1488 UCollator *coll = ucol_open("cs", &status); local 1577 UCollator *coll = ucol_open("", &status); local 1617 UCollator *coll = NULL; local 1733 UCollator *coll = ucol_openRules(rulez, 0, UCOL_OFF, UCOL_TERTIARY,NULL, &status); local 1744 UCollator *coll = ucol_open("", &status); local 2211 UCollator *coll; local 2479 UCollator *coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status); local 2510 UCollator *coll; local 2654 UCollator *coll; local 2781 UCollator *coll; local 2903 UCollator *coll = ucol_open("", &status); local 2919 UCollator *coll = ucol_open("", &status); local 3151 UCollator *coll = ucol_open("en_US", &status); local 3549 UCollator *coll = NULL; local 3783 UCollator *coll = ucol_open("", &status); local 3849 UCollator *coll = ucol_open("", &status); local 3886 UCollator *coll = ucol_open("", &status); local 4092 UCollator *coll = ucol_open("en", &status); local 4107 UCollator *coll = ucol_openRules(r, 1, UCOL_DEFAULT, UCOL_DEFAULT, NULL, &status); local 4216 UCollator* coll = ucol_open("root", &status); local 4254 UCollator *coll = ucol_open("", &status); local 4302 UCollator *coll = ucol_open("root", &status); local 4571 UCollator *coll = NULL; local 4704 UCollator *coll = NULL; local 4737 UCollator *coll = ucol_open("th", &status); local 4789 static UCollator *coll = NULL; local 4857 UCollator *coll =NULL; local 5027 UCollator *coll =NULL; local 5127 UCollator *coll =NULL; local 5251 static UCollator *coll = NULL; local [all...] |
capitst.c | 48 static char* U_EXPORT2 ucol_sortKeyToString(const UCollator *coll, const uint8_t *sortkey, char *buffer, uint32_t *len) { 60 while(strength <= UCOL_QUATERNARY && strength <= ucol_getAttribute(coll,UCOL_STRENGTH, &error_code)) { 71 if(ucol_getAttribute(coll,UCOL_CASE_LEVEL, &error_code) == UCOL_ON && strength == UCOL_SECONDARY && doneCase == FALSE) { 73 } else if(ucol_getAttribute(coll,UCOL_CASE_LEVEL, &error_code) == UCOL_OFF || doneCase == TRUE || strength != UCOL_SECONDARY) { 80 if(strength == UCOL_QUATERNARY && ucol_getAttribute(coll,UCOL_ALTERNATE_HANDLING, &error_code) == UCOL_NON_IGNORABLE) { 85 if(ucol_getAttribute(coll,UCOL_STRENGTH, &error_code) == UCOL_IDENTICAL) { 140 UCollator *coll = ucol_open(NULL, &status); local 160 if (coll == NULL) { 166 ucol_setAttribute(coll, currAttr, UCOL_DEFAULT, &status); 171 value = ucol_getAttribute(coll, currAttr, &status) 1364 UCollator *coll = NULL; local 1481 UCollator *coll = ucol_open("sh", &status); local 1665 UCollator *coll = ucol_open("root", &status); local 1694 UCollator *coll = ucol_open(NULL, &error); local 1808 UCollator *coll = NULL; local 1850 UCollator *coll = ucol_open("en", &status); local 1992 UCollator *coll = NULL, *fromNormalized = NULL; local 2132 UCollator *coll = NULL; local 2203 UCollator *coll = ucol_openRules(uRules, uRulesLen, UCOL_DEFAULT, UCOL_DEFAULT, NULL, &status); local 2252 UCollator *coll = ucol_open("es@collation=pinyin", &status); local 2277 UCollator *coll = ucol_open(loc, &status); local [all...] |
/external/icu4c/samples/legacy/ |
newcol.cpp | 29 UCollator *coll = ucol_open(locale, &status); local 33 int32_t result = ucol_getSortKey(coll, string, sLen, buffer, bLen); 34 ucol_close(coll);
|
/external/icu4c/i18n/unicode/ |
ucol.h | 336 * @param coll collator 345 ucol_getContractions( const UCollator *coll, 352 * @param coll collator 361 ucol_getContractionsAndExpansions( const UCollator *coll, 369 * @param coll The UCollator to close. 376 ucol_close(UCollator *coll); 381 * @param coll The UCollator containing the comparison rules. 394 ucol_strcoll( const UCollator *coll, 403 * @param coll The UCollator containing the comparison rules. 415 ucol_greater(const UCollator *coll, [all...] |
/external/webkit/JavaScriptCore/icu/unicode/ |
ucol.h | 349 * @param coll collator 358 ucol_getContractions( const UCollator *coll, 367 * @param coll The UCollator to close. 374 ucol_close(UCollator *coll); 379 * @param coll The UCollator containing the comparison rules. 392 ucol_strcoll( const UCollator *coll, 401 * @param coll The UCollator containing the comparison rules. 413 ucol_greater(const UCollator *coll, 420 * @param coll The UCollator containing the comparison rules. 432 ucol_greaterOrEqual(const UCollator *coll, [all...] |