HomeSort by relevance Sort by last modified time
    Searched refs:parsePos (Results 1 - 14 of 14) sorted by null

  /external/icu4c/i18n/
unum.cpp 321 int32_t *parsePos /* 0 = start */,
330 if(parsePos != 0)
331 pp.setIndex(*parsePos);
337 if(parsePos != 0) {
338 *parsePos = pp.getErrorIndex();
340 } else if(parsePos != 0) {
341 *parsePos = pp.getIndex();
349 int32_t *parsePos /* 0 = start */,
353 parseRes(res, fmt, text, textLength, parsePos, status);
361 int32_t *parsePos /* 0 = start */
    [all...]
udat.cpp 19 #include "unicode/parsepos.h"
241 int32_t *parsePos,
251 if(parsePos == NULL) {
252 parsePos = &stackParsePos;
255 pp.setIndex(*parsePos);
260 *parsePos = pp.getIndex();
262 *parsePos = pp.getErrorIndex();
274 int32_t *parsePos,
282 if(parsePos != 0)
283 pp.setIndex(*parsePos);
    [all...]
smpdtfmt.cpp     [all...]
  /external/icu4c/io/
uscanf_p.c 424 int32_t parsePos = 0;
453 num = unum_parseDouble(format, input->str.fPos, len, &parsePos, &status);
469 input->str.fPos += parsePos;
473 return parsePos + skipped;
489 int32_t parsePos = 0;
552 num = unum_parseDouble(format, input->str.fPos, len, &parsePos, &status);
568 input->str.fPos += parsePos;
572 return parsePos + skipped;
588 int32_t scientificParsePos = 0, genericParsePos = 0, parsePos = 0;
637 parsePos += scientificParsePos
    [all...]
  /external/icu4c/i18n/unicode/
unum.h 540 * @param parsePos If not 0, on input a pointer to an integer specifying the offset at which
555 int32_t *parsePos /* 0 = start */,
564 * @param parsePos If not 0, on input a pointer to an integer specifying the offset at which
579 int32_t *parsePos /* 0 = start */,
588 * @param parsePos If not 0, on input a pointer to an integer specifying the offset at which
603 int32_t *parsePos /* 0 = start */,
616 * @param parsePos If not 0, on input a pointer to an integer specifying the offset at which
636 int32_t *parsePos /* 0 = start */,
647 * @param parsePos a pointer to an offset index into text at which to
648 * begin parsing. On output, *parsePos will point after the las
    [all...]
udat.h 110 * int32_t parsepos=0;
111 * UDate myDate = udat_parse(df, myString, u_strlen(myString), &parsepos, &status);
864 * @param parsePos If not 0, on input a pointer to an integer specifying the offset at which
875 int32_t *parsePos,
893 * @param parsePos If not 0, on input a pointer to an integer specifying the offset at which
904 int32_t *parsePos,
    [all...]
  /external/v8/tools/
tickprocessor.js 613 this.parsePos = 0;
621 this.parsePos = 0;
638 var lineEndPos = this.symbols[0].indexOf('\n', this.parsePos);
641 this.parsePos = 0;
645 var line = this.symbols[0].substring(this.parsePos, lineEndPos);
646 this.parsePos = lineEndPos + 1;
668 this.parsePos = 0;
680 this.parsePos = 0;
715 var lineEndPos = this.symbols.indexOf('\r\n', this.parsePos);
720 var line = this.symbols.substring(this.parsePos, lineEndPos)
    [all...]
  /external/icu4c/test/cintltst/
cnumtst.c 136 int32_t parsepos; local
302 parsepos=0;
304 d1=unum_parseDouble(cur_def, result, u_strlen(result), &parsepos, &status);
309 log_err("parse of '%s' failed. Parsepos=%d. The error is : %s\n", aescstrdup(result,u_strlen(result)),parsepos, myErrorName(status));
351 parsepos=0;
356 d1=unum_parseDoubleCurrency(cur_def, result, u_strlen(result), &parsepos, temp2, &status);
383 parsepos=0;
384 d1=unum_parseDouble(cur_def, temp1, resultlength, &parsepos, &status);
405 parsepos=0
1251 int32_t parsepos; local
1366 int32_t parsepos; local
    [all...]
cdattst.c 73 int32_t parsepos; local
218 parsepos=0;
221 d1=udat_parse(def, temp, u_strlen(temp), &parsepos, &status);
499 int32_t parsePos = 0;
500 UDate dateResult = udat_parse(fmtRelDateTime, strDateTime, -1, &parsePos, &status);
503 log_err("udat_parse timeStyle SHORT dateStyle (%d | UDAT_RELATIVE) fails, error %s, expect approx %.1f, got %.1f, parsePos %d\n",
504 *stylePtr, myErrorName(status), dateToUse, dateResult, parsePos );
515 parsePos = 0;
516 dateResult = udat_parse(fmtRelDate, strDate, -1, &parsePos, &status);
519 log_err("udat_parse timeStyle NONE dateStyle (%d | UDAT_RELATIVE) fails, error %s, expect approx %.1f, got %.1f, parsePos %d\n"
    [all...]
  /libcore/luni/src/main/native/
libcore_icu_NativeDecimalFormat.cpp 293 int parsePos = env->CallIntMethod(position, gPP_getIndex, NULL);
294 if (parsePos < 0 || parsePos > env->GetStringLength(text)) {
299 ParsePosition pp(parsePos);
  /external/icu4c/test/intltest/
numfmtst.cpp     [all...]
tmsgfmt.cpp 145 ParsePosition parsePos;
146 form->parse(buffer, result, parsePos);
    [all...]
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 771 milliseconds