Searched refs:aLocaleBuffer (Results 1 – 1 of 1) sorted by relevance
68 rtl::OUStringBuffer aLocaleBuffer; in ImplGetLocale() local71 aLocaleBuffer.appendAscii(locale, uscore++ - locale); in ImplGetLocale()72 aLocaleBuffer.appendAscii("-"); in ImplGetLocale()73 aLocaleBuffer.appendAscii(uscore, cp - uscore); in ImplGetLocale()77 aLocaleBuffer.appendAscii(locale, cp - locale); in ImplGetLocale()80 return aLocaleBuffer.makeStringAndClear(); in ImplGetLocale()150 rtl::OUStringBuffer aLocaleBuffer; in ImplGetLocale() local165 OUStringBufferAppendCFString(aLocaleBuffer, lang); in ImplGetLocale()171 aLocaleBuffer.appendAscii("-"); in ImplGetLocale()173 OUStringBufferAppendCFString(aLocaleBuffer, country); in ImplGetLocale()[all …]
Completed in 17 milliseconds