HomeSort by relevance Sort by last modified time
    Searched refs:ICUServiceKey (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/third_party/icu/source/common/
serv.h 39 class ICUServiceKey;
48 * ICUServiceKey
67 * <p>The default implementation of ICUServiceKey has no fallbacks and
70 class U_COMMON_API ICUServiceKey : public UObject {
84 ICUServiceKey(const UnicodeString& id);
89 virtual ~ICUServiceKey();
139 * @return TRUE if the ICUServiceKey changed to a valid fallback value.
145 * fallback to match, the canonical ID of this ICUServiceKey.</p>
148 * @return TRUE if this ICUServiceKey's canonical ID is a fallback of id.
220 * the service's getKey(ICUServiceKey, String[], ICUServiceFactory) metho
    [all...]
serv.cpp 25 const UChar ICUServiceKey::PREFIX_DELIMITER = 0x002F; /* '/' */
27 ICUServiceKey::ICUServiceKey(const UnicodeString& id)
31 ICUServiceKey::~ICUServiceKey()
36 ICUServiceKey::getID() const
42 ICUServiceKey::canonicalID(UnicodeString& result) const
48 ICUServiceKey::currentID(UnicodeString& result) const
54 ICUServiceKey::currentDescriptor(UnicodeString& result) const
62 ICUServiceKey::fallback()
    [all...]
servloc.h 64 class U_COMMON_API LocaleKey : public ICUServiceKey {
239 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const;
242 virtual UBool handlesKey(const ICUServiceKey& key, UErrorCode& status) const;
258 * Utility method used by create(ICUServiceKey, ICUService). Subclasses can implement
325 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const;
533 virtual ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const;
538 virtual ICUServiceKey* createKey(const UnicodeString* id, int32_t kind, UErrorCode& status) const;
servlkf.cpp 46 LocaleKeyFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const {
59 LocaleKeyFactory::handlesKey(const ICUServiceKey& key, UErrorCode& status) const {
servlk.cpp 55 : ICUServiceKey(primaryID)
161 ICUServiceKey::debug(result);
servslkf.cpp 63 SimpleLocaleKeyFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const
servls.cpp 79 ICUServiceKey* key = createKey(&locName, kind, status);
280 ICUServiceKey*
286 ICUServiceKey*
brkiter.cpp 246 virtual UObject* handleDefault(const ICUServiceKey& key, UnicodeString* /*actualID*/, UErrorCode& status) const {
  /external/icu/icu4c/source/common/
serv.h 39 class ICUServiceKey;
48 * ICUServiceKey
67 * <p>The default implementation of ICUServiceKey has no fallbacks and
70 class U_COMMON_API ICUServiceKey : public UObject {
84 ICUServiceKey(const UnicodeString& id);
89 virtual ~ICUServiceKey();
139 * @return TRUE if the ICUServiceKey changed to a valid fallback value.
145 * fallback to match, the canonical ID of this ICUServiceKey.</p>
148 * @return TRUE if this ICUServiceKey's canonical ID is a fallback of id.
221 * the service's getKey(ICUServiceKey, String[], ICUServiceFactory) metho
    [all...]
serv.cpp 25 const UChar ICUServiceKey::PREFIX_DELIMITER = 0x002F; /* '/' */
27 ICUServiceKey::ICUServiceKey(const UnicodeString& id)
31 ICUServiceKey::~ICUServiceKey()
36 ICUServiceKey::getID() const
42 ICUServiceKey::canonicalID(UnicodeString& result) const
48 ICUServiceKey::currentID(UnicodeString& result) const
54 ICUServiceKey::currentDescriptor(UnicodeString& result) const
62 ICUServiceKey::fallback()
    [all...]
servloc.h 64 class U_COMMON_API LocaleKey : public ICUServiceKey {
239 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const;
242 virtual UBool handlesKey(const ICUServiceKey& key, UErrorCode& status) const;
258 * Utility method used by create(ICUServiceKey, ICUService). Subclasses can implement
325 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const;
532 virtual ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const;
537 virtual ICUServiceKey* createKey(const UnicodeString* id, int32_t kind, UErrorCode& status) const;
servlkf.cpp 46 LocaleKeyFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const {
59 LocaleKeyFactory::handlesKey(const ICUServiceKey& key, UErrorCode& status) const {
servlk.cpp 55 : ICUServiceKey(primaryID)
161 ICUServiceKey::debug(result);
servslkf.cpp 63 SimpleLocaleKeyFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const
servls.cpp 74 ICUServiceKey* key = createKey(&locName, kind, status);
277 ICUServiceKey*
283 ICUServiceKey*
brkiter.cpp 251 virtual UObject* handleDefault(const ICUServiceKey& key, UnicodeString* /*actualID*/, UErrorCode& status) const {
  /external/chromium_org/third_party/icu/source/i18n/
coll.cpp 117 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const;
121 ICUCollatorFactory::create(const ICUServiceKey& key, const ICUService* /* service */, UErrorCode& status) const {
150 virtual UObject* handleDefault(const ICUServiceKey& key, UnicodeString* actualID, UErrorCode& status) const {
163 virtual UObject* getKey(ICUServiceKey& key, UnicodeString* actualReturn, UErrorCode& status) const {
640 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const;
656 CFactory::create(const ICUServiceKey& key, const ICUService* /* service */, UErrorCode& status) const
numfmt.cpp 746 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const
756 result = service->getKey((ICUServiceKey&)key /* cast away const */, NULL, this, status);
801 virtual UObject* handleDefault(const ICUServiceKey& key, UnicodeString* /* actualID */, UErrorCode& status) const {
    [all...]
calendar.cpp 374 virtual UObject* create(const ICUServiceKey& key, const ICUService* /*service*/, UErrorCode& status) const {
418 virtual UObject* create(const ICUServiceKey& key, const ICUService* /*service*/, UErrorCode& status) const {
459 virtual UObject* handleDefault(const ICUServiceKey& key, UnicodeString* /*actualID*/, UErrorCode& status) const {
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
icusvtst.cpp 113 ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const {
497 ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const {
519 virtual UObject* create(const ICUServiceKey& key, const ICUService* /* service */, UErrorCode& /* status */) const {
565 UObject* create(const ICUServiceKey& key, const ICUService* /* service */, UErrorCode& status) const {
    [all...]
  /external/icu/icu4c/source/test/intltest/
icusvtst.cpp 113 ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const {
497 ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const {
519 virtual UObject* create(const ICUServiceKey& key, const ICUService* /* service */, UErrorCode& /* status */) const {
565 UObject* create(const ICUServiceKey& key, const ICUService* /* service */, UErrorCode& status) const {
    [all...]
  /external/icu/icu4c/source/i18n/
coll.cpp 130 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const;
136 ICUCollatorFactory::create(const ICUServiceKey& key, const ICUService* /* service */, UErrorCode& status) const {
167 virtual UObject* handleDefault(const ICUServiceKey& key, UnicodeString* actualID, UErrorCode& status) const {
180 virtual UObject* getKey(ICUServiceKey& key, UnicodeString* actualReturn, UErrorCode& status) const {
714 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const;
736 CFactory::create(const ICUServiceKey& key, const ICUService* /* service */, UErrorCode& status) const
numfmt.cpp 888 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const
898 result = service->getKey((ICUServiceKey&)key /* cast away const */, NULL, this, status);
951 virtual UObject* handleDefault(const ICUServiceKey& key, UnicodeString* /* actualID */, UErrorCode& status) const {
    [all...]
calendar.cpp 413 virtual UObject* create(const ICUServiceKey& key, const ICUService* /*service*/, UErrorCode& status) const {
459 virtual UObject* create(const ICUServiceKey& key, const ICUService* /*service*/, UErrorCode& status) const {
504 virtual UObject* handleDefault(const ICUServiceKey& key, UnicodeString* /*actualID*/, UErrorCode& status) const {
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h     [all...]

Completed in 370 milliseconds