Lines Matching full:u_strlen
325 d1=unum_parseDouble(cur_def, result, u_strlen(result), &parsepos, &status);
330 log_err("parse of '%s' failed. Parsepos=%d. The error is : %s\n", aescstrdup(result,u_strlen(result)),parsepos, myErrorName(status));
378 d1=unum_parseDoubleCurrency(cur_def, result, u_strlen(result), &parsepos, temp2, &status);
380 log_err("parseDoubleCurrency '%s' failed. The error is : %s\n", aescstrdup(result, u_strlen(result)), myErrorName(status));
402 resultlength=u_strlen(temp1);
428 d1=unum_parseDouble(cur_def, temp1, u_strlen(temp1), &parsepos, &status);
460 l1=unum_parse(per_fr, result, u_strlen(result), &parsepos, &status);
477 pattern=unum_open(UNUM_IGNORE,temp1, u_strlen(temp1), NULL, NULL,&status);
527 cur_frpattern=unum_open(UNUM_IGNORE,result, u_strlen(result), "fr_FR",NULL, &status);
565 unum_applyPattern(cur_frpattern, FALSE, result, u_strlen(result),NULL,NULL);
651 unum_setTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, temp, u_strlen(temp), &status);
667 unum_setTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, temp, u_strlen(temp), &status);
671 unum_setTextAttribute(def, UNUM_POSITIVE_PREFIX, prefix, u_strlen(prefix) , &status);
688 unum_setTextAttribute(def, UNUM_NEGATIVE_PREFIX, prefix, u_strlen(prefix), &status);
704 unum_setTextAttribute(def, UNUM_NEGATIVE_SUFFIX, suffix, u_strlen(suffix) , &status);
721 unum_setTextAttribute(def, UNUM_POSITIVE_SUFFIX, suffix, u_strlen(suffix) , &status);
984 dbl = unum_parseDouble( unum, input, -1 /*u_strlen(input)*/, 0 /* 0 = start */, &errorCode );
1276 pattern=unum_open(UNUM_IGNORE,temp1, u_strlen(temp1), NULL, NULL,&status);
1289 pattern=unum_open(UNUM_IGNORE,temp1, u_strlen(temp1), "en_US",NULL, &status);
1352 d1=unum_parseDouble(pattern, result, u_strlen(result), &parsepos, &status);
1390 fmt = unum_open(UNUM_IGNORE, temp1, u_strlen(temp1), NULL, NULL, &status);
1401 val32 = unum_parse(fmt, result, u_strlen(result), &parsepos, &status);
1410 val64 = unum_parseInt64(fmt, result, u_strlen(result), &parsepos, &status);
1419 valDouble = unum_parseDouble(fmt, result, u_strlen(result), &parsepos, &status);
1433 val32 = unum_parse(fmt, result, u_strlen(result), &parsepos, &status);
1442 val64 = unum_parseInt64(fmt, result, u_strlen(result), &parsepos, &status);
1451 valDouble = unum_parseDouble(fmt, result, u_strlen(result), &parsepos, &status);
1465 val32 = unum_parse(fmt, result, u_strlen(result), &parsepos, &status);
1474 val64 = unum_parseInt64(fmt, result, u_strlen(result), &parsepos, &status);
1483 valDouble = unum_parseDouble(fmt, result, u_strlen(result), &parsepos, &status);
1493 valDouble = unum_parseDouble(fmt, result, u_strlen(result), &parsepos, &status);
2131 u_strlen(pattern_hash), /* patternLength */