Home
last modified time | relevance | path

Searched defs:TryCreateComponent (Results 1 – 2 of 2) sorted by relevance

/dports/www/firefox/firefox-99.0/intl/locale/
H A DLocaleService.h182 static Result<UniquePtr<T>, ICUError> TryCreateComponent(Args... args) { in TryCreateComponent() function
/dports/www/firefox/firefox-99.0/intl/locale/tests/gtest/
H A DTestLocaleService.cpp152 TEST(Intl_Locale_LocaleService, TryCreateComponent) in TEST() argument