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

  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/chromium_org/third_party/icu/source/i18n/unicode/
unum.h 601 * @param parsePos If not NULL, on input a pointer to an integer specifying the offset at which
616 int32_t *parsePos /* 0 = start */,
625 * @param parsePos If not NULL, on input a pointer to an integer specifying the offset at which
640 int32_t *parsePos /* 0 = start */,
649 * @param parsePos If not NULL, on input a pointer to an integer specifying the offset at which
664 int32_t *parsePos /* 0 = start */,
677 * @param parsePos If not NULL, on input a pointer to an integer specifying the offset at which
697 int32_t *parsePos /* 0 = start */,
708 * @param parsePos a pointer to an offset index into text at which to
709 * 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);
    [all...]
  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/i18n/
unum.cpp 325 int32_t *parsePos /* 0 = start */,
334 if(parsePos != 0)
335 pp.setIndex(*parsePos);
341 if(parsePos != 0) {
342 *parsePos = pp.getErrorIndex();
344 } else if(parsePos != 0) {
345 *parsePos = pp.getIndex();
353 int32_t *parsePos /* 0 = start */,
357 parseRes(res, fmt, text, textLength, parsePos, status);
365 int32_t *parsePos /* 0 = start */
    [all...]
udat.cpp 19 #include "unicode/parsepos.h"
244 int32_t *parsePos,
254 if(parsePos == NULL) {
255 parsePos = &stackParsePos;
258 pp.setIndex(*parsePos);
263 *parsePos = pp.getIndex();
265 *parsePos = pp.getErrorIndex();
277 int32_t *parsePos,
285 if(parsePos != 0)
286 pp.setIndex(*parsePos);
    [all...]
smpdtfmt.cpp     [all...]
  /external/icu/icu4c/source/i18n/unicode/
unum.h 610 * @param parsePos If not NULL, on input a pointer to an integer specifying the offset at which
625 int32_t *parsePos /* 0 = start */,
634 * @param parsePos If not NULL, on input a pointer to an integer specifying the offset at which
649 int32_t *parsePos /* 0 = start */,
658 * @param parsePos If not NULL, on input a pointer to an integer specifying the offset at which
673 int32_t *parsePos /* 0 = start */,
686 * @param parsePos If not NULL, on input a pointer to an integer specifying the offset at which
706 int32_t *parsePos /* 0 = start */,
717 * @param parsePos a pointer to an offset index into text at which to
718 * 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);
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cnumtst.c 143 int32_t parsepos; local
311 parsepos=0;
313 d1=unum_parseDouble(cur_def, result, u_strlen(result), &parsepos, &status);
318 log_err("parse of '%s' failed. Parsepos=%d. The error is : %s\n", aescstrdup(result,u_strlen(result)),parsepos, myErrorName(status));
361 parsepos=0;
366 d1=unum_parseDoubleCurrency(cur_def, result, u_strlen(result), &parsepos, temp2, &status);
393 parsepos=0;
394 d1=unum_parseDouble(cur_def, temp1, resultlength, &parsepos, &status);
415 parsepos=0
1261 int32_t parsepos; local
1376 int32_t parsepos; local
    [all...]
cdattst.c 75 int32_t parsepos; local
220 parsepos=0;
223 d1=udat_parse(def, temp, u_strlen(temp), &parsepos, &status);
501 int32_t parsePos = 0;
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"
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cnumtst.c 149 int32_t parsepos; local
317 parsepos=0;
319 d1=unum_parseDouble(cur_def, result, u_strlen(result), &parsepos, &status);
324 log_err("parse of '%s' failed. Parsepos=%d. The error is : %s\n", aescstrdup(result,u_strlen(result)),parsepos, myErrorName(status));
367 parsepos=0;
372 d1=unum_parseDoubleCurrency(cur_def, result, u_strlen(result), &parsepos, temp2, &status);
399 parsepos=0;
400 d1=unum_parseDouble(cur_def, temp1, resultlength, &parsepos, &status);
421 parsepos=0
1264 int32_t parsepos; local
1379 int32_t parsepos; local
    [all...]
cdattst.c 75 int32_t parsepos; local
220 parsepos=0;
223 d1=udat_parse(def, temp, u_strlen(temp), &parsepos, &status);
501 int32_t parsePos = 0;
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"
    [all...]
  /libcore/luni/src/main/native/
libcore_icu_NativeDecimalFormat.cpp 316 int parsePos = env->CallIntMethod(position, gPP_getIndex, NULL);
317 if (parsePos < 0 || parsePos > env->GetStringLength(text)) {
322 ParsePosition pp(parsePos);
  /external/chromium_org/v8/tools/
tickprocessor.js 680 this.parsePos = 0;
689 this.parsePos = 0;
707 var lineEndPos = this.symbols[0].indexOf('\n', this.parsePos);
710 this.parsePos = 0;
714 var line = this.symbols[0].substring(this.parsePos, lineEndPos);
715 this.parsePos = lineEndPos + 1;
737 this.parsePos = 0;
751 this.parsePos = 0;
787 var lineEndPos = this.symbols.indexOf('\r\n', this.parsePos);
792 var line = this.symbols.substring(this.parsePos, lineEndPos)
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
numfmtst.cpp     [all...]
tmsgfmt.cpp 146 ParsePosition parsePos;
147 form->parse(buffer, result, parsePos);
    [all...]
  /external/icu/icu4c/source/test/intltest/
numfmtst.cpp     [all...]
tmsgfmt.cpp 146 ParsePosition parsePos;
147 form->parse(buffer, result, parsePos);
    [all...]
  /prebuilts/tools/common/m2/repository/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 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 523 milliseconds