Searched refs:parsePos (Results 1 - 22 of 22) sorted by relevance

/external/icu4c/i18n/
H A Dunum.cpp321 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 /*
415 unum_parseDoubleCurrency(const UNumberFormat* fmt, const UChar* text, int32_t textLength, int32_t* parsePos, UChar* currency, UErrorCode* status) argument
[all...]
H A Dudat.cpp241 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);
287 if(parsePos !
238 udat_parse( const UDateFormat* format, const UChar* text, int32_t textLength, int32_t *parsePos, UErrorCode *status) argument
270 udat_parseCalendar(const UDateFormat* format, UCalendar* calendar, const UChar* text, int32_t textLength, int32_t *parsePos, UErrorCode *status) argument
[all...]
H A Dsmpdtfmt.cpp1682 SimpleDateFormat::parse(const UnicodeString& text, Calendar& cal, ParsePosition& parsePos) const
1685 int32_t pos = parsePos.getIndex();
1860 parsePos.setIndex(pos);
2035 parsePos.setErrorIndex(pos);
2036 parsePos.setIndex(start);
/external/chromium_org/third_party/icu/source/io/
H A Duscanf_p.c424 int32_t parsePos = 0; local
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; local
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; local
637 parsePos
676 int32_t parsePos = 0; local
749 int32_t parsePos = 0; local
974 int32_t parsePos = 0; local
[all...]
/external/icu4c/io/
H A Duscanf_p.c424 int32_t parsePos = 0; local
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; local
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; local
637 parsePos
676 int32_t parsePos = 0; local
749 int32_t parsePos = 0; local
973 int32_t parsePos = 0; local
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dunum.h446 * @param parsePos If not 0, on input a pointer to an integer specifying the offset at which
461 int32_t *parsePos /* 0 = start */,
470 * @param parsePos If not 0, on input a pointer to an integer specifying the offset at which
485 int32_t *parsePos /* 0 = start */,
494 * @param parsePos If not 0, on input a pointer to an integer specifying the offset at which
509 int32_t *parsePos /* 0 = start */,
522 * @param parsePos If not 0, on input a pointer to an integer specifying the offset at which
542 int32_t *parsePos /* 0 = start */,
553 * @param parsePos a pointer to an offset index into text at which to
554 * begin parsing. On output, *parsePos wil
[all...]
H A Dudat.h616 * @param parsePos If not 0, on input a pointer to an integer specifying the offset at which
627 int32_t *parsePos,
637 * @param parsePos If not 0, on input a pointer to an integer specifying the offset at which
648 int32_t *parsePos,
/external/icu4c/i18n/unicode/
H A Dunum.h554 * @param parsePos If not 0, on input a pointer to an integer specifying the offset at which
569 int32_t *parsePos /* 0 = start */,
578 * @param parsePos If not 0, on input a pointer to an integer specifying the offset at which
593 int32_t *parsePos /* 0 = start */,
602 * @param parsePos If not 0, on input a pointer to an integer specifying the offset at which
617 int32_t *parsePos /* 0 = start */,
630 * @param parsePos If not 0, on input a pointer to an integer specifying the offset at which
650 int32_t *parsePos /* 0 = start */,
661 * @param parsePos a pointer to an offset index into text at which to
662 * begin parsing. On output, *parsePos wil
[all...]
H A Dudat.h904 * @param parsePos If not 0, on input a pointer to an integer specifying the offset at which
915 int32_t *parsePos,
933 * @param parsePos If not 0, on input a pointer to an integer specifying the offset at which
944 int32_t *parsePos,
/external/v8/tools/
H A Dtickprocessor.js613 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, lineEndPo
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dunum.cpp353 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 /*
452 unum_parseDoubleCurrency(const UNumberFormat* fmt, const UChar* text, int32_t textLength, int32_t* parsePos, UChar* currency, UErrorCode* status) argument
[all...]
H A Dudat.cpp198 int32_t *parsePos,
208 if(parsePos == NULL) {
209 parsePos = &stackParsePos;
212 pp.setIndex(*parsePos);
217 *parsePos = pp.getIndex();
219 *parsePos = pp.getErrorIndex();
231 int32_t *parsePos,
239 if(parsePos != 0)
240 pp.setIndex(*parsePos);
244 if(parsePos !
195 udat_parse( const UDateFormat* format, const UChar* text, int32_t textLength, int32_t *parsePos, UErrorCode *status) argument
227 udat_parseCalendar(const UDateFormat* format, UCalendar* calendar, const UChar* text, int32_t textLength, int32_t *parsePos, UErrorCode *status) argument
[all...]
H A Dsmpdtfmt.cpp1778 SimpleDateFormat::parse(const UnicodeString& text, Calendar& cal, ParsePosition& parsePos) const
1781 int32_t pos = parsePos.getIndex();
1993 parsePos.setIndex(pos);
2166 parsePos.setErrorIndex(pos);
2167 parsePos.setIndex(start);
/external/chromium_org/v8/tools/
H A Dtickprocessor.js679 this.parsePos = 0;
688 this.parsePos = 0;
706 var lineEndPos = this.symbols[0].indexOf('\n', this.parsePos);
709 this.parsePos = 0;
713 var line = this.symbols[0].substring(this.parsePos, lineEndPos);
714 this.parsePos = lineEndPos + 1;
736 this.parsePos = 0;
750 this.parsePos = 0;
786 var lineEndPos = this.symbols.indexOf('\r\n', this.parsePos);
791 var line = this.symbols.substring(this.parsePos, lineEndPo
[all...]
/external/icu4c/test/cintltst/
H A Dcnumtst.c817 int32_t parsePos = 0; /* Output parameter for Parse operations. */ local
882 /* Parse with a parsePos parameter */
886 parsePos = 3; /* 12,345,678,900,987,654,321.12345679 */
888 resultSize = unum_parseDecimal(fmt, dest, -1, &parsePos, desta, DESTCAPACITY, &status);
896 if (strlen(numFormatted) != parsePos) {
897 log_err("File %s, Line %d, parsePos (expected, actual) = (\"%d\", \"%d\")\n",
898 __FILE__, __LINE__, strlen(parseExpected), parsePos);
1032 int32_t parsePos; local
1040 parsePos = 0;
1041 parseVal = unum_parseDouble(unum, itemPtr->currStr, -1, &parsePos,
[all...]
H A Dcdattst.c501 int32_t parsePos = 0; local
502 UDate dateResult = udat_parse(fmtRelDateTime, strDateTime, -1, &parsePos, &status);
505 log_err("udat_parse timeStyle SHORT dateStyle (%d | UDAT_RELATIVE) fails, error %s, expect approx %.1f, got %.1f, parsePos %d\n",
506 *stylePtr, myErrorName(status), dateToUse, dateResult, parsePos );
517 parsePos = 0;
518 dateResult = udat_parse(fmtRelDate, strDate, -1, &parsePos, &status);
521 log_err("udat_parse timeStyle NONE dateStyle (%d | UDAT_RELATIVE) fails, error %s, expect approx %.1f, got %.1f, parsePos %d\n",
522 *stylePtr, myErrorName(status), dateToUse, dateResult, parsePos );
896 int parsePos = 0; local
933 udat_parseCalendar(simpleDateFormat, calendar, text, u_strlen(text), &parsePos,
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcnumtst.c837 int32_t parsePos = 0; /* Output parameter for Parse operations. */ local
903 /* Parse with a parsePos parameter */
907 parsePos = 3; /* 12,345,678,900,987,654,321.12345679 */
909 resultSize = unum_parseDecimal(fmt, dest, -1, &parsePos, desta, DESTCAPACITY, &status);
917 if (strlen(numFormatted) != parsePos) {
918 log_err("File %s, Line %d, parsePos (expected, actual) = (\"%d\", \"%d\")\n",
919 __FILE__, __LINE__, strlen(parseExpected), parsePos);
/external/icu4c/test/intltest/
H A Dnumfmtst.cpp6018 ParsePosition parsePos; local
6019 LocalPointer<CurrencyAmount> currAmt(numFmt->parseCurrency(formatted, parsePos));
6020 if (parsePos.getIndex() > 0) {
6041 ParsePosition parsePos; local
6042 LocalPointer<CurrencyAmount> currAmt(numFmt->parseCurrency(formatted, parsePos));
6043 if (parsePos.getIndex() > 0) {
6434 ParsePosition parsePos(0);
6452 fmt.parse("5.06e-27", result, parsePos);
6455 parsePos.getIndex() != 8
6459 result.getDouble(), parsePos
[all...]
H A Dtmsgfmt.cpp145 ParsePosition parsePos; local
146 form->parse(buffer, result, parsePos);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtmsgfmt.cpp139 ParsePosition parsePos; local
140 form->parse(buffer, result, parsePos);
H A Dnumfmtst.cpp6196 ParsePosition parsePos(0);
6215 fmt.parse("123E4", result, parsePos);
6218 parsePos.getIndex() != 3
6222 result.getDouble(), parsePos.getIndex());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1512 milliseconds