Home | History | Annotate | Download | only in cintltst

Lines Matching refs:status

119     UErrorCode status = U_ZERO_ERROR;
120 myCollation = ucol_open("ja_JP", &status);
121 if(U_FAILURE(status)){
122 log_err_status(status, "ERROR: in creation of rule based collator: %s\n", myErrorName(status));
127 ucol_setAttribute(myCollation, UCOL_CASE_LEVEL, UCOL_ON, &status);
139 UErrorCode status = U_ZERO_ERROR;
140 myCollation = ucol_open("ja_JP", &status);
141 if (U_FAILURE(status))
143 log_err_status(status, "ERROR: in creation of rule based collator: %s\n",
144 myErrorName(status));
160 UErrorCode status = U_ZERO_ERROR;
161 myCollation = ucol_open("ja_JP", &status);
162 if (U_FAILURE(status))
164 log_err_status(status, "ERROR: in creation of rule based collator: %s\n",
165 myErrorName(status));
184 UErrorCode status = U_ZERO_ERROR;
185 myCollation = ucol_open("ja_JP", &status);
186 if (U_FAILURE(status))
188 log_err_status(status, "ERROR: in creation of rule based collator: %s\n",
189 myErrorName(status));
195 ucol_setAttribute(myCollation, UCOL_CASE_LEVEL, UCOL_ON, &status);
209 UErrorCode status = U_ZERO_ERROR;
210 myCollation = ucol_open("ja_JP", &status);
211 if (U_FAILURE(status))
213 log_err_status(status, "ERROR: in creation of rule based collator: %s\n",
214 myErrorName(status));
220 ucol_setAttribute(myCollation, UCOL_CASE_LEVEL, UCOL_ON, &status);
235 UErrorCode status = U_ZERO_ERROR;
236 myCollation = ucol_open("ja_JP", &status);
237 if (U_FAILURE(status))
239 log_err_status(status, "ERROR: in creation of rule based collator: %s\n",
240 myErrorName(status));
245 ucol_setAttribute(myCollation, UCOL_STRENGTH, UCOL_QUATERNARY, &status);
246 ucol_setAttribute(myCollation, UCOL_CASE_LEVEL, UCOL_ON, &status);