Lines Matching refs:aLocaleBuffer
68 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()
171 aLocaleBuffer.appendAscii("-"); in ImplGetLocale()
173 OUStringBufferAppendCFString(aLocaleBuffer, country); in ImplGetLocale()
177 return aLocaleBuffer.makeStringAndClear(); in ImplGetLocale()