Lines Matching defs:element
252 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n",
265 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n",
319 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n",
330 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n",
390 log_err("ERROR: in creation of collator element iterator\n %s\n",
400 log_err("ERROR: in creation of collator element iterator\n %s\n",
435 log_err_status(status, "ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n",
461 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n",
482 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n",
503 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n",
524 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n",
543 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n",
575 log_err_status(status, "ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n",
608 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n",
638 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n",
717 log_err_status(status, "ERROR: in creation of collation element iterator1 using ucol_openElements()\n %s\n",
724 log_err("ERROR: in creation of collation element iterator2 using ucol_openElements()\n %s\n",
979 /* UCA collation element for 0x0F76 */
982 log_err("Error decomposition does not give the right collation element at %d count\n", count);
1095 log_err("Error getting next collation element\n");
1192 int32_t offset, element;
1200 element = ucol_next(uce, &status);
1201 log_verbose("(%s) offset=%2d ce=%08x\n", tsceItemPtr->locale, offset, element);
1202 if ( element == 0 ) {
1203 log_err("error, locale %s, ucol_next returned element 0\n", tsceItemPtr->locale );
1216 } while ( U_SUCCESS(status) && element != UCOL_NULLORDER );
1227 element = ucol_previous(uce, &status);
1228 if ( element == 0 ) {
1229 log_err("error, locale %s, ucol_previous returned element 0\n", tsceItemPtr->locale );
1242 } while ( U_SUCCESS(status) && element != UCOL_NULLORDER );