Home | History | Annotate | Download | only in i18n

Lines Matching refs:parsePos

353          int32_t         *parsePos /* 0 = start */,
364 if(parsePos != 0)
365 pp.setIndex(*parsePos);
375 if(parsePos != 0) {
376 *parsePos = pp.getErrorIndex();
378 } else if(parsePos != 0) {
379 *parsePos = pp.getIndex();
387 int32_t *parsePos /* 0 = start */,
391 parseRes(res, fmt, text, textLength, parsePos, FALSE, status);
399 int32_t *parsePos /* 0 = start */,
403 parseRes(res, fmt, text, textLength, parsePos, FALSE, status);
411 int32_t *parsePos /* 0 = start */,
415 parseRes(res, fmt, text, textLength, parsePos, FALSE, status);
423 int32_t *parsePos /* 0 = start */,
436 parseRes(res, fmt, text, textLength, parsePos, FALSE, status);
455 int32_t* parsePos, /* 0 = start */
459 parseRes(res, fmt, text, textLength, parsePos, TRUE, status);