Lines Matching refs:under
261 static const sal_Unicode under = sal_Unicode('_'); variable
381 bool bFallback = (localeName.indexOf( under) < 0); in getFunctionSymbolByName()
391 …aFallback = aBuf.append(aFbLocale.Language).append( under).append(aFbLocale.Country).makeStringAnd… in getFunctionSymbolByName()
417 aBuf.appendAscii( pFunction).append( under). in getFunctionSymbolByName()
444 aBuf.appendAscii(pFunction).append(under). in getFunctionSymbolByName()
469 OUString language = name.getToken(0, under, index); in getCalendarItemByName()
470 OUString country = name.getToken(0, under, index); in getCalendarItemByName()
479 const OUString& id = name.getToken(0, under, index); in getCalendarItemByName()
1301 return cachedItem->module->getFunctionSymbol(aBuf.appendAscii(pFunction).append(under). in getFunctionSymbol()
1318 …(pSymbol = rLookupTable.getFunctionSymbolByName(aBuf.append(rLocale.Language).append(under).append( in getFunctionSymbol()
1319 …rLocale.Country).append(under).append(rLocale.Variant).makeStringAndClear(), pFunction, &pCachedIt… in getFunctionSymbol()
1322 …(pSymbol = rLookupTable.getFunctionSymbolByName(aBuf.append(rLocale.Language).append(under).append( in getFunctionSymbol()
1328 …rLookupTable.getFunctionSymbolByName(aBuf.append(rLocale.Language).append(under).append(tw).makeSt… in getFunctionSymbol()
1362 lang::Locale tmpLocale(name.getToken(0, under, index), empStr, empStr); in getAllInstalledLocaleNames()
1364 tmpLocale.Country = name.getToken(0, under, index); in getAllInstalledLocaleNames()
1366 tmpLocale.Variant = name.getToken(0, under, index); in getAllInstalledLocaleNames()