Home | History | Annotate | Download | only in ftp

Lines Matching refs:Locale

119   const icu::Locale* locales =
122 // Some FTP servers localize the date listings. To guess the locale,
124 for (int32_t locale = 0; locale < locales_count; locale++) {
127 icu::DateFormatSymbols format_symbols(locales[locale], status);
129 // If we cannot get format symbols for some locale, it's not a fatal error.
138 // Loop over all abbreviated month names in given locale.
139 // An alternative solution (to parse |text| in given locale) is more
143 // ICU returns longer strings (for example for Russian locale), and in FTP