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

  /external/icu/icu4c/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 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;
dtitvfmt.h 463 * Before calling, set parse_pos.index to the offset you want to start
464 * parsing at in the source. After calling, parse_pos.index is the end of
475 * @param parse_pos The position to start parsing at. Since no parsing
484 ParsePosition& parse_pos) const;
    [all...]
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;
datefmt.h 488 * 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;
    [all...]
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...]
tzfmt.h 642 * @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;
    [all...]
  /external/icu/icu4c/source/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 );
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.hpp 852 long long& parse_pos,
  /external/icu/icu4c/source/i18n/
numfmt.cpp 674 ParsePosition& parse_pos) const
676 parse(source, result, parse_pos);
    [all...]
tzfmt.cpp     [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.hpp 985 long long& parse_pos, long& parse_len);
  /external/libvpx/libwebm/mkvparser/
mkvparser.h 1072 long long& parse_pos, long& parse_len);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvparser.hpp 1034 long long& parse_pos,
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateIntervalFormat.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateIntervalFormat.java     [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 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 829 milliseconds