Lines Matching refs:u_strlen
79 fmt= unum_open(UNUM_IGNORE,upat, u_strlen(upat), "en_US",NULL, &status); in TestPatterns()
132 fmt =unum_open(UNUM_IGNORE,pat, u_strlen(pat), "en_US",NULL, &status); in TestQuotes()
161 fmt =unum_open(UNUM_IGNORE,pat, u_strlen(pat), "en_US",NULL, &status); in TestQuotes()
256 fmt=unum_open(UNUM_IGNORE,upat, u_strlen(upat), "en_US",NULL, &status); in TestExponential()
263 lneed= u_strlen(upat) + 1; in TestExponential()
288 a=unum_parseDouble(fmt, str, u_strlen(str), &ppos, &status); in TestExponential()
289 if (ppos== u_strlen(str)) { in TestExponential()
318 a=unum_parseDouble(fmt, str, u_strlen(str), &ppos, &status); in TestExponential()
319 if (ppos== u_strlen(str)) { in TestExponential()
354 fmt = unum_open(UNUM_IGNORE,pattern, u_strlen(pattern), "en_US",NULL, &status); in TestCurrencySign()
499 isoCode, u_strlen(isoCode), &status); in TestCurrencyObject()
513 u_UCharsToChars(isoCode,cStr,u_strlen(isoCode)); in TestCurrencyObject()
711 if (u_strlen(resultBuffer) != 14) { in TestSecondaryGrouping()
714 for (i=0; i<u_strlen(resultBuffer); ++i) { in TestSecondaryGrouping()