Lines Matching refs:u_strlen

357       d1=unum_parseDouble(cur_def, result, u_strlen(result), &parsepos, &status);
362 log_err("parse of '%s' failed. Parsepos=%d. The error is : %s\n", aescstrdup(result,u_strlen(result)),parsepos, myErrorName(status));
410 d1=unum_parseDoubleCurrency(cur_def, result, u_strlen(result), &parsepos, temp2, &status);
412 log_err("parseDoubleCurrency '%s' failed. The error is : %s\n", aescstrdup(result, u_strlen(result)), myErrorName(status));
434 resultlength=u_strlen(temp1);
460 d1=unum_parseDouble(cur_def, temp1, u_strlen(temp1), &parsepos, &status);
492 l1=unum_parse(per_fr, result, u_strlen(result), &parsepos, &status);
509 pattern=unum_open(UNUM_IGNORE,temp1, u_strlen(temp1), NULL, NULL,&status);
559 cur_frpattern=unum_open(UNUM_IGNORE,result, u_strlen(result), "fr_FR",NULL, &status);
597 unum_applyPattern(cur_frpattern, false, result, u_strlen(result),NULL,NULL);
683 unum_setTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, temp, u_strlen(temp), &status);
699 unum_setTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, temp, u_strlen(temp), &status);
703 unum_setTextAttribute(def, UNUM_POSITIVE_PREFIX, prefix, u_strlen(prefix) , &status);
720 unum_setTextAttribute(def, UNUM_NEGATIVE_PREFIX, prefix, u_strlen(prefix), &status);
736 unum_setTextAttribute(def, UNUM_NEGATIVE_SUFFIX, suffix, u_strlen(suffix) , &status);
753 unum_setTextAttribute(def, UNUM_POSITIVE_SUFFIX, suffix, u_strlen(suffix) , &status);
1032 dbl = unum_parseDouble( unum, input, -1 /*u_strlen(input)*/, 0 /* 0 = start */, &errorCode );
1328 pattern=unum_open(UNUM_IGNORE,temp1, u_strlen(temp1), NULL, NULL,&status);
1342 pattern=unum_open(UNUM_IGNORE,temp1, u_strlen(temp1), "en_US",NULL, &status);
1410 d1=unum_parseDouble(pattern, result, u_strlen(result), &parsepos, &status);
1448 fmt = unum_open(UNUM_IGNORE, temp1, u_strlen(temp1), "en_US", NULL, &status);
1459 val32 = unum_parse(fmt, result, u_strlen(result), &parsepos, &status);
1468 val64 = unum_parseInt64(fmt, result, u_strlen(result), &parsepos, &status);
1477 valDouble = unum_parseDouble(fmt, result, u_strlen(result), &parsepos, &status);
1491 val32 = unum_parse(fmt, result, u_strlen(result), &parsepos, &status);
1500 val64 = unum_parseInt64(fmt, result, u_strlen(result), &parsepos, &status);
1509 valDouble = unum_parseDouble(fmt, result, u_strlen(result), &parsepos, &status);
1523 val32 = unum_parse(fmt, result, u_strlen(result), &parsepos, &status);
1532 val64 = unum_parseInt64(fmt, result, u_strlen(result), &parsepos, &status);
1541 valDouble = unum_parseDouble(fmt, result, u_strlen(result), &parsepos, &status);
1551 valDouble = unum_parseDouble(fmt, result, u_strlen(result), &parsepos, &status);
2234 u_strlen(pattern_hash), /* patternLength */