Lines Matching refs:parsePos
321 int32_t *parsePos /* 0 = start */, in parseRes() argument
330 if(parsePos != 0) in parseRes()
331 pp.setIndex(*parsePos); in parseRes()
337 if(parsePos != 0) { in parseRes()
338 *parsePos = pp.getErrorIndex(); in parseRes()
340 } else if(parsePos != 0) { in parseRes()
341 *parsePos = pp.getIndex(); in parseRes()
349 int32_t *parsePos /* 0 = start */, in unum_parse() argument
353 parseRes(res, fmt, text, textLength, parsePos, status); in unum_parse()
361 int32_t *parsePos /* 0 = start */, in unum_parseInt64() argument
365 parseRes(res, fmt, text, textLength, parsePos, status); in unum_parseInt64()
373 int32_t *parsePos /* 0 = start */, in unum_parseDouble() argument
377 parseRes(res, fmt, text, textLength, parsePos, status); in unum_parseDouble()
385 int32_t *parsePos /* 0 = start */, in unum_parseDecimal() argument
398 parseRes(res, fmt, text, textLength, parsePos, status); in unum_parseDecimal()
418 int32_t* parsePos, /* 0 = start */ in unum_parseDoubleCurrency() argument
428 if (parsePos != NULL) { in unum_parseDoubleCurrency()
429 pp.setIndex(*parsePos); in unum_parseDoubleCurrency()
434 if (parsePos != NULL) { in unum_parseDoubleCurrency()
435 *parsePos = pp.getErrorIndex(); in unum_parseDoubleCurrency()
438 if (parsePos != NULL) { in unum_parseDoubleCurrency()
439 *parsePos = pp.getIndex(); in unum_parseDoubleCurrency()