/external/icu/icu4c/source/i18n/ |
D | unum.cpp | 365 int32_t *parsePos /* 0 = start */, in parseRes() 393 int32_t *parsePos /* 0 = start */, in unum_parse() 405 int32_t *parsePos /* 0 = start */, in unum_parseInt64() 417 int32_t *parsePos /* 0 = start */, in unum_parseDouble() 429 int32_t *parsePos /* 0 = start */, in unum_parseDecimal() 462 int32_t* parsePos, /* 0 = start */ in unum_parseDoubleCurrency() 901 int32_t* parsePos, /* 0 = start */ in unum_parseToUFormattable()
|
D | udat.cpp | 347 int32_t *parsePos, in udat_parse() 380 int32_t *parsePos, in udat_parseCalendar()
|
/external/icu/icu4c/source/io/ |
D | uscanf_p.cpp | 438 int32_t parsePos = 0; in u_scanf_double_handler() local 506 int32_t parsePos = 0; in u_scanf_scientific_handler() local 608 int32_t scientificParsePos = 0, genericParsePos = 0, parsePos = 0; in u_scanf_scidbl_handler() local 699 int32_t parsePos = 0; in u_scanf_integer_handler() local 775 int32_t parsePos = 0; in u_scanf_percent_handler() local 1008 int32_t parsePos = 0; in u_scanf_spellout_handler() local
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/ |
D | SimpleDateFormat.java | 348 public void parse(String text, Calendar cal, ParsePosition parsePos) in parse()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cdattst.c | 518 int32_t parsePos = 0; in TestRelativeDateFormat() local 964 int32_t parsePos = 0; in TestCalendarDateParse() local
|
D | cnumtst.c | 849 int32_t parsePos = 0; /* Output parameter for Parse operations. */ in TestNumberFormat() local 1071 int32_t parsePos; in TestParseCurrency() local
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | TestMessageFormat.java | 108 ParsePosition parsePos = new ParsePosition(0); in TestBug3() local
|
D | NumberFormatTest.java | 925 ParsePosition parsePos = new ParsePosition(0); in TestParseCurrency() local 3709 ParsePosition parsePos = new ParsePosition(0); in TestExponentParse() local
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | TestMessageFormat.java | 105 ParsePosition parsePos = new ParsePosition(0); in TestBug3() local
|
D | NumberFormatTest.java | 922 ParsePosition parsePos = new ParsePosition(0); in TestParseCurrency() local 3706 ParsePosition parsePos = new ParsePosition(0); in TestExponentParse() local
|
/external/icu/icu4c/source/test/intltest/ |
D | tmsgfmt.cpp | 150 ParsePosition parsePos; in testBug3() local
|
D | numfmtst.cpp | 6415 ParsePosition parsePos; in TestParseCurrencyInUCurr() local 6432 ParsePosition parsePos; in TestParseCurrencyInUCurr() local 6821 ParsePosition parsePos(0); in TestExponentParse() local
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 1426 …onst UDateFormat * format, const UChar * text, int32_t textLength, int32_t * parsePos, UErrorCode … in udat_parse_android() 1429 …mat, UCalendar * calendar, const UChar * text, int32_t textLength, int32_t * parsePos, UErrorCode … in udat_parseCalendar_android() 2061 …const UNumberFormat * fmt, const UChar * text, int32_t textLength, int32_t * parsePos, UErrorCode … in unum_parse_android() 2064 …const UNumberFormat * fmt, const UChar * text, int32_t textLength, int32_t * parsePos, char * outB… in unum_parseDecimal_android() 2067 …const UNumberFormat * fmt, const UChar * text, int32_t textLength, int32_t * parsePos, UErrorCode … in unum_parseDouble_android() 2070 …const UNumberFormat * fmt, const UChar * text, int32_t textLength, int32_t * parsePos, UChar * cur… in unum_parseDoubleCurrency_android() 2073 …const UNumberFormat * fmt, const UChar * text, int32_t textLength, int32_t * parsePos, UErrorCode … in unum_parseInt64_android() 2076 …mt, UFormattable * result, const UChar * text, int32_t textLength, int32_t * parsePos, UErrorCode … in unum_parseToUFormattable_android()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | SimpleDateFormat.java | 2353 public void parse(String text, Calendar cal, ParsePosition parsePos) in parse()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | SimpleDateFormat.java | 2340 public void parse(String text, Calendar cal, ParsePosition parsePos) in parse()
|