Lines Matching defs:text

138     UChar text[21];
145 u_charsToUChars(st1, text, size);
156 a = unum_parseInt64(nf, text, size, 0, status);
676 log_verbose("\nTesting getting and setting text attributes\n");
701 /*checking some more text setter conditions */
706 log_err("error in setting the text attributes : %s\n", myErrorName(status));
711 log_err("error in getting the text attributes : %s\n", myErrorName(status));
723 log_err("error in setting the text attributes : %s\n", myErrorName(status));
728 log_err("error in getting the text attributes : %s\n", myErrorName(status));
739 log_err("error in setting the text attributes: %s\n", myErrorName(status));
745 log_err("error in getting the text attributes : %s\n", myErrorName(status));
756 log_err("error in setting the text attributes: %s\n", myErrorName(status));
762 log_err("error in getting the text attributes : %s\n", myErrorName(status));
1022 UChar input[] = {0x30, 0}; /* Input text is decimal '0' */
3184 const UChar* text; // text to parse
3232 intValue = unum_parse(unumDec, itemPtr->text, -1, &parsePos, &status);
3235 u_austrcpy(btext, itemPtr->text);
3236 log_err("locale %s, text \"%s\", lenient %d, intOnly %d;\n parse expected status %s, pos %d, value %d;\n got %s, %d, %d\n",
3244 doubValue = unum_parseDouble(unumDec, itemPtr->text, -1, &parsePos, &status);
3247 u_austrcpy(btext, itemPtr->text);
3248 log_err("locale %s, text \"%s\", lenient %d, intOnly %d;\n parseDouble expected status %s, pos %d, value %.1f;\n got %s, %d, %.1f\n",
3257 dclen = unum_parseDecimal(unumDec, itemPtr->text, -1, &parsePos, decstr, 32, &status);
3261 u_austrcpy(btext, itemPtr->text);
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",
3653 const UChar* text = u"3";
3657 blen = unum_parseDecimal(unum, text, -1, &ppos, bbuf, kBBufMax, &status);
3666 val = unum_parseDouble(unum, text, -1, &ppos, &status);
3675 val = unum_parseDoubleCurrency(unum, text, -1, &ppos, curr, &status);