Home
last modified time | relevance | path

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

/aoo41x/main/shell/source/backends/localebe/
H A Dlocalebackend.cxx68 rtl::OUStringBuffer aLocaleBuffer; in ImplGetLocale() local
71 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() local
165 OUStringBufferAppendCFString(aLocaleBuffer, lang); in ImplGetLocale()
171 aLocaleBuffer.appendAscii("-"); in ImplGetLocale()
173 OUStringBufferAppendCFString(aLocaleBuffer, country); in ImplGetLocale()
[all …]

Completed in 15 milliseconds