Lines Matching full:uget
2840 UChar uget[kUBufSize];
2845 ugetlen = unum_formatDouble(unum, veItemPtr->value, uget, kUBufSize, NULL, &status);
2849 } else if (ugetlen != uexplen || u_strncmp(uget, uexp, uexplen) != 0) {
2853 u_strToUTF8(bget, kBBufSize, NULL, uget, ugetlen, &status);