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

1 2

  /external/icu/icu4c/source/i18n/unicode/
format.h 191 * Before calling, set parse_pos.index to the offset you want to
192 * start parsing at in the source. After calling, parse_pos.index
203 * parse_pos.index updated to 3 (just before the second space).
211 * parse method that does not take a parse_pos should set status
218 * @param parse_pos The position to start parsing at. Upon return
227 ParsePosition& parse_pos) const = 0;
selfmt.h 310 * Before calling, set parse_pos.index to the offset you want to start
311 * parsing at in the source. After calling, parse_pos.index is the end of
322 * @param parse_pos The position to start parsing at. Upon return
331 ParsePosition& parse_pos) const;
dtitvfmt.h 465 * Before calling, set parse_pos.index to the offset you want to start
466 * parsing at in the source. After calling, parse_pos.index is the end of
477 * @param parse_pos The position to start parsing at. Since no parsing
486 ParsePosition& parse_pos) const;
    [all...]
plurfmt.h 485 * Before calling, set parse_pos.index to the offset you want to start
486 * parsing at in the source. After calling, parse_pos.index is the end of
497 * @param parse_pos The position to start parsing at. Upon return
506 ParsePosition& parse_pos) const;
datefmt.h 490 * Before calling, set parse_pos.index to the offset you want to start
491 * parsing at in the source. After calling, parse_pos.index is the end of
502 * @param parse_pos The position to start parsing at. Upon return
511 ParsePosition& parse_pos) const;
    [all...]
numfmt.h 315 * Before calling, set parse_pos.index to the offset you want to
316 * start parsing at in the source. After calling, parse_pos.index
318 * an error occurs, parse_pos.index is unchanged.
328 * @param parse_pos The position to start parsing at. Upon return
340 ParsePosition& parse_pos) const;
    [all...]
tzfmt.h 644 * @param parse_pos The position to start parsing at. Upon return this param is set to the position after the
651 virtual void parseObject(const UnicodeString& source, Formattable& result, ParsePosition& parse_pos) const;
    [all...]
  /external/icu/icu4c/source/test/intltest/
tchcfmt.cpp 48 ParsePosition parse_pos; local
67 //form->parse(res1, f, parse_pos);
420 ParsePosition parse_pos = 0; local
423 form_pat.parse( parsetext, result, parse_pos );
  /external/icu/icu4c/source/i18n/
numfmt.cpp 677 ParsePosition& parse_pos) const
679 parse(source, result, parse_pos);
    [all...]
tzfmt.cpp     [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvparser.h 1105 long long& parse_pos, long& parse_len);
  /external/libvpx/libwebm/mkvparser/
mkvparser.h 1072 long long& parse_pos, long& parse_len);
  /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...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
core.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 352 milliseconds

1 2