Searched defs:ParsePosition (Results 1 - 9 of 9) sorted by relevance

/external/icu/icu4c/source/common/
H A Dparsepos.cpp14 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(ParsePosition)
16 ParsePosition::~ParsePosition() {}
18 ParsePosition *
19 ParsePosition::clone() const {
20 return new ParsePosition(*this);
/external/icu/icu4c/source/common/unicode/
H A Dparsepos.h32 * <code>ParsePosition</code> is a simple class used by <code>Format</code>
35 * classes requires a <code>ParsePosition</code> object as an argument.
39 * you can use the same <code>ParsePosition</code>, since the index parameter
42 * The ParsePosition class is not suitable for subclassing.
49 class U_COMMON_API ParsePosition : public UObject { class in inherits:UObject
55 ParsePosition() function in class:ParsePosition
62 * Create a new ParsePosition with the given initial index.
66 ParsePosition(int32_t newIndex) function in class:ParsePosition
77 ParsePosition(const ParsePosition function in class:ParsePosition
[all...]
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 126 milliseconds