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

  /external/chromium_org/third_party/icu/source/common/
servls.cpp 62 ICULocaleService::get(const Locale& locale, Locale* actualReturn, UErrorCode& status) const
64 return get(locale, LocaleKey::KIND_ANY, actualReturn, status);
68 ICULocaleService::get(const Locale& locale, int32_t kind, Locale* actualReturn, UErrorCode& status) const
81 if (actualReturn == NULL) {
89 LocaleUtility::initLocaleFromName(temp, *actualReturn);
serv.h 605 * @param actualReturn a pointer to a UnicodeString to hold the matched descriptor, or NULL.
609 UObject* get(const UnicodeString& descriptor, UnicodeString* actualReturn, UErrorCode& status) const;
621 * <p>Given a key, return a service object, and, if actualReturn
623 * first element of actualReturn. If no service object matches
624 * this key, returns NULL and leaves actualReturn unchanged.</p>
638 * @param actualReturn a pointer to a UnicodeString to hold the matched descriptor, or NULL.
642 virtual UObject* getKey(ICUServiceKey& key, UnicodeString* actualReturn, UErrorCode& status) const;
651 * @param actualReturn a pointer to a UnicodeString to hold the matched descriptor, or NULL.
656 UObject* getKey(ICUServiceKey& key, UnicodeString* actualReturn, const ICUServiceFactory* factory, UErrorCode& status) const;
    [all...]
servloc.h 454 UObject* get(const UnicodeString& descriptor, UnicodeString* actualReturn, UErrorCode& status) const {
455 return ICUService::get(descriptor, actualReturn, status);
462 * actualReturn.
468 * get(Locale, int, Locale[]) with a null actualReturn.
476 UObject* get(const Locale& locale, Locale* actualReturn, UErrorCode& status) const;
481 * if actualReturn is not null, returns the actualResult from
484 UObject* get(const Locale& locale, int32_t kind, Locale* actualReturn, UErrorCode& status) const;
serv.cpp 372 ICUService::get(const UnicodeString& descriptor, UnicodeString* actualReturn, UErrorCode& status) const
377 result = getKey(*key, actualReturn, status);
393 ICUService::getKey(ICUServiceKey& key, UnicodeString* actualReturn, UErrorCode& status) const
395 return getKey(key, actualReturn, NULL, status);
426 ICUService::getKey(ICUServiceKey& key, UnicodeString* actualReturn, const ICUServiceFactory* factory, UErrorCode& status) const
433 return handleDefault(key, actualReturn, status);
566 if (actualReturn != NULL) {
569 actualReturn->remove();
570 actualReturn->append(result->actualDescriptor,
574 *actualReturn = result->actualDescriptor
    [all...]
  /external/icu4c/common/
servls.cpp 57 ICULocaleService::get(const Locale& locale, Locale* actualReturn, UErrorCode& status) const
59 return get(locale, LocaleKey::KIND_ANY, actualReturn, status);
63 ICULocaleService::get(const Locale& locale, int32_t kind, Locale* actualReturn, UErrorCode& status) const
76 if (actualReturn == NULL) {
84 LocaleUtility::initLocaleFromName(temp, *actualReturn);
serv.h 603 * @param actualReturn a pointer to a UnicodeString to hold the matched descriptor, or NULL.
607 UObject* get(const UnicodeString& descriptor, UnicodeString* actualReturn, UErrorCode& status) const;
619 * <p>Given a key, return a service object, and, if actualReturn
621 * first element of actualReturn. If no service object matches
622 * this key, returns NULL and leaves actualReturn unchanged.</p>
636 * @param actualReturn a pointer to a UnicodeString to hold the matched descriptor, or NULL.
640 virtual UObject* getKey(ICUServiceKey& key, UnicodeString* actualReturn, UErrorCode& status) const;
649 * @param actualReturn a pointer to a UnicodeString to hold the matched descriptor, or NULL.
654 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 373 ICUService::get(const UnicodeString& descriptor, UnicodeString* actualReturn, UErrorCode& status) const
378 result = getKey(*key, actualReturn, status);
394 ICUService::getKey(ICUServiceKey& key, UnicodeString* actualReturn, UErrorCode& status) const
396 return getKey(key, actualReturn, NULL, status);
427 ICUService::getKey(ICUServiceKey& key, UnicodeString* actualReturn, const ICUServiceFactory* factory, UErrorCode& status) const
434 return handleDefault(key, actualReturn, status);
567 if (actualReturn != NULL) {
570 actualReturn->remove();
571 actualReturn->append(result->actualDescriptor,
575 *actualReturn = result->actualDescriptor
    [all...]
  /external/chromium_org/third_party/icu/source/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/i18n/
coll.cpp 170 virtual UObject* getKey(ICUServiceKey& key, UnicodeString* actualReturn, UErrorCode& status) const {
172 if (actualReturn == NULL) {
173 actualReturn = &ar;
175 Collator* result = (Collator*)ICULocaleService::getKey(key, actualReturn, status);
176 // Ugly Hack Alert! If the actualReturn length is zero, this
182 if (result && actualReturn->length() > 0) {
187 LocaleUtility::initLocaleFromName(*actualReturn, currentLocale);
  /external/chromium_org/third_party/icu/source/test/intltest/
icusvtst.cpp     [all...]
  /external/icu4c/test/intltest/
icusvtst.cpp     [all...]
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 756 milliseconds