/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/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/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/chromium_org/third_party/icu/source/i18n/unicode/ |
unum.h | 446 * @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 will point after the las [all...] |
udat.h | 109 * int32_t parsepos=0; 110 * UDate myDate = udat_parse(df, myString, u_strlen(myString), &parsepos, &status); 616 * @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, [all...] |
/external/icu4c/i18n/unicode/ |
unum.h | 554 * @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 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); 904 * @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 [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
unum.cpp | 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 */ [all...] |
udat.cpp | 19 #include "unicode/parsepos.h" 198 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); [all...] |
smpdtfmt.cpp | [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 | 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 | 293 int parsePos = env->CallIntMethod(position, gPP_getIndex, NULL); 294 if (parsePos < 0 || parsePos > env->GetStringLength(text)) { 299 ParsePosition pp(parsePos);
|
/external/chromium_org/v8/tools/ |
tickprocessor.js | 679 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, lineEndPos) [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cnumtst.c | 153 int32_t parsepos; local 321 parsepos=0; 322 d1=unum_parseDouble(cur_def, result, u_strlen(result), &parsepos, &status); 371 parsepos=0; 376 d1=unum_parseDoubleCurrency(cur_def, result, u_strlen(result), &parsepos, temp2, &status); 402 parsepos=0; 403 d1=unum_parseDouble(cur_def, temp1, resultlength, &parsepos, &status); 424 parsepos=0; 425 d1=unum_parseDouble(cur_def, temp1, u_strlen(temp1), &parsepos, &status); 435 parsepos=0 1090 int32_t parsepos; local 1205 int32_t parsepos; local [all...] |
/external/icu4c/test/intltest/ |
numfmtst.cpp | [all...] |
tmsgfmt.cpp | 145 ParsePosition parsePos; 146 form->parse(buffer, result, parsePos); [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
tmsgfmt.cpp | 139 ParsePosition parsePos; 140 form->parse(buffer, result, parsePos); [all...] |
numfmtst.cpp | [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 | |
/prebuilts/misc/common/icu4j/ |
icu4j.jar | |