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

  /frameworks/base/tools/localize/
Configuration.h 35 bool split_locale(const string& in, string* language, string* region);
Configuration.cpp 50 split_locale(const string& in, string* language, string* region) function
file_utils.cpp 78 else if (!split_locale(locale, &language, &region)) {
localize.cpp 663 if (!split_locale(targetLocale, &language, &region)) {

Completed in 41 milliseconds