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

  /external/icu4c/i18n/unicode/
format.h 189 * 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;
selfmt.h 308 * 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;
plurfmt.h 444 * Before calling, set parse_pos.index to the offset you want to start
445 * parsing at in the source. After calling, parse_pos.index is the end of
456 * @param parse_pos The position to start parsing at. Upon return
465 ParsePosition& parse_pos) const;
dtitvfmt.h 442 * Before calling, set parse_pos.index to the offset you want to start
443 * parsing at in the source. After calling, parse_pos.index is the end of
454 * @param parse_pos The position to start parsing at. Since no parsing
463 ParsePosition& parse_pos) const;
    [all...]
datefmt.h 458 * Before calling, set parse_pos.index to the offset you want to start
459 * parsing at in the source. After calling, parse_pos.index is the end of
470 * @param parse_pos The position to start parsing at. Upon return
482 ParsePosition& parse_pos) const;
numfmt.h 264 * Before calling, set parse_pos.index to the offset you want to
265 * start parsing at in the source. After calling, parse_pos.index
267 * an error occurs, parse_pos.index is unchanged.
277 * @param parse_pos The position to start parsing at. Upon return
289 ParsePosition& parse_pos) const;
    [all...]
  /external/icu4c/test/intltest/
tchcfmt.cpp 47 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/libvpx/mkvparser/
mkvparser.hpp 851 long long& parse_pos,
  /external/icu4c/i18n/
numfmt.cpp 571 ParsePosition& parse_pos) const
573 parse(source, result, parse_pos);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 358 milliseconds