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

  /external/icu4c/common/
servls.cpp 58 ICULocaleService::get(const Locale& locale, Locale* actualReturn, UErrorCode& status) const
60 return get(locale, LocaleKey::KIND_ANY, actualReturn, status);
64 ICULocaleService::get(const Locale& locale, int32_t kind, Locale* actualReturn, UErrorCode& status) const
77 if (actualReturn == NULL) {
85 LocaleUtility::initLocaleFromName(temp, *actualReturn);
serv.h 600 * @param actualReturn a pointer to a UnicodeString to hold the matched descriptor, or NULL.
604 UObject* get(const UnicodeString& descriptor, UnicodeString* actualReturn, UErrorCode& status) const;
616 * <p>Given a key, return a service object, and, if actualReturn
618 * first element of actualReturn. If no service object matches
619 * this key, returns NULL and leaves actualReturn unchanged.</p>
633 * @param actualReturn a pointer to a UnicodeString to hold the matched descriptor, or NULL.
637 virtual UObject* getKey(ICUServiceKey& key, UnicodeString* actualReturn, UErrorCode& status) const;
646 * @param actualReturn a pointer to a UnicodeString to hold the matched descriptor, or NULL.
651 UObject* getKey(ICUServiceKey& key, UnicodeString* actualReturn, const ICUServiceFactory* factory, UErrorCode& status) const;
    [all...]
servloc.h 453 UObject* get(const UnicodeString& descriptor, UnicodeString* actualReturn, UErrorCode& status) const {
454 return ICUService::get(descriptor, actualReturn, status);
461 * actualReturn.
467 * get(Locale, int, Locale[]) with a null actualReturn.
475 UObject* get(const Locale& locale, Locale* actualReturn, UErrorCode& status) const;
480 * if actualReturn is not null, returns the actualResult from
483 UObject* get(const Locale& locale, int32_t kind, Locale* actualReturn, UErrorCode& status) const;
serv.cpp 369 ICUService::get(const UnicodeString& descriptor, UnicodeString* actualReturn, UErrorCode& status) const
374 result = getKey(*key, actualReturn, status);
390 ICUService::getKey(ICUServiceKey& key, UnicodeString* actualReturn, UErrorCode& status) const
392 return getKey(key, actualReturn, NULL, status);
423 ICUService::getKey(ICUServiceKey& key, UnicodeString* actualReturn, const ICUServiceFactory* factory, UErrorCode& status) const
430 return handleDefault(key, actualReturn, status);
563 if (actualReturn != NULL) {
566 actualReturn->remove();
567 actualReturn->append(result->actualDescriptor,
571 *actualReturn = result->actualDescriptor
    [all...]
  /external/icu4c/i18n/
coll.cpp 163 virtual UObject* getKey(ICUServiceKey& key, UnicodeString* actualReturn, UErrorCode& status) const {
165 if (actualReturn == NULL) {
166 actualReturn = &ar;
168 Collator* result = (Collator*)ICULocaleService::getKey(key, actualReturn, status);
169 // Ugly Hack Alert! If the actualReturn length is zero, this
175 if (result && actualReturn->length() > 0) {
180 LocaleUtility::initLocaleFromName(*actualReturn, currentLocale);
  /external/icu4c/test/intltest/
icusvtst.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 419 milliseconds