Searched refs:parse_pos (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dformat.h189 * Before calling, set parse_pos.index to the offset you want to
190 * start parsing at in the source. After calling, parse_pos.index
201 * parse_pos.index updated to 3 (just before the second space).
209 * parse method that does not take a parse_pos should set status
216 * @param parse_pos The position to start parsing at. Upon return
225 ParsePosition& parse_pos) const = 0;
H A Dselfmt.h308 * Before calling, set parse_pos.index to the offset you want to start
309 * parsing at in the source. After calling, parse_pos.index is the end of
320 * @param parse_pos The position to start parsing at. Upon return
329 ParsePosition& parse_pos) const;
H A Ddtitvfmt.h452 * Before calling, set parse_pos.index to the offset you want to start
453 * parsing at in the source. After calling, parse_pos.index is the end of
464 * @param parse_pos The position to start parsing at. Since no parsing
473 ParsePosition& parse_pos) const;
H A Dplurfmt.h482 * Before calling, set parse_pos.index to the offset you want to start
483 * parsing at in the source. After calling, parse_pos.index is the end of
494 * @param parse_pos The position to start parsing at. Upon return
503 ParsePosition& parse_pos) const;
H A Ddatefmt.h487 * Before calling, set parse_pos.index to the offset you want to start
488 * parsing at in the source. After calling, parse_pos.index is the end of
499 * @param parse_pos The position to start parsing at. Upon return
508 ParsePosition& parse_pos) const;
H A Dnumfmt.h283 * Before calling, set parse_pos.index to the offset you want to
284 * start parsing at in the source. After calling, parse_pos.index
286 * an error occurs, parse_pos.index is unchanged.
296 * @param parse_pos The position to start parsing at. Upon return
308 ParsePosition& parse_pos) const;
H A Dtzfmt.h642 * @param parse_pos The position to start parsing at. Upon return this param is set to the position after the
649 virtual void parseObject(const UnicodeString& source, Formattable& result, ParsePosition& parse_pos) const;
/external/icu/icu4c/source/i18n/unicode/
H A Dformat.h189 * Before calling, set parse_pos.index to the offset you want to
190 * start parsing at in the source. After calling, parse_pos.index
201 * parse_pos.index updated to 3 (just before the second space).
209 * parse method that does not take a parse_pos should set status
216 * @param parse_pos The position to start parsing at. Upon return
225 ParsePosition& parse_pos) const = 0;
H A Dselfmt.h308 * Before calling, set parse_pos.index to the offset you want to start
309 * parsing at in the source. After calling, parse_pos.index is the end of
320 * @param parse_pos The position to start parsing at. Upon return
329 ParsePosition& parse_pos) const;
H A Ddtitvfmt.h452 * Before calling, set parse_pos.index to the offset you want to start
453 * parsing at in the source. After calling, parse_pos.index is the end of
464 * @param parse_pos The position to start parsing at. Since no parsing
473 ParsePosition& parse_pos) const;
H A Dplurfmt.h482 * Before calling, set parse_pos.index to the offset you want to start
483 * parsing at in the source. After calling, parse_pos.index is the end of
494 * @param parse_pos The position to start parsing at. Upon return
503 ParsePosition& parse_pos) const;
H A Ddatefmt.h488 * Before calling, set parse_pos.index to the offset you want to start
489 * parsing at in the source. After calling, parse_pos.index is the end of
500 * @param parse_pos The position to start parsing at. Upon return
509 ParsePosition& parse_pos) const;
H A Dnumfmt.h286 * Before calling, set parse_pos.index to the offset you want to
287 * start parsing at in the source. After calling, parse_pos.index
289 * an error occurs, parse_pos.index is unchanged.
299 * @param parse_pos The position to start parsing at. Upon return
311 ParsePosition& parse_pos) const;
H A Dtzfmt.h633 * @param parse_pos The position to start parsing at. Upon return this param is set to the position after the
640 virtual void parseObject(const UnicodeString& source, Formattable& result, ParsePosition& parse_pos) const;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtchcfmt.cpp47 ParsePosition parse_pos; local
66 //form->parse(res1, f, parse_pos);
419 ParsePosition parse_pos = 0; local
422 form_pat.parse( parsetext, result, parse_pos );
/external/icu/icu4c/source/test/intltest/
H A Dtchcfmt.cpp47 ParsePosition parse_pos; local
66 //form->parse(res1, f, parse_pos);
419 ParsePosition parse_pos = 0; local
422 form_pat.parse( parsetext, result, parse_pos );
/external/chromium_org/third_party/icu/source/i18n/
H A Dnumfmt.cpp648 ParsePosition& parse_pos) const
650 parse(source, result, parse_pos);
H A Dtzfmt.cpp1243 ParsePosition& parse_pos) const {
1244 result.adoptObject(parse(UTZFMT_STYLE_GENERIC_LOCATION, source, parse_pos, UTZFMT_PARSE_OPTION_ALL_STYLES));
/external/icu/icu4c/source/i18n/
H A Dnumfmt.cpp675 ParsePosition& parse_pos) const
677 parse(source, result, parse_pos);
H A Dtzfmt.cpp1243 ParsePosition& parse_pos) const {
1244 result.adoptObject(parse(UTZFMT_STYLE_GENERIC_LOCATION, source, parse_pos, UTZFMT_PARSE_OPTION_ALL_STYLES));
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvparser.hpp906 long long& parse_pos, long& parse_len);
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.hpp1034 long long& parse_pos,
/external/libvpx/libwebm/
H A Dmkvparser.hpp906 long long& parse_pos, long& parse_len);
/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 286 milliseconds