Lines Matching defs:str
2133 UChar str[100];
2148 u_uastrcpy(str, cstr);
2151 num = unum_parse(fmt, str, -1, &pos, &status);
2170 num = unum_parse(fmt, str, -1, &pos, &status);
2189 u_uastrcpy(str, cstr);
2192 num = unum_parse(fmt, str, -1, &pos, &status);
2209 u_uastrcpy(str, cstr);
2212 num = unum_parse(fmt, str, -1, &pos, &status);
2366 const UChar str[] = { 0x0031, 0x0032, 0x0033, 0x0000 }; /* 123 */
2369 unum_parseToUFormattable(unum, ufmt, str, -1, NULL, &status);
3262 log_err("locale %s, text \"%s\", lenient %d, intOnly %d;\n parseDecimal expected status %s, pos %d, str \"%s\";\n got %s, %d, \"%s\"\n",
3661 log_err("unum_parseDecimal expect ppos 1, blen 1, str 3; get %d, %d, %s\n", ppos, blen, bbuf);