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

  /external/icu4c/common/unicode/
strenum.h 38 * 'next' that you call. In general the StringEnumeration is
55 class U_COMMON_API StringEnumeration : public UObject {
61 virtual ~StringEnumeration();
64 * Clone this object, an instance of a subclass of StringEnumeration.
78 virtual StringEnumeration *clone() const;
194 virtual UBool operator==(const StringEnumeration& that)const;
202 virtual UBool operator!=(const StringEnumeration& that)const;
231 StringEnumeration();
urename.h     [all...]
  /external/icu4c/common/
ustrenum.cpp 23 // StringEnumeration implementation ---------------------------------------- ***
25 StringEnumeration::StringEnumeration()
29 StringEnumeration::~StringEnumeration() {
35 // StringEnumeration base class clone() default implementation, does not clone
36 StringEnumeration *
37 StringEnumeration::clone() const {
42 StringEnumeration::next(int32_t *resultLength, UErrorCode &status) {
60 StringEnumeration::unext(int32_t *resultLength, UErrorCode &status)
    [all...]
  /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...]

Completed in 564 milliseconds