Home
last modified time | relevance | path

Searched refs:coll (Results 1 – 25 of 135) sorted by relevance

123456

/external/icu4c/stubdata/
Dicudt44l-medium.txt20 coll/res_index.res
21 coll/invuca.icu
22 coll/ucadata.icu
23 coll/root.res
24 coll/ar.res
25 coll/ar_AE.res
26 coll/ar_BH.res
27 coll/ar_DZ.res
28 coll/ar_EG.res
29 coll/ar_IQ.res
[all …]
Dicudt44l-large.txt20 coll/res_index.res
21 coll/invuca.icu
22 coll/ucadata.icu
23 coll/root.res
24 coll/ar.res
25 coll/ar_AE.res
26 coll/ar_BH.res
27 coll/ar_DZ.res
28 coll/ar_EG.res
29 coll/ar_IQ.res
[all …]
Dicudt44l-us-euro.txt14 coll/res_index.res
15 coll/invuca.icu
16 coll/ucadata.icu
17 coll/root.res
18 coll/cs.res
19 coll/cs_CZ.res
20 coll/de.res
21 coll/de_.res
22 coll/de_AT.res
23 coll/de_BE.res
[all …]
Dicudt44l-default.txt14 coll/res_index.res
15 coll/invuca.icu
16 coll/ucadata.icu
17 coll/root.res
18 coll/cs.res
19 coll/cs_CZ.res
20 coll/de.res
21 coll/de_.res
22 coll/de_AT.res
23 coll/de_BE.res
[all …]
Dicudt44l-us.txt14 coll/res_index.res
15 coll/invuca.icu
16 coll/ucadata.icu
17 coll/root.res
18 coll/en.res
19 coll/en_AU.res
20 coll/en_BE.res
21 coll/en_BW.res
22 coll/en_CA.res
23 coll/en_GB.res
[all …]
Dicudt44l-zh.txt14 coll/res_index.res
15 coll/invuca.icu
16 coll/ucadata.icu
17 coll/root.res
18 coll/cs.res
19 coll/cs_CZ.res
20 coll/de.res
21 coll/de_.res
22 coll/de_AT.res
23 coll/de_BE.res
[all …]
Dicudt44l-us-japan.txt16 coll/res_index.res
17 coll/invuca.icu
18 coll/ucadata.icu
19 coll/root.res
20 coll/en.res
21 coll/en_AU.res
22 coll/en_BE.res
23 coll/en_BW.res
24 coll/en_CA.res
25 coll/en_GB.res
[all …]
/external/icu4c/stubdata/reduced_coll/
Dadd.txt1 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.res
[all …]
/external/icu4c/i18n/
Ducol.cpp108 (s)->coll = (collator); in IInit_collIterate()
440 ucol_cloneBinary(const UCollator *coll, in ucol_cloneBinary() argument
452 if(coll->hasRealData == TRUE) { in ucol_cloneBinary()
453 length = coll->image->size; in ucol_cloneBinary()
455 uprv_memcpy(buffer, coll->image, length); in ucol_cloneBinary()
484 uprv_memcpy(myData->version, coll->image->version, sizeof(UVersionInfo)); in ucol_cloneBinary()
486 uprv_memcpy(myData->UCAVersion, coll->image->UCAVersion, sizeof(UVersionInfo)); in ucol_cloneBinary()
487 uprv_memcpy(myData->UCDVersion, coll->image->UCDVersion, sizeof(UVersionInfo)); in ucol_cloneBinary()
488 uprv_memcpy(myData->formatVersion, coll->image->formatVersion, sizeof(UVersionInfo)); in ucol_cloneBinary()
489 myData->jamoSpecial = coll->image->jamoSpecial; in ucol_cloneBinary()
[all …]
Ducol_sit.cpp554 ucol_getShortDefinitionString(const UCollator *coll, in ucol_getShortDefinitionString() argument
573 locale = ucol_getLocaleByType(coll, ULOC_VALID_LOCALE, status); in ucol_getShortDefinitionString()
595 attribute = ucol_getAttributeOrDefault(coll, (UColAttribute)options[i].attr, status); in ucol_getShortDefinitionString()
603 if(coll->variableTopValueisDefault == FALSE) { in ucol_getShortDefinitionString()
605 elementSize = T_CString_integerToString(tempbuff, coll->variableTopValue, 16); in ucol_getShortDefinitionString()
642 ucol_getAttributeOrDefault(const UCollator *coll, UColAttribute attr, UErrorCode *status) in ucol_getAttributeOrDefault() argument
644 if(U_FAILURE(*status) || coll == NULL) { in ucol_getAttributeOrDefault()
649 return coll->numericCollationisDefault?UCOL_DEFAULT:coll->numericCollation; in ucol_getAttributeOrDefault()
651 return coll->hiraganaQisDefault?UCOL_DEFAULT:coll->hiraganaQ; in ucol_getAttributeOrDefault()
653 return coll->frenchCollationisDefault?UCOL_DEFAULT:coll->frenchCollation; in ucol_getAttributeOrDefault()
[all …]
/external/chromium/third_party/icu/source/i18n/
Ducol.cpp107 (s)->coll = (collator); in IInit_collIterate()
384 ucol_cloneBinary(const UCollator *coll, in ucol_cloneBinary() argument
396 if(coll->hasRealData == TRUE) { in ucol_cloneBinary()
397 length = coll->image->size; in ucol_cloneBinary()
399 uprv_memcpy(buffer, coll->image, length); in ucol_cloneBinary()
428 uprv_memcpy(myData->version, coll->image->version, sizeof(UVersionInfo)); in ucol_cloneBinary()
430 uprv_memcpy(myData->UCAVersion, coll->image->UCAVersion, sizeof(UVersionInfo)); in ucol_cloneBinary()
431 uprv_memcpy(myData->UCDVersion, coll->image->UCDVersion, sizeof(UVersionInfo)); in ucol_cloneBinary()
432 uprv_memcpy(myData->formatVersion, coll->image->formatVersion, sizeof(UVersionInfo)); in ucol_cloneBinary()
433 myData->jamoSpecial = coll->image->jamoSpecial; in ucol_cloneBinary()
[all …]
Ducol_sit.cpp555 ucol_getShortDefinitionString(const UCollator *coll, in ucol_getShortDefinitionString() argument
574 locale = ucol_getLocaleByType(coll, ULOC_VALID_LOCALE, status); in ucol_getShortDefinitionString()
596 attribute = ucol_getAttributeOrDefault(coll, (UColAttribute)options[i].attr, status); in ucol_getShortDefinitionString()
604 if(coll->variableTopValueisDefault == FALSE) { in ucol_getShortDefinitionString()
606 elementSize = T_CString_integerToString(tempbuff, coll->variableTopValue, 16); in ucol_getShortDefinitionString()
643 ucol_getAttributeOrDefault(const UCollator *coll, UColAttribute attr, UErrorCode *status) in ucol_getAttributeOrDefault() argument
645 if(U_FAILURE(*status) || coll == NULL) { in ucol_getAttributeOrDefault()
650 return coll->numericCollationisDefault?UCOL_DEFAULT:coll->numericCollation; in ucol_getAttributeOrDefault()
652 return coll->hiraganaQisDefault?UCOL_DEFAULT:coll->hiraganaQ; in ucol_getAttributeOrDefault()
654 return coll->frenchCollationisDefault?UCOL_DEFAULT:coll->frenchCollation; in ucol_getAttributeOrDefault()
[all …]
/external/chromium/third_party/icu/source/test/cintltst/
Dcmsccoll.c86 UCollator *coll = NULL; in IncompleteCntTest() local
92 coll = ucol_openRules(temp, u_strlen(temp), UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL,&status); in IncompleteCntTest()
101 doTest(coll, t1, t2, UCOL_LESS); in IncompleteCntTest()
103 iter = ucol_openElements(coll, t2, u_strlen(t2), &status); in IncompleteCntTest()
114 ucol_close(coll); in IncompleteCntTest()
118 coll = ucol_openRules(temp, u_strlen(temp), UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status); in IncompleteCntTest()
127 doTest(coll, t1, t2, UCOL_LESS); in IncompleteCntTest()
130 iter = ucol_openElements(coll, t2, u_strlen(t2), &status); in IncompleteCntTest()
141 ucol_close(coll); in IncompleteCntTest()
189 UCollator *coll = ucol_open("en_US", &status); in BlackBirdTest() local
[all …]
Dcapitst.c48 static char* U_EXPORT2 ucol_sortKeyToString(const UCollator *coll, const uint8_t *sortkey, char *bu… in ucol_sortKeyToString() argument
60 …while(strength <= UCOL_QUATERNARY && strength <= ucol_getAttribute(coll,UCOL_STRENGTH, &error_code… in ucol_sortKeyToString()
71 …if(ucol_getAttribute(coll,UCOL_CASE_LEVEL, &error_code) == UCOL_ON && strength == UCOL_SECONDARY &… in ucol_sortKeyToString()
73 …} else if(ucol_getAttribute(coll,UCOL_CASE_LEVEL, &error_code) == UCOL_OFF || doneCase == TRUE || … in ucol_sortKeyToString()
80 …if(strength == UCOL_QUATERNARY && ucol_getAttribute(coll,UCOL_ALTERNATE_HANDLING, &error_code) == … in ucol_sortKeyToString()
85 if(ucol_getAttribute(coll,UCOL_STRENGTH, &error_code) == UCOL_IDENTICAL) { in ucol_sortKeyToString()
140 UCollator *coll = ucol_open(NULL, &status); in TestGetSetAttr() local
160 if (coll == NULL) { in TestGetSetAttr()
166 ucol_setAttribute(coll, currAttr, UCOL_DEFAULT, &status); in TestGetSetAttr()
171 value = ucol_getAttribute(coll, currAttr, &status); in TestGetSetAttr()
[all …]
Dcitertst.c77 UCollator *coll = ucol_open(LOCALES[i], &status); in TestBug672() local
78 UCollationElements *pitr = ucol_openElements(coll, pattern, -1, in TestBug672()
80 UCollationElements *titer = ucol_openElements(coll, text, -1, in TestBug672()
126 ucol_close(coll); in TestBug672()
150 UCollator *coll = ucol_open(LOCALES[i], &status); in TestBug672Normalize() local
154 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_ON, &status); in TestBug672Normalize()
156 pitr = ucol_openElements(coll, pattern, -1, &status); in TestBug672Normalize()
157 titer = ucol_openElements(coll, text, -1, &status); in TestBug672Normalize()
202 ucol_close(coll); in TestBug672Normalize()
353 UCollator *coll; in TestNormalization() local
[all …]
/external/icu4c/test/cintltst/
Dcmsccoll.c86 UCollator *coll = NULL; in IncompleteCntTest() local
92 coll = ucol_openRules(temp, u_strlen(temp), UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL,&status); in IncompleteCntTest()
101 doTest(coll, t1, t2, UCOL_LESS); in IncompleteCntTest()
103 iter = ucol_openElements(coll, t2, u_strlen(t2), &status); in IncompleteCntTest()
114 ucol_close(coll); in IncompleteCntTest()
118 coll = ucol_openRules(temp, u_strlen(temp), UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status); in IncompleteCntTest()
127 doTest(coll, t1, t2, UCOL_LESS); in IncompleteCntTest()
130 iter = ucol_openElements(coll, t2, u_strlen(t2), &status); in IncompleteCntTest()
141 ucol_close(coll); in IncompleteCntTest()
189 UCollator *coll = ucol_open("en_US", &status); in BlackBirdTest() local
[all …]
Dcapitst.c48 static char* U_EXPORT2 ucol_sortKeyToString(const UCollator *coll, const uint8_t *sortkey, char *bu… in ucol_sortKeyToString() argument
60 …while(strength <= UCOL_QUATERNARY && strength <= ucol_getAttribute(coll,UCOL_STRENGTH, &error_code… in ucol_sortKeyToString()
71 …if(ucol_getAttribute(coll,UCOL_CASE_LEVEL, &error_code) == UCOL_ON && strength == UCOL_SECONDARY &… in ucol_sortKeyToString()
73 …} else if(ucol_getAttribute(coll,UCOL_CASE_LEVEL, &error_code) == UCOL_OFF || doneCase == TRUE || … in ucol_sortKeyToString()
80 …if(strength == UCOL_QUATERNARY && ucol_getAttribute(coll,UCOL_ALTERNATE_HANDLING, &error_code) == … in ucol_sortKeyToString()
85 if(ucol_getAttribute(coll,UCOL_STRENGTH, &error_code) == UCOL_IDENTICAL) { in ucol_sortKeyToString()
148 UCollator *coll = ucol_open(NULL, &status); in TestGetSetAttr() local
168 if (coll == NULL) { in TestGetSetAttr()
174 ucol_setAttribute(coll, currAttr, UCOL_DEFAULT, &status); in TestGetSetAttr()
179 value = ucol_getAttribute(coll, currAttr, &status); in TestGetSetAttr()
[all …]
Dcitertst.c77 UCollator *coll = ucol_open(LOCALES[i], &status); in TestBug672() local
78 UCollationElements *pitr = ucol_openElements(coll, pattern, -1, in TestBug672()
80 UCollationElements *titer = ucol_openElements(coll, text, -1, in TestBug672()
126 ucol_close(coll); in TestBug672()
150 UCollator *coll = ucol_open(LOCALES[i], &status); in TestBug672Normalize() local
154 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_ON, &status); in TestBug672Normalize()
156 pitr = ucol_openElements(coll, pattern, -1, &status); in TestBug672Normalize()
157 titer = ucol_openElements(coll, text, -1, &status); in TestBug672Normalize()
202 ucol_close(coll); in TestBug672Normalize()
353 UCollator *coll; in TestNormalization() local
[all …]
/external/chromium/third_party/icu/public/i18n/unicode/
Ducol.h345 ucol_getContractions( const UCollator *coll,
361 ucol_getContractionsAndExpansions( const UCollator *coll,
376 ucol_close(UCollator *coll);
394 ucol_strcoll( const UCollator *coll,
415 ucol_greater(const UCollator *coll,
434 ucol_greaterOrEqual(const UCollator *coll,
453 ucol_equal(const UCollator *coll,
470 ucol_strcollIter( const UCollator *coll,
485 ucol_getStrength(const UCollator *coll);
497 ucol_setStrength(UCollator *coll,
[all …]
/external/webkit/JavaScriptCore/icu/unicode/
Ducol.h358 ucol_getContractions( const UCollator *coll,
374 ucol_close(UCollator *coll);
392 ucol_strcoll( const UCollator *coll,
413 ucol_greater(const UCollator *coll,
432 ucol_greaterOrEqual(const UCollator *coll,
451 ucol_equal(const UCollator *coll,
468 ucol_strcollIter( const UCollator *coll,
483 ucol_getStrength(const UCollator *coll);
495 ucol_setStrength(UCollator *coll,
623 ucol_getRules( const UCollator *coll,
[all …]
/external/webkit/WebCore/icu/unicode/
Ducol.h358 ucol_getContractions( const UCollator *coll,
374 ucol_close(UCollator *coll);
392 ucol_strcoll( const UCollator *coll,
413 ucol_greater(const UCollator *coll,
432 ucol_greaterOrEqual(const UCollator *coll,
451 ucol_equal(const UCollator *coll,
468 ucol_strcollIter( const UCollator *coll,
483 ucol_getStrength(const UCollator *coll);
495 ucol_setStrength(UCollator *coll,
623 ucol_getRules( const UCollator *coll,
[all …]
/external/icu4c/i18n/unicode/
Ducol.h350 ucol_getContractions( const UCollator *coll,
366 ucol_getContractionsAndExpansions( const UCollator *coll,
381 ucol_close(UCollator *coll);
418 ucol_strcoll( const UCollator *coll,
439 ucol_greater(const UCollator *coll,
458 ucol_greaterOrEqual(const UCollator *coll,
477 ucol_equal(const UCollator *coll,
494 ucol_strcollIter( const UCollator *coll,
509 ucol_getStrength(const UCollator *coll);
521 ucol_setStrength(UCollator *coll,
[all …]
/external/chromium/third_party/icu/source/test/intltest/
Ducaconf.cpp88 void UCAConformanceTest::setCollNonIgnorable(UCollator *coll) in setCollNonIgnorable() argument
90 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_ON, &status); in setCollNonIgnorable()
91 ucol_setAttribute(coll, UCOL_CASE_FIRST, UCOL_OFF, &status); in setCollNonIgnorable()
92 ucol_setAttribute(coll, UCOL_CASE_LEVEL, UCOL_OFF, &status); in setCollNonIgnorable()
93 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_TERTIARY, &status); in setCollNonIgnorable()
94 ucol_setAttribute(coll, UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, &status); in setCollNonIgnorable()
97 void UCAConformanceTest::setCollShifted(UCollator *coll) in setCollShifted() argument
99 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_ON, &status); in setCollShifted()
100 ucol_setAttribute(coll, UCOL_CASE_FIRST, UCOL_OFF, &status); in setCollShifted()
101 ucol_setAttribute(coll, UCOL_CASE_LEVEL, UCOL_OFF, &status); in setCollShifted()
[all …]
/external/icu4c/test/intltest/
Ducaconf.cpp88 void UCAConformanceTest::setCollNonIgnorable(UCollator *coll) in setCollNonIgnorable() argument
90 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_ON, &status); in setCollNonIgnorable()
91 ucol_setAttribute(coll, UCOL_CASE_FIRST, UCOL_OFF, &status); in setCollNonIgnorable()
92 ucol_setAttribute(coll, UCOL_CASE_LEVEL, UCOL_OFF, &status); in setCollNonIgnorable()
93 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_TERTIARY, &status); in setCollNonIgnorable()
94 ucol_setAttribute(coll, UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, &status); in setCollNonIgnorable()
97 void UCAConformanceTest::setCollShifted(UCollator *coll) in setCollShifted() argument
99 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_ON, &status); in setCollShifted()
100 ucol_setAttribute(coll, UCOL_CASE_FIRST, UCOL_OFF, &status); in setCollShifted()
101 ucol_setAttribute(coll, UCOL_CASE_LEVEL, UCOL_OFF, &status); in setCollShifted()
[all …]
Dapicoll.cpp378 RuleBasedCollator *coll; in TestRules() local
382 coll = (RuleBasedCollator *)Collator::createInstance(Locale::getEnglish(), status); in TestRules()
391 coll->getRules(UCOL_TAILORING_ONLY, rules); in TestRules()
396 coll->getRules(UCOL_FULL_RULES, rules); in TestRules()
400 delete coll; in TestRules()
1264 RuleBasedCollator coll(rule, status); in TestMaxExpansion() local
1271 coll.createCollationElementIterator(str); in TestMaxExpansion()
1292 size = coll.getMaxExpansion(order); in TestMaxExpansion()
1307 size = coll.getMaxExpansion(order); in TestMaxExpansion()
1320 if (U_FAILURE(status) || coll.getMaxExpansion(temporder) != 3) { in TestMaxExpansion()
[all …]

123456