Home
last modified time | relevance | path

Searched refs:icu_input (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
Dautofill_regexes.cc75 icu::UnicodeString icu_input(input.data(), input.length()); in MatchesPattern() local
76 matcher->reset(icu_input); in MatchesPattern()
Dform_structure.cc324 icu::UnicodeString icu_input(input.data(), input.length()); in StripDigitsIfRequired() local
325 matcher.reset(icu_input); in StripDigitsIfRequired()
/external/chromium_org/components/policy/core/browser/
Dbrowser_policy_connector.cc48 icu::UnicodeString icu_input(domain.data(), domain.length()); in MatchDomain() local
49 matcher.reset(icu_input); in MatchDomain()
/external/chromium_org/components/signin/core/browser/
Dsignin_manager.cc301 icu::UnicodeString icu_input(username16.data(), username16.length()); in IsUsernameAllowedByPolicy() local
302 matcher.reset(icu_input); in IsUsernameAllowedByPolicy()