/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/ |
H A D | BasicPeriodBuilderFactory.java | 342 ts = handleCreate(duration, referenceDate, inPast); in createWithReferenceDate() 367 protected abstract Period handleCreate(long duration, long referenceDate, in handleCreate() method in PeriodBuilderImpl 396 protected Period handleCreate(long duration, long referenceDate, in handleCreate() method in FixedUnitBuilder 425 protected Period handleCreate(long duration, long referenceDate, in handleCreate() method in SingleUnitBuilder 460 protected Period handleCreate(long duration, long referenceDate, in handleCreate() method in OneOrTwoUnitBuilder 511 protected Period handleCreate(long duration, long referenceDate, in handleCreate() method in MultiUnitBuilder
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/ |
H A D | BasicPeriodBuilderFactory.java | 343 ts = handleCreate(duration, referenceDate, inPast); in createWithReferenceDate() 368 protected abstract Period handleCreate(long duration, long referenceDate, in handleCreate() method in PeriodBuilderImpl 397 protected Period handleCreate(long duration, long referenceDate, in handleCreate() method in FixedUnitBuilder 426 protected Period handleCreate(long duration, long referenceDate, in handleCreate() method in SingleUnitBuilder 461 protected Period handleCreate(long duration, long referenceDate, in handleCreate() method in OneOrTwoUnitBuilder 512 protected Period handleCreate(long duration, long referenceDate, in handleCreate() method in MultiUnitBuilder
|
/third_party/icu/icu4c/source/common/ |
H A D | servlkf.cpp | 55 return handleCreate(loc, kind, service, status); in create() 108 LocaleKeyFactory::handleCreate(const Locale& /* loc */, in handleCreate() function in LocaleKeyFactory
|
H A D | servrbf.cpp | 55 ICUResourceBundleFactory::handleCreate(const Locale& loc, int32_t /* kind */, const ICUService* /* service */, UErrorCode& status) const in handleCreate() function in ICUResourceBundleFactory
|
H A D | servloc.h | 238 * kind off to handleCreate (which subclasses must implement). 263 virtual UObject* handleCreate(const Locale& loc, int32_t kind, const ICUService* service, UErrorCode& status) const; 366 * IDs. Subclasses then override handleCreate to create the actual service 403 virtual UObject* handleCreate(const Locale& loc, int32_t kind, const ICUService* service, UErrorCode& status) const override;
|
H A D | brkiter.cpp | 238 virtual UObject* handleCreate(const Locale& loc, int32_t kind, const ICUService* /*service*/, UErrorCode& status) const override {
|
/third_party/node/deps/icu-small/source/common/ |
H A D | servlkf.cpp | 55 return handleCreate(loc, kind, service, status); in create() 108 LocaleKeyFactory::handleCreate(const Locale& /* loc */, in handleCreate() function in LocaleKeyFactory
|
H A D | servrbf.cpp | 55 ICUResourceBundleFactory::handleCreate(const Locale& loc, int32_t /* kind */, const ICUService* /* service */, UErrorCode& status) const in handleCreate() function in ICUResourceBundleFactory
|
H A D | servloc.h | 238 * kind off to handleCreate (which subclasses must implement). 263 virtual UObject* handleCreate(const Locale& loc, int32_t kind, const ICUService* service, UErrorCode& status) const; 366 * IDs. Subclasses then override handleCreate to create the actual service 403 virtual UObject* handleCreate(const Locale& loc, int32_t kind, const ICUService* service, UErrorCode& status) const override;
|
H A D | brkiter.cpp | 244 virtual UObject* handleCreate(const Locale& loc, int32_t kind, const ICUService* /*service*/, UErrorCode& status) const override {
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | servlkf.cpp | 55 return handleCreate(loc, kind, service, status); in create() 108 LocaleKeyFactory::handleCreate(const Locale& /* loc */, in handleCreate() function in LocaleKeyFactory
|
H A D | servrbf.cpp | 55 ICUResourceBundleFactory::handleCreate(const Locale& loc, int32_t /* kind */, const ICUService* /* service */, UErrorCode& status) const in handleCreate() function in ICUResourceBundleFactory
|
H A D | servloc.h | 238 * kind off to handleCreate (which subclasses must implement). 263 virtual UObject* handleCreate(const Locale& loc, int32_t kind, const ICUService* service, UErrorCode& status) const; 366 * IDs. Subclasses then override handleCreate to create the actual service 403 virtual UObject* handleCreate(const Locale& loc, int32_t kind, const ICUService* service, UErrorCode& status) const;
|
H A D | brkiter.cpp | 237 virtual UObject* handleCreate(const Locale& loc, int32_t kind, const ICUService* /*service*/, UErrorCode& status) const { in handleCreate() function in ICUBreakIteratorFactory
|
/third_party/icu/tools/multi/proj/provider/glue/ |
H A D | cal_fe.cpp | 212 virtual UObject* handleCreate(const Locale &loc, int32_t kind, const ICUService* service, UErrorCode& status) const; 251 f = handleCreate(l, -1, service, status); 267 UObject* VersionCalendarFactory::handleCreate(const Locale &loc, int32_t kind, const ICUService* service, UErrorCode& status) const {
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
H A D | CollatorServiceShim.java | 75 public Object handleCreate(ULocale loc, int kind, ICUService srvc) { in registerFactory() 141 protected Object handleCreate(ULocale uloc, int kind, ICUService srvc) { in CService()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | CollatorServiceShim.java | 76 public Object handleCreate(ULocale loc, int kind, ICUService srvc) { in registerFactory() 142 protected Object handleCreate(ULocale uloc, int kind, ICUService srvc) { in CService()
|
H A D | NumberFormatServiceShim.java | 115 protected Object handleCreate(ULocale loc, int kind, ICUService srvc) { in NFService()
|
H A D | BreakIteratorFactory.java | 87 protected Object handleCreate(ULocale loc, int kind, ICUService srvc) { in BFService()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | CurrencyServiceShim.java | 64 protected Object handleCreate(ULocale loc, int kind, ICUService srvc) { in CFService()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | CurrencyServiceShim.java | 65 protected Object handleCreate(ULocale loc, int kind, ICUService srvc) { in CFService()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | ICULocaleService.java | 375 * kind off to handleCreate (which subclasses must implement). 384 return handleCreate(uloc, kind, service); in create() 437 protected Object handleCreate(ULocale loc, int kind, ICUService service) { in handleCreate() method in ICULocaleService.LocaleKeyFactory 545 * IDs. Subclasses then override handleCreate to create the actual service 592 protected Object handleCreate(ULocale loc, int kind, ICUService service) { in handleCreate() method in ICULocaleService.ICUResourceBundleFactory
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | ICULocaleService.java | 381 * kind off to handleCreate (which subclasses must implement). 390 return handleCreate(uloc, kind, service); in create() 443 protected Object handleCreate(ULocale loc, int kind, ICUService service) { in handleCreate() method in ICULocaleService.LocaleKeyFactory 552 * IDs. Subclasses then override handleCreate to create the actual service 600 protected Object handleCreate(ULocale loc, int kind, ICUService service) { in handleCreate() method in ICULocaleService.ICUResourceBundleFactory
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | NumberFormatServiceShim.java | 114 protected Object handleCreate(ULocale loc, int kind, ICUService srvc) { in NFService()
|
H A D | BreakIteratorFactory.java | 86 protected Object handleCreate(ULocale loc, int kind, ICUService srvc) { in BFService()
|