Searched refs:StringEnumeration (Results 1 - 25 of 125) sorted by relevance

12345

/external/chromium/third_party/icu/public/common/unicode/
H A Dstrenum.h38 * 'next' that you call. In general the StringEnumeration is
55 class U_COMMON_API StringEnumeration : public UObject { class in inherits: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();
H A Duenum.h141 * Given a StringEnumeration, wrap it in a UEnumeration. The
142 * StringEnumeration is adopted; after this call, the caller must not
144 * @param adopted the C++ StringEnumeration to be wrapped in a UEnumeration.
146 * @return a UEnumeration wrapping the adopted StringEnumeration.
150 uenum_openFromStringEnumeration(U_NAMESPACE_QUALIFIER StringEnumeration* adopted, UErrorCode* ec);
/external/icu4c/common/unicode/
H A Dstrenum.h38 * 'next' that you call. In general the StringEnumeration is
55 class U_COMMON_API StringEnumeration : public UObject { class in inherits: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();
H A Duenum.h161 * Given a StringEnumeration, wrap it in a UEnumeration. The
162 * StringEnumeration is adopted; after this call, the caller must not
164 * @param adopted the C++ StringEnumeration to be wrapped in a UEnumeration.
166 * @return a UEnumeration wrapping the adopted StringEnumeration.
170 uenum_openFromStringEnumeration(U_NAMESPACE_QUALIFIER StringEnumeration* adopted, UErrorCode* ec);
/external/chromium/third_party/icu/source/test/intltest/
H A Dsvccoll.h21 class StringEnumeration;
33 StringEnumeration& iter,
/external/icu4c/test/intltest/
H A Dsvccoll.h21 class StringEnumeration;
33 StringEnumeration& iter,
/external/chromium/third_party/icu/source/common/
H A Dustrenum.cpp21 // StringEnumeration implementation ---------------------------------------- ***
23 StringEnumeration::StringEnumeration() function in class:StringEnumeration
27 StringEnumeration::~StringEnumeration() {
33 // StringEnumeration base class clone() default implementation, does not clone
34 StringEnumeration *
35 StringEnumeration::clone() const {
40 StringEnumeration::next(int32_t *resultLength, UErrorCode &status) {
58 StringEnumeration
[all...]
H A Dtriedict.h49 class StringEnumeration;
99 * <p>Return a StringEnumeration for iterating all the words in the dictionary.</p>
102 * @return A StringEnumeration that will iterate through the whole dictionary.
105 virtual StringEnumeration *openWords( UErrorCode &status ) const = 0;
195 * <p>Return a StringEnumeration for iterating all the words in the dictionary.</p>
198 * @return A StringEnumeration that will iterate through the whole dictionary.
201 virtual StringEnumeration *openWords( UErrorCode &status ) const;
342 * <p>Return a StringEnumeration for iterating all the words in the dictionary.</p>
345 * @return A StringEnumeration that will iterate through the whole dictionary.
348 virtual StringEnumeration *openWord
[all...]
H A Dustrenum.h30 * A wrapper to make a UEnumeration into a StringEnumeration. The
33 class U_COMMON_API UStringEnumeration : public StringEnumeration {
H A Dservls.cpp159 class ServiceEnumeration : public StringEnumeration {
209 virtual StringEnumeration *clone() const {
258 StringEnumeration*
/external/icu4c/common/
H A Dustrenum.cpp21 // StringEnumeration implementation ---------------------------------------- ***
23 StringEnumeration::StringEnumeration() function in class:StringEnumeration
27 StringEnumeration::~StringEnumeration() {
33 // StringEnumeration base class clone() default implementation, does not clone
34 StringEnumeration *
35 StringEnumeration::clone() const {
40 StringEnumeration::next(int32_t *resultLength, UErrorCode &status) {
58 StringEnumeration
[all...]
H A Dtriedict.h49 class StringEnumeration;
94 * <p>Return a StringEnumeration for iterating all the words in the dictionary.</p>
97 * @return A StringEnumeration that will iterate through the whole dictionary.
100 virtual StringEnumeration *openWords( UErrorCode &status ) const = 0;
167 * <p>Return a StringEnumeration for iterating all the words in the dictionary.</p>
170 * @return A StringEnumeration that will iterate through the whole dictionary.
173 virtual StringEnumeration *openWords( UErrorCode &status ) const;
298 * <p>Return a StringEnumeration for iterating all the words in the dictionary.</p>
301 * @return A StringEnumeration that will iterate through the whole dictionary.
304 virtual StringEnumeration *openWord
[all...]
H A Dustrenum.h30 * A wrapper to make a UEnumeration into a StringEnumeration. The
33 class U_COMMON_API UStringEnumeration : public StringEnumeration {
/external/chromium/third_party/icu/source/i18n/
H A Dmsgfmt_impl.h25 class FormatNameEnumeration : public StringEnumeration {
/external/icu4c/i18n/
H A Dmsgfmt_impl.h25 class FormatNameEnumeration : public StringEnumeration {
/external/chromium/third_party/icu/public/i18n/unicode/
H A Dtimezone.h45 class StringEnumeration;
156 static StringEnumeration* U_EXPORT2 createEnumeration();
175 static StringEnumeration* U_EXPORT2 createEnumeration(int32_t rawOffset);
187 static StringEnumeration* U_EXPORT2 createEnumeration(const char* country);
H A Dcoll.h67 class StringEnumeration;
629 * that returns a StringEnumeration.</p>
638 * Return a StringEnumeration over the locales available at the time of the call,
642 * @return a StringEnumeration over the locales available at the time of the call
645 static StringEnumeration* U_EXPORT2 getAvailableLocales(void);
656 static StringEnumeration* U_EXPORT2 getKeywords(UErrorCode& status);
669 static StringEnumeration* U_EXPORT2 getKeywordValues(const char *keyword, UErrorCode& status);
687 static StringEnumeration* U_EXPORT2 getKeywordValuesForLocale(const char* keyword, const Locale& locale,
H A Ddtptngen.h283 * @return StringEnumeration with the skeletons.
287 StringEnumeration* getSkeletons(UErrorCode& status) const;
302 * @return a StringEnumeration with the base skeletons.
306 StringEnumeration* getBaseSkeletons(UErrorCode& status) const;
316 * @return a StringEnumeration with the redundant pattern.
320 StringEnumeration* getRedundants(UErrorCode& status);
H A Dnumsys.h97 * Return a StringEnumeration over all the names of numbering systems known to ICU.
101 static StringEnumeration * U_EXPORT2 getAvailableNames(UErrorCode& status);
H A Dplurrule.h208 * @return StringEnumeration with the keywords.
212 StringEnumeration* getKeywords(UErrorCode& status) const;
/external/icu4c/i18n/unicode/
H A Dtimezone.h45 class StringEnumeration;
156 static StringEnumeration* U_EXPORT2 createEnumeration();
175 static StringEnumeration* U_EXPORT2 createEnumeration(int32_t rawOffset);
187 static StringEnumeration* U_EXPORT2 createEnumeration(const char* country);
H A Dcoll.h67 class StringEnumeration;
629 * that returns a StringEnumeration.</p>
638 * Return a StringEnumeration over the locales available at the time of the call,
642 * @return a StringEnumeration over the locales available at the time of the call
645 static StringEnumeration* U_EXPORT2 getAvailableLocales(void);
656 static StringEnumeration* U_EXPORT2 getKeywords(UErrorCode& status);
669 static StringEnumeration* U_EXPORT2 getKeywordValues(const char *keyword, UErrorCode& status);
687 static StringEnumeration* U_EXPORT2 getKeywordValuesForLocale(const char* keyword, const Locale& locale,
H A Ddtptngen.h334 * @return StringEnumeration with the skeletons.
338 StringEnumeration* getSkeletons(UErrorCode& status) const;
353 * @return a StringEnumeration with the base skeletons.
357 StringEnumeration* getBaseSkeletons(UErrorCode& status) const;
367 * @return a StringEnumeration with the redundant pattern.
371 StringEnumeration* getRedundants(UErrorCode& status);
H A Dnumsys.h97 * Return a StringEnumeration over all the names of numbering systems known to ICU.
101 static StringEnumeration * U_EXPORT2 getAvailableNames(UErrorCode& status);
H A Dplurrule.h208 * @return StringEnumeration with the keywords.
212 StringEnumeration* getKeywords(UErrorCode& status) const;

Completed in 380 milliseconds

12345