Searched refs:hyphen_pos (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/base/l10n/
H A Dl10n_util.cc316 const std::string::size_type hyphen_pos = locale.find('-'); local
317 return std::string(locale, 0, hyphen_pos);

Completed in 556 milliseconds