Home | History | Annotate | Download | only in cintltst

Lines Matching refs:log_err

117         log_err("There is an error in u_strlen()");
131 log_err("an error occured in u_memcpy()\n");
133 log_err("an error occured in u_memcpy() or u_memcmp()\n");
137 log_err("an error occured in u_memcmp()\n");
145 log_err("an error occured in u_memset()\n");
149 log_err("u_memset() went too far\n");
157 log_err("an error occured in u_memcpy() or u_memcmp()\n");
166 log_err("an error occured in u_memmove()\n");
170 log_err("an error occured in u_memmove()\n");
185 log_err("something threw an error in u_strcpy() or u_strcmp()\n");
189 log_err("an error occured in u_memcmp()\n");
199 log_err("something threw an error in u_strcat()\n");
207 log_err("Something threw an error in u_strncmp\n");
210 log_err("an error occured in u_memcmp()\n");
221 log_err("something threw an error in u_strncat or u_uastrcpy()\n");
233 log_err("something threw an error in u_strncpy()\n");
236 log_err("something threw an error in u_strncpy()\n");
241 log_err("something threw an error in u_uastrncpy(k-1)\n");
244 log_err("something threw an error in u_uastrncpy(k-1)\n");
249 log_err("something threw an error in u_uastrncpy(k+1)\n");
252 log_err("something threw an error in u_uastrncpy(k+1)\n");
257 log_err("something threw an error in u_uastrncpy(k)\n");
260 log_err("something threw an error in u_uastrncpy(k)\n");
274 log_err("u_strchr can't find '_' in the string\n");
279 log_err("u_strchr32 can't find '_' in the string\n");
284 log_err("u_strchr can't find NULL in the string\n");
289 log_err("u_strchr32 can't find NULL in the string\n");
294 log_err("u_memchr can't find NULL in the string\n");
299 log_err("u_memchr32 can't find NULL in the string\n");
306 log_err("u_memchr can't find '_' in the string\n");
311 log_err("u_memchr32 can't find '_' in the string\n");
315 log_err("Should have found NULL when the character is not there.\n");
333 log_err("error: u_strchr32(surrogate) finds a partial supplementary code point\n");
336 log_err("error: u_memchr32(surrogate) finds a partial supplementary code point\n");
343 log_err("There is an error in u_austrcpy()");
364 log_err("u_strtok_r mismatch at %d. Got: %s, Expected: %s\n", currToken, ptr, tokens[currToken]);
371 log_err("Didn't get correct number of tokens\n");
376 log_err("Didn't get NULL for empty string\n");
379 log_err("State should be NULL for empty string\n");
384 log_err("Didn't get NULL for a string of delimiters\n");
387 log_err("State should be NULL for a string of delimiters\n");
393 log_err("Got NULL for a string that does not begin with delimiters\n");
396 log_err("Didn't get NULL for a string that ends in delimiters\n");
399 log_err("State should be NULL for empty string\n");
408 log_err("Should have recieved the same string when there are no delimiters\n");
411 log_err("Should not have found another token in a one token string\n");
436 log_err("error: u_strcmpCodePointOrder() fails for string %d and the following one\n", i);
439 log_err("error: u_strncmpCodePointOrder() fails for string %d and the following one\n", i);
444 log_err("error: u_strncmpCodePointOrder(2)!=u_memcmpCodePointOrder(2) for string %d and the following one\n", i);
455 log_err
462 log_err("error: u_strCompare(code unit order)!=u_strcmp() for string %d and the following one\n", i);
469 log_err("error: u_strCompareIter(code point order) fails for string %d and the following one\n", i);
473 log_err("error: u_strCompareIter(code unit order)!=u_strcmp() for string %d and the following one\n", i);
508 log_err("u_strpbrk couldn't find first letter a.\n");
511 log_err("u_strpbrk couldn't find d or c.\n");
514 log_err("u_strpbrk couldn't find c or d.\n");
517 log_err("u_strpbrk couldn't find c, d or h.\n");
520 log_err("u_strpbrk didn't return NULL for \"f\".\n");
523 log_err("u_strpbrk didn't return NULL for \"fg\".\n");
526 log_err("u_strpbrk didn't return NULL for \"gf\".\n");
529 log_err("u_strpbrk didn't return NULL for \"\".\n");
535 log_err("u_strpbrk couldn't find first letter a.\n");
538 log_err("u_strpbrk couldn't find d or c.\n");
541 log_err("u_strpbrk couldn't find c or d.\n");
544 log_err("u_strpbrk couldn't find c, d or h.\n");
547 log_err("u_strpbrk didn't return NULL for \"f\".\n");
550 log_err("u_strpbrk didn't return NULL for \"fg\".\n");
553 log_err("u_strpbrk didn't return NULL for \"gf\".\n");
556 log_err("u_strpbrk couldn't find \"0xdbff, 0xdfff\".\n");
559 log_err("u_strpbrk couldn't find \"0xdbff, a, b, 0xdbff, 0xdfff\".\n");
562 log_err("u_strpbrk couldn't find \"0xdb00, 0xdf00, 0xdbff, 0xdfff\".\n");
565 log_err("u_strpbrk should have returned NULL for empty string.\n");
568 log_err("u_strpbrk should have found bad surrogate.\n");
574 log_err("u_strcspn couldn't find first letter a.\n");
577 log_err("u_strcspn couldn't find d or c.\n");
580 log_err("u_strcspn couldn't find c or d.\n");
583 log_err("u_strcspn couldn't find c, d or h.\n");
586 log_err("u_strcspn didn't return NULL for \"f\".\n");
589 log_err("u_strcspn didn't return NULL for \"fg\".\n");
592 log_err("u_strcspn didn't return NULL for \"gf\".\n");
598 log_err("u_strcspn couldn't find first letter a.\n");
601 log_err("u_strcspn couldn't find d or c.\n");
604 log_err("u_strcspn couldn't find c or d.\n");
607 log_err("u_strcspn couldn't find c, d or h.\n");
610 log_err("u_strcspn didn't return NULL for \"f\".\n");
613 log_err("u_strcspn didn't return NULL for \"fg\".\n");
616 log_err("u_strcspn didn't return NULL for \"gf\".\n");
619 log_err("u_strcspn couldn't find \"0xdbff, 0xdfff\".\n");
622 log_err("u_strcspn couldn't find \"a, b, 0xdbff, 0xdfff\".\n");
625 log_err("u_strcspn couldn't find \"0xdb00, 0xdf00, 0xdbff, 0xdfff\".\n");
628 log_err("u_strcspn should have returned strlen for empty string.\n");
635 log_err("u_strspn couldn't skip first letter a.\n");
638 log_err("u_strspn couldn't skip a or b.\n");
641 log_err("u_strspn couldn't skip a or b.\n");
644 log_err("u_strspn didn't return 0 for \"f\".\n");
647 log_err("u_strspn couldn't find first letter a (skip d or c).\n");
650 log_err("u_strspn couldn't skip over the whole string.\n");
653 log_err("u_strspn should have returned 0 for empty string.\n");
658 log_err("u_strspn couldn't skip 0xdbff or a.\n");
661 log_err("u_strspn couldn't skip 0xdbff or a.\n");
664 log_err("u_strspn couldn't skip d or c (skip first letter).\n");
667 log_err("u_strspn couldn't skip d or c (skip first letter).\n");
670 log_err("u_strspn couldn't skip d or c (skip first letter).\n");
673 log_err("u_strspn couldn't skip whole string.\n");
676 log_err("u_strspn couldn't skip \"0xdbff, 0xdfff\" (get first letter).\n");
679 log_err("u_strspn couldn't skip \"0xdbff, a, b, 0xdbff, 0xdfff\".\n");
682 log_err("u_strspn should have returned 0 for empty string.\n");
733 log_err("error: one of the u_str[|mem][r]chr[32](s, nul) does not find the terminator of s\n");
749 log_err("error: one of the u_str[str etc](s, \"\") does not find s itself\n");
775 log_err("error: one of the u_str[chr etc]('a') does not find the correct place\n");
799 log_err("error: one of the u_str[chr etc]('b') incorrectly finds something\n");
809 log_err("error: one of the u_str[chr etc](illegal code point) incorrectly finds something\n");
834 log_err("error: one of the u_str[chr etc](U+d801) does not find the correct place\n");
859 log_err("error: one of the u_str[chr etc](U+dc02) does not find the correct place\n");
881 log_err("error: one of the u_str[chr etc](U+10402) does not find the correct place\n");
896 log_err("error: one of the u_str[chr etc](U+10402) incorrectly finds a supplementary c.p. in a single UChar\n");
916 log_err("error: one of the u_str[chr etc](U+10403) incorrectly finds something\n");
933 log_err("error: one of the u_str[str etc](<0061 d801>) does not find the correct place\n");
950 log_err("error: one of the u_str[str etc](<dc02 0061>) does not find the correct place\n");
966 log_err("error: one of the u_str[str etc](\"aba\") incorrectly finds something\n");
983 log_err("There is an error in u_uastrcpy() Expected %s Got %s\n", austrdup(uchars), austrdup(temp));
993 log_err("There is an error in u_uastrncpy() Expected %s Got %s\n", austrdup(uchars), austrdup(temp));
996 log_err("u_uastrncpy wrote past it's bounds. Expected undisturbed byte at 3\n");
1014 log_err("There is an error in u_austrncpy() Expected %s Got %s\n", austrdup(uchars), austrdup(temp));
1017 log_err("u_austrncpy wrote past it's bounds. Expected undisturbed byte at 3\n");
1032 log_err("There is an error in u_strchr() Expected match at position 1 Got %ld (pointer 0x%lx)\n", result-temp, result);
1041 log_err("There is an error in u_strstr() Expected match at position 2 Got %ld (pointer 0x%lx)\n", result-temp, result);
1045 log_err("There is an error in u_strstr() Expected match at position 0 Got %ld (pointer 0x%lx)\n", result-temp, result);
1049 log_err("There is an error in u_strstr() Expected NULL \"not found\" Got non-NULL \"found\" result\n");
1056 log_err("There is an error in u_strchr32() Expected match at position 1 Got %ld (pointer 0x%lx)\n", result-temp, result);
1060 log_err("There is an error in u_strchr32() Expected NULL \"not found\" Got non-NULL \"found\" result\n");
1064 log_err("There is an error in u_strchr32() Expected match at position 5 Got %ld (pointer 0x%lx)\n", result-temp, result);
1070 log_err("There is an error in u_memchr32() Expected match at position 5 Got %ld (pointer 0x%lx)\n", result-temp, result);
1074 log_err("There is an error in u_memchr32() Expected no match Got %ld (pointer 0x%lx)\n", result-temp, result);
1078 log_err("There is an error in u_memchr32() Expected no match Got %ld (pointer 0x%lx)\n", result-temp, result);
1082 log_err("There is an error in u_memchr32() Expected match at position 7 Got %ld (pointer 0x%lx)\n", result-temp, result);
1107 log_err("failure in u_unescape(): length %d!=%d and/or incorrect result string\n", length,
1114 log_err("failure in u_unescape(preflighting): length %d!=%d\n", length, explength);
1133 log_err("u_strHasMoreChar32Than(s+%d, %d, %d)=%hd is wrong\n",
1201 log_err("%s->getIndex(length)=%d != %d=%s->getIndex(length)\n", n1, length, pos2, n2);
1210 log_err("%s->move(from 0 to middle %d)=%d does not move to the middle\n", n1, middle, pos1);
1216 log_err("%s->move(from 0 to middle %d)=%d does not move to the middle\n", n2, middle, pos2);
1224 log_err("%s->current()=U+%04x != U+%04x=%s->current() at middle=%d\n", n1, c1, c2, n2, middle);
1233 log_err("%s->next()=U+%04x != U+%04x=%s->next() at %d (started in middle)\n", n1, c1, c2, n2, iter1->getIndex(iter1, UITER_CURRENT));
1243 log_err("%s->previous()=U+%04x != U+%04x=%s->previous() at %d (started in middle)\n", n1, c1, c2, n2, iter1->getIndex(iter1, UITER_CURRENT));
1251 log_err("%s->move(start) failed\n", n1);
1255 log_err("%s->hasNext() at the start returns FALSE\n", n1);
1261 log_err("%s->move(start) failed\n", n2);
1265 log_err("%s->hasNext() at the start returns FALSE\n", n2);
1273 log_err("%s->next()=U+%04x != U+%04x=%s->next() at %d\n", n1, c1, c2, n2, iter1->getIndex(iter1, UITER_CURRENT));
1279 log_err("%s->hasNext() at the end returns TRUE\n", n1);
1283 log_err("%s->hasNext() at the end returns TRUE\n", n2);
1290 log_err("%s->move(from end to middle %d)=%d does not move to the middle\n", n1, middle, pos1);
1296 log_err("%s->move(from end to middle %d)=%d does not move to the middle\n", n2, middle, pos2);
1303 log_err("%s->move(from middle %d to 1)=%d does not move to 1\n", n1, middle, pos1);
1309 log_err("%s->move(from middle %d to 1)=%d does not move to 1\n", n2, middle, pos2);
1316 log_err("%s->move(limit) failed\n", n1);
1320 log_err("%s->hasPrevious() at the end returns FALSE\n", n1);
1326 log_err("%s->move(limit) failed\n", n2);
1330 log_err("%s->hasPrevious() at the end returns FALSE\n", n2);
1338 log_err("%s->previous()=U+%04x != U+%04x=%s->previous() at %d\n", n1, c1, c2, n2, iter1->getIndex(iter1, UITER_CURRENT));
1344 log_err("%s->hasPrevious() at the start returns TRUE\n", n1);
1348 log_err
1377 log_err("test error: %s[%d]=%d\n", n, middle-2+i, c);
1391 log_err("%s->setState(0x%x) failed: %s\n", n, state, u_errorName(errorCode));
1397 log_err("%s->current(at %d)=U+%04x!=U+%04x\n", n, middle, c, u[2]);
1402 log_err("%s->previous(at %d)=U+%04x!=U+%04x\n", n, middle-1, c, u[1]);
1408 log_err("%s->next(at %d)=U+%04x!=U+%04x\n", n, middle+1, c, u[3]);
1414 log_err("%s->previous(at %d)=U+%04x!=U+%04x\n", n, middle-2, c, u[0]);
1425 log_err("%s->getIndex(current)=%d!=%d as expected\n", n, i, middle);
1428 log_err("%s->getIndex(current)=%d!=%d after setState()\n", n, j, i);
1435 log_err("%s->getIndex(length)=%d!=%d before/after setState()\n", n, i, j);
1457 log_err("NOOP UCharIterator behaves unexpectedly\n");
1471 log_err("u_strToUTF8() failed, %s\n", u_errorName(errorCode));
1495 log_err("ucnv_fromUChars(UTF-16BE) failed, %s\n", u_errorName(errorCode));
1557 log_err("UNormIterator.getIndex() failed\n");
1568 log_err("%s->current()=U+%04x != U+%04x=%s->current() at middle=%d\n", n1, c1, c2, n2, middle);
1577 log_err("%s->next()=U+%04x != U+%04x=%s->next() at %d (started in middle)\n", n1, c1, c2, n2, iter1->getIndex(iter1, UITER_CURRENT));
1587 log_err("%s->previous()=U+%04x != U+%04x=%s->previous() at %d (started in middle)\n", n1, c1, c2, n2, iter1->getIndex(iter1, UITER_CURRENT));
1595 log_err("%s->hasNext() at the start returns FALSE\n", n1);
1601 log_err("%s->hasNext() at the start returns FALSE\n", n2);
1609 log_err("%s->next()=U+%04x != U+%04x=%s->next() at %d\n", n1, c1, c2, n2, iter1->getIndex(iter1, UITER_CURRENT));
1615 log_err("%s->hasNext() at the end returns TRUE\n", n1);
1619 log_err("%s->hasNext() at the end returns TRUE\n", n2);
1628 log_err("%s->previous()=U+%04x != U+%04x=%s->previous() at %d\n", n1, c1, c2, n2, iter1->getIndex(iter1, UITER_CURRENT));
1640 log_err("%s has no known state from middle=%d to the end\n", n2, middle);
1653 log_err("%s->current() differs across get/set state, U+%04x vs. U+%04x\n", n2, c2, c1);
1662 log_err("%s->previous() differs across get/set state, U+%04x vs. U+%04x\n", n2, c2, c1);
1669 log_err("%s->hasPrevious() at the end returns FALSE\n", n1);
1675 log_err("%s->hasPrevious() at the end returns FALSE\n", n2);
1683 log_err("%s->previous()=U+%04x != U+%04x=%s->previous() at %d\n", n1, c1, c2, n2, iter1->getIndex(iter1, UITER_CURRENT));
1689 log_err("%s->hasPrevious() at the start returns TRUE\n", n1);
1693 log_err("%s->hasPrevious() at the start returns TRUE\n", n2);
1716 log_err("unorm_openIter() fails: %s\n", u_errorName(errorCode));
1739 log_err("unorm_setIter(mode %d) failed: %s\n", mode, u_errorName(errorCode));
1799 log_err("unorm_setIter changed the error code to: %s\n", u_errorName(status));
1804 log_err("unorm_setIter didn't react correctly to bad arguments: %s\n", u_errorName(status));
1809 log_err("unorm_openIter() fails: %s\n", u_errorName(status));