Lines Matching refs:u_strlen
78 fmt= unum_open(UNUM_IGNORE,upat, u_strlen(upat), "en_US",NULL, &status); in TestPatterns()
131 fmt =unum_open(UNUM_IGNORE,pat, u_strlen(pat), "en_US",NULL, &status); in TestQuotes()
160 fmt =unum_open(UNUM_IGNORE,pat, u_strlen(pat), "en_US",NULL, &status); in TestQuotes()
255 fmt=unum_open(UNUM_IGNORE,upat, u_strlen(upat), "en_US",NULL, &status); in TestExponential()
260 lneed= u_strlen(upat) + 1; in TestExponential()
285 a=unum_parseDouble(fmt, str, u_strlen(str), &ppos, &status); in TestExponential()
286 if (ppos== u_strlen(str)) { in TestExponential()
315 a=unum_parseDouble(fmt, str, u_strlen(str), &ppos, &status); in TestExponential()
316 if (ppos== u_strlen(str)) { in TestExponential()
351 fmt = unum_open(UNUM_IGNORE,pattern, u_strlen(pattern), "en_US",NULL, &status); in TestCurrencySign()
563 isoCode, u_strlen(isoCode), &status); in TestCurrencyObject()
577 u_UCharsToChars(isoCode,cStr,u_strlen(isoCode)); in TestCurrencyObject()
775 if (u_strlen(resultBuffer) != 14) { in TestSecondaryGrouping()
778 for (i=0; i<u_strlen(resultBuffer); ++i) { in TestSecondaryGrouping()