HomeSort by relevance Sort by last modified time
    Searched defs:ParsePosition (Results 1 - 17 of 17) sorted by null

  /external/icu4c/common/
parsepos.cpp 12 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(ParsePosition)
14 ParsePosition::~ParsePosition() {}
16 ParsePosition *
17 ParsePosition::clone() const {
18 return new ParsePosition(*this);
  /external/icu4c/common/unicode/
parsepos.h 30 * <code>ParsePosition</code> is a simple class used by <code>Format</code>
33 * classes requires a <code>ParsePosition</code> object as an argument.
37 * you can use the same <code>ParsePosition</code>, since the index parameter
40 * The ParsePosition class is not suitable for subclassing.
47 class U_COMMON_API ParsePosition : public UObject {
53 ParsePosition()
60 * Create a new ParsePosition with the given initial index.
64 ParsePosition(int32_t newIndex)
75 ParsePosition(const ParsePosition& copy
    [all...]
urename.h     [all...]
  /libcore/luni/src/main/java/java/text/
ParsePosition.java 25 public class ParsePosition {
30 * Constructs a new {@code ParsePosition} with the specified index.
35 public ParsePosition(int index) {
40 * Compares the specified object to this {@code ParsePosition} and indicates
42 * instance of {@code ParsePosition} and it must have the same index and
48 * {@code ParsePosition}; {@code false} otherwise.
53 if (!(object instanceof ParsePosition)) {
56 ParsePosition pos = (ParsePosition) object;
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h     [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 482 milliseconds