Home | History | Annotate | Download | only in cintltst

Lines Matching full:error

57         log_err("error in u_strToLower(root locale)=%ld error=%s string matches: %s\t\nlowerRoot=%s\t\nbuffer=%s\n",
79 log_err("error in u_strToLower(turkish locale)=%ld error=%s string matches: %s\n",
97 log_err("error in u_strToLower(root locale preflighting)=%ld error=%s string matches: %s\n",
103 /* test error handling */
110 log_err("error in u_strToLower(root locale dest=NULL)=%ld error=%s\n",
124 log_err("error in u_strToLower(root locale destCapacity=-1)=%ld error=%s buffer[0]==0x%lx\n",
155 log_err("error in u_strToUpper(root locale)=%ld error=%s string matches: %s\n",
173 log_err("error in u_strToUpper(turkish locale)=%ld error=%s string matches: %s\n",
188 log_err("error in u_strToUpper(turkish locale pure preflighting)=%ld error=%s\n",
193 /* test error handling */
203 log_err("error in u_strToUpper(turkish locale src=NULL)=%ld error=%s buffer[0]==0x%lx\n",
218 log_err("error in u_strToUpper(turkish locale srcLength=-2)=%ld error=%s buffer[0]==0x%lx\n",
243 log_err_status(errorCode, "error: ubrk_open(UBRK_CHARACTER)->%s\n", u_errorName(errorCode));
259 log_err("error in u_strToTitle(standard iterator)=%ld error=%s string matches: %s\n",
277 log_err("error in u_strToTitle(UBRK_CHARACTERS)=%ld error=%s string matches: %s\n",
292 log_err("error in u_strToTitle(UBRK_CHARACTERS pure preflighting)=%ld error=%s\n",
297 /* test error handling */
307 log_err("error in u_strToTitle(UBRK_CHARACTERS src=NULL)=%ld error=%s buffer[0]==0x%lx\n",
322 log_err("error in u_strToTitle(UBRK_CHARACTERS srcLength=-2)=%ld error=%s buffer[0]==0x%lx\n",
347 log_err_status(errorCode, "error: ubrk_open(UBRK_WORD)->%s\n", u_errorName(errorCode));
365 log_err("error in u_strToTitle(UBRK_CHARACTERS)=%ld error=%s root locale string matches: %s\noutput buffer is {%s}\n",
384 log_err("error in u_strToTitle(UBRK_CHARACTERS)=%ld error=%s dutch locale string matches: %s\noutput buffer is {%s}\n",
445 log_err("error: u_foldCase(0x%04lx, default)=0x%04lx instead of 0x%04lx\n",
451 log_err("error: u_foldCase(0x%04lx, exclude special i)=0x%04lx instead of 0x%04lx\n",
469 log_err("error in u_strFoldCase(default)=%ld error=%s string matches: %s\n",
488 log_err("error in u_strFoldCase(exclude special i)=%ld error=%s string matches: %s\n",
508 log_err("error in u_strFoldCase(default same buffer)=%ld error=%s string matches: %s\n",
527 log_err("error in u_strFoldCase(exclude special i same buffer)=%ld error=%s string matches: %s\n",
546 log_err("error in u_strFoldCase(default preflighting)=%ld error=%s string matches: %s\n",
560 log_err("error in u_strFoldCase(default pure preflighting)=%ld error=%s\n",
565 /* test error handling */
572 log_err("error in u_strFoldCase(default dest=NULL)=%ld error=%s\n",
586 log_err("error in u_strFoldCase(default destCapacity=-1)=%ld error=%s buffer[0]==0x%lx\n",
601 log_err("error in u_strFoldCase(exclude special i src=NULL)=%ld error=%s buffer[0]==0x%lx\n",
616 log_err("error in u_strFoldCase(exclude special i srcLength=-2)=%ld error=%s buffer[0]==0x%lx\n",
652 log_err("error: u_strcasecmp(mixed, other, default)=%ld instead of 0\n", result);
656 log_err("error: u_strCaseCompare(mixed, other, default)=%ld instead of 0\n", result);
662 log_err("error: u_strcasecmp(mixed, other, exclude special i)=%ld instead of 0\n", result);
666 log_err("error: u_strCaseCompare(mixed, other, exclude special i)=%ld instead of 0\n", result);
672 log_err("error: u_strcasecmp(mixed, different, default)=%ld instead of positive\n", result);
676 log_err("error: u_strCaseCompare(mixed, different, default)=%ld instead of positive\n", result);
682 log_err("error: u_strncasecmp(mixed, different, 4, default)=%ld instead of 0\n", result);
686 log_err("error: u_strCaseCompare(mixed, 4, different, 4, default)=%ld instead of 0\n", result);
692 log_err("error: u_strncasecmp(mixed, different, 5, default)=%ld instead of positive\n", result);
696 log_err("error: u_strCaseCompare(mixed, 5, different, 5, default)=%ld instead of positive\n", result);
702 log_err("error: u_memcasecmp(mixed, different, 4, default)=%ld instead of 0\n", result);
708 log_err("error: u_memcasecmp(mixed, different, 5, default)=%ld instead of positive\n", result);
910 log_err_status(errorCode, "error: ucasemap_setOptions(U_TITLECASE_NO_BREAK_ADJUSTMENT) failed - %s\n", u_errorName(errorCode));
927 log_err("error: ubrk_open(UBRK_SENTENCE) failed - %s\n", u_errorName(errorCode));
933 log_err("error: ucasemap_setBreakIterator(sentence iterator) failed - %s\n", u_errorName(errorCode));
945 log_err("error: ucasemap_setOptions(U_TITLECASE_NO_LOWERCASE) failed - %s\n", u_errorName(errorCode));