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

  /external/chromium/third_party/icu/source/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/
parsepos.cpp 12 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(ParsePosition)
14 ParsePosition::~ParsePosition() {}
16 ParsePosition *
17 ParsePosition::clone() const {
18 return new ParsePosition(*this);
  /external/chromium/third_party/icu/public/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...]
  /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/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/WebKit/mac/icu/unicode/
urename.h     [all...]
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 506 milliseconds