HomeSort by relevance Sort by last modified time
    Searched refs:myCollation (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/chromium/third_party/icu/source/test/intltest/
lcukocol.cpp 32 : myCollation(0)
35 myCollation = Collator::createInstance("ko_kr", status);
37 myCollation->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
40 delete myCollation;
41 myCollation = 0;
48 delete myCollation;
67 myCollation->setStrength(Collator::TERTIARY);
70 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
77 if(myCollation) {
allcoll.cpp 21 : myCollation(0)
27 myCollation = new RuleBasedCollator(rules, status);
32 if (myCollation != NULL)
34 delete myCollation;
36 myCollation = new RuleBasedCollator(ruleset, status);
39 delete myCollation;
40 myCollation = 0;
46 delete myCollation;
95 myCollation->setStrength(Collator::TERTIARY);
98 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i])
    [all...]
ficoll.cpp 33 : myCollation(0)
36 myCollation = Collator::createInstance(Locale("fi", "FI", "", "collation=standard"),status);
41 delete myCollation;
72 myCollation->setStrength(Collator::TERTIARY);
74 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
80 myCollation->setStrength(Collator::PRIMARY);
82 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
90 if((!myCollation) && exec) {
jacoll.cpp 20 : myCollation(0)
23 myCollation = Collator::createInstance(Locale::getJapan(), status);
24 if(!myCollation || U_FAILURE(status)) {
27 delete myCollation;
28 myCollation = NULL;
35 delete myCollation;
108 myCollation->setStrength(Collator::TERTIARY);
111 myCollation->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
112 myCollation->setAttribute(UCOL_CASE_LEVEL, UCOL_ON, status);
114 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i])
    [all...]
decoll.cpp 36 : myCollation(0)
39 myCollation = Collator::createInstance(Locale::getGermany(), status);
40 if(!myCollation || U_FAILURE(status)) {
43 delete myCollation;
44 myCollation = NULL;
50 delete myCollation;
105 if(myCollation == NULL ) {
112 myCollation->setStrength(Collator::TERTIARY);
113 myCollation->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
116 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][1])
    [all...]
escoll.cpp 35 : myCollation(0)
38 myCollation = Collator::createInstance(Locale("es", "ES", ""),status);
43 delete myCollation;
86 myCollation->setStrength(Collator::TERTIARY);
88 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
94 myCollation->setStrength(Collator::PRIMARY);
96 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
104 if((!myCollation) && exec) {
trcoll.cpp 19 : myCollation(0)
22 myCollation = Collator::createInstance(Locale("tr", "", ""),status);
27 delete myCollation;
76 myCollation->setStrength(Collator::TERTIARY);
78 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
84 myCollation->setStrength(Collator::PRIMARY);
86 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
94 if((!myCollation) && exec) {
allcoll.h 52 RuleBasedCollator *myCollation;
  /external/icu4c/test/intltest/
lcukocol.cpp 32 : myCollation(0)
35 myCollation = Collator::createInstance("ko_kr", status);
37 myCollation->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
40 delete myCollation;
41 myCollation = 0;
48 delete myCollation;
67 myCollation->setStrength(Collator::TERTIARY);
70 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
77 if(myCollation) {
allcoll.cpp 21 : myCollation(0)
27 myCollation = new RuleBasedCollator(rules, status);
32 if (myCollation != NULL)
34 delete myCollation;
36 myCollation = new RuleBasedCollator(ruleset, status);
39 delete myCollation;
40 myCollation = 0;
46 delete myCollation;
95 myCollation->setStrength(Collator::TERTIARY);
98 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i])
    [all...]
ficoll.cpp 33 : myCollation(0)
36 myCollation = Collator::createInstance(Locale("fi", "FI", "", "collation=standard"),status);
41 delete myCollation;
72 myCollation->setStrength(Collator::TERTIARY);
74 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
80 myCollation->setStrength(Collator::PRIMARY);
82 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
90 if((!myCollation) && exec) {
jacoll.cpp 20 : myCollation(0)
23 myCollation = Collator::createInstance(Locale::getJapan(), status);
24 if(!myCollation || U_FAILURE(status)) {
27 delete myCollation;
28 myCollation = NULL;
35 delete myCollation;
108 myCollation->setStrength(Collator::TERTIARY);
111 myCollation->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
112 myCollation->setAttribute(UCOL_CASE_LEVEL, UCOL_ON, status);
114 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i])
    [all...]
decoll.cpp 36 : myCollation(0)
39 myCollation = Collator::createInstance(Locale::getGermany(), status);
40 if(!myCollation || U_FAILURE(status)) {
43 delete myCollation;
44 myCollation = NULL;
50 delete myCollation;
105 if(myCollation == NULL ) {
112 myCollation->setStrength(Collator::TERTIARY);
113 myCollation->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
116 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][1])
    [all...]
escoll.cpp 35 : myCollation(0)
38 myCollation = Collator::createInstance(Locale("es", "ES", ""),status);
43 delete myCollation;
86 myCollation->setStrength(Collator::TERTIARY);
88 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
94 myCollation->setStrength(Collator::PRIMARY);
96 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
104 if((!myCollation) && exec) {
trcoll.cpp 19 : myCollation(0)
22 myCollation = Collator::createInstance(Locale("tr", "", ""),status);
27 delete myCollation;
76 myCollation->setStrength(Collator::TERTIARY);
78 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
84 myCollation->setStrength(Collator::PRIMARY);
86 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
94 if((!myCollation) && exec) {
  /external/chromium/third_party/icu/source/test/cintltst/
cjaptst.c 39 static UCollator *myCollation;
120 myCollation = ucol_open("ja_JP", &status);
126 ucol_setStrength(myCollation, UCOL_TERTIARY);
127 ucol_setAttribute(myCollation, UCOL_CASE_LEVEL, UCOL_ON, &status);
130 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
132 ucol_close(myCollation);
140 myCollation = ucol_open("ja_JP", &status);
149 ucol_setStrength(myCollation, UCOL_PRIMARY);
151 doTest(myCollation, testBaseCases[i], testBaseCases[i + 1], UCOL_LESS);
153 ucol_close(myCollation);
    [all...]
cfintst.c 36 static UCollator *myCollation;
81 myCollation = ucol_open("fi_FI@collation=standard", &status);
86 ucol_setStrength(myCollation, UCOL_TERTIARY);
89 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
91 ucol_close(myCollation);
99 myCollation = ucol_open("fi_FI@collation=standard", &status);
104 ucol_setStrength(myCollation, UCOL_PRIMARY);
107 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
109 ucol_close(myCollation);
cestst.c 36 static UCollator *myCollation;
90 myCollation = ucol_open("es_ES", &status);
96 ucol_setStrength(myCollation, UCOL_TERTIARY);
99 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
101 ucol_close(myCollation);
109 myCollation = ucol_open("es_ES", &status);
115 ucol_setStrength(myCollation, UCOL_PRIMARY);
118 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
120 ucol_close(myCollation);
cturtst.c 36 static UCollator *myCollation;
97 myCollation = ucol_open("tr", &status);
103 ucol_setStrength(myCollation, UCOL_TERTIARY);
106 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
108 ucol_close(myCollation);
117 myCollation = ucol_open("tr", &status);
123 ucol_setStrength(myCollation, UCOL_PRIMARY);
126 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
128 ucol_close(myCollation);
cg7coll.c 139 UCollator *myCollation, *tblColl1;
147 myCollation = ucol_open(locales[i], &status);
148 ucol_setAttribute(myCollation, UCOL_STRENGTH, UCOL_QUATERNARY, &status);
149 ucol_setAttribute(myCollation, UCOL_ALTERNATE_HANDLING, UCOL_SHIFTED, &status);
157 defRules = ucol_getRules(myCollation, &rlen);
163 ucol_close(myCollation);
182 ucol_close(myCollation);
189 UCollator *myCollation;
199 myCollation = ucol_openRules(temp, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status);
211 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], UCOL_LESS)
    [all...]
  /external/icu4c/test/cintltst/
cjaptst.c 39 static UCollator *myCollation;
120 myCollation = ucol_open("ja_JP", &status);
126 ucol_setStrength(myCollation, UCOL_TERTIARY);
127 ucol_setAttribute(myCollation, UCOL_CASE_LEVEL, UCOL_ON, &status);
130 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
132 ucol_close(myCollation);
140 myCollation = ucol_open("ja_JP", &status);
149 ucol_setStrength(myCollation, UCOL_PRIMARY);
151 doTest(myCollation, testBaseCases[i], testBaseCases[i + 1], UCOL_LESS);
153 ucol_close(myCollation);
    [all...]
cfintst.c 36 static UCollator *myCollation;
81 myCollation = ucol_open("fi_FI@collation=standard", &status);
86 ucol_setStrength(myCollation, UCOL_TERTIARY);
89 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
91 ucol_close(myCollation);
99 myCollation = ucol_open("fi_FI@collation=standard", &status);
104 ucol_setStrength(myCollation, UCOL_PRIMARY);
107 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
109 ucol_close(myCollation);
cestst.c 36 static UCollator *myCollation;
90 myCollation = ucol_open("es_ES", &status);
96 ucol_setStrength(myCollation, UCOL_TERTIARY);
99 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
101 ucol_close(myCollation);
109 myCollation = ucol_open("es_ES", &status);
115 ucol_setStrength(myCollation, UCOL_PRIMARY);
118 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
120 ucol_close(myCollation);
cturtst.c 36 static UCollator *myCollation;
97 myCollation = ucol_open("tr", &status);
103 ucol_setStrength(myCollation, UCOL_TERTIARY);
106 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
108 ucol_close(myCollation);
117 myCollation = ucol_open("tr", &status);
123 ucol_setStrength(myCollation, UCOL_PRIMARY);
126 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
128 ucol_close(myCollation);
cg7coll.c 143 UCollator *myCollation, *tblColl1;
151 myCollation = ucol_open(locales[i], &status);
152 ucol_setAttribute(myCollation, UCOL_STRENGTH, UCOL_QUATERNARY, &status);
153 ucol_setAttribute(myCollation, UCOL_ALTERNATE_HANDLING, UCOL_SHIFTED, &status);
161 defRules = ucol_getRules(myCollation, &rlen);
167 ucol_close(myCollation);
186 ucol_close(myCollation);
193 UCollator *myCollation;
203 myCollation = ucol_openRules(temp, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status);
215 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], UCOL_LESS)
    [all...]

Completed in 413 milliseconds

1 2 3