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
151 aLocaleBuffer.appendAscii("en-US"); // initialize with fallback value in ImplGetLocale()
162 aLocaleBuffer.setLength(0); // clear buffer which still contains fallback value in ImplGetLocale()
165 OUStringBufferAppendCFString(aLocaleBuffer, lang); in ImplGetLocale()
[all …]