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

  /external/chromium_org/third_party/icu/source/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 309 * Before calling, set parse_pos.index to the offset you want to start
310 * parsing at in the source. After calling, parse_pos.index is the end of
321 * @param parse_pos The position to start parsing at. Upon return
330 ParsePosition& parse_pos) const;
plurfmt.h 476 * Before calling, set parse_pos.index to the offset you want to start
477 * parsing at in the source. After calling, parse_pos.index is the end of
488 * @param parse_pos The position to start parsing at. Upon return
497 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 286 * 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;
    [all...]
  /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 483 * Before calling, set parse_pos.index to the offset you want to start
484 * parsing at in the source. After calling, parse_pos.index is the end of
495 * @param parse_pos The position to start parsing at. Upon return
504 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 493 * Before calling, set parse_pos.index to the offset you want to start
494 * parsing at in the source. After calling, parse_pos.index is the end of
505 * @param parse_pos The position to start parsing at. Upon return
514 ParsePosition& parse_pos) const;
    [all...]
numfmt.h 283 * 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;
    [all...]
tzfmt.h 645 * @param parse_pos The position to start parsing at. Upon return this param is set to the position after the
652 virtual void parseObject(const UnicodeString& source, Formattable& result, ParsePosition& parse_pos) const;
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tchcfmt.cpp 47 ParsePosition parse_pos; local
66 //form->parse(res1, f, parse_pos);
407 ParsePosition parse_pos = 0; local
410 form_pat.parse( parsetext, result, parse_pos );
  /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/libwebm/
mkvparser.hpp 851 long long& parse_pos,
  /external/chromium_org/third_party/icu/source/i18n/
numfmt.cpp 540 ParsePosition& parse_pos) const
542 parse(source, result, parse_pos);
    [all...]
  /external/icu4c/i18n/
numfmt.cpp 612 ParsePosition& parse_pos) const
614 parse(source, result, parse_pos);
    [all...]
tzfmt.cpp     [all...]
  /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 5103 milliseconds