Home
last modified time | relevance | path

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

/external/libtextclassifier/native/utils/i18n/
Dlocale-list.h38 std::vector<StringPiece> GetLocaleTags() const { return split_locales_; } in GetLocaleTags()
46 split_locales_(split_locales), in LocaleList()
50 const std::vector<StringPiece> split_locales_; variable