Home | History | Annotate | Download | only in cintltst

Lines Matching defs:string

17 #include <string.h>
135 const char *string = NULL;
140 while ((string = uenum_next(allNamesEnum, &len, &err))) {
142 log_verbose("read \"%s\", length %i\n", string, len);
149 while ((string = uenum_next(allNamesEnum, &len, &err))) {
151 ucnv_close(ucnv_open(string, &err));
152 log_verbose("read \"%s\", length %i (%s)\n", string, len, U_SUCCESS(err) ? "available" : "unavailable");
2525 /* assemble a string with the test character and the truncated sequence */
2571 * assemble an input string with the test character between each
2573 * and an expected string with repeated test character output
2806 /* empty string, some target buffer */
2812 log_err("ucnv_toAlgorithmic(empty string -> UTF-8) fails (%s expect U_ZERO_ERROR), returns %d expect 0\n",
2816 /* pseudo-empty string, no target buffer */
3550 /* Stateless converter, we expect the string converted to charset bytes. */
3570 /* Stateful converter, we expect that the Unicode string was set and that we get an empty char * string now. */