Lines Matching refs:under

263 static const sal_Unicode under = sal_Unicode('_');  variable
383 bool bFallback = (localeName.indexOf( under) < 0); in getFunctionSymbolByName()
393 …aFallback = aBuf.append(aFbLocale.Language).append( under).append(aFbLocale.Country).makeStringAnd… in getFunctionSymbolByName()
419 aBuf.appendAscii( pFunction).append( under). in getFunctionSymbolByName()
446 aBuf.appendAscii(pFunction).append(under). in getFunctionSymbolByName()
471 OUString language = name.getToken(0, under, index); in getCalendarItemByName()
472 OUString country = name.getToken(0, under, index); in getCalendarItemByName()
481 const OUString& id = name.getToken(0, under, index); in getCalendarItemByName()
1303 return cachedItem->module->getFunctionSymbol(aBuf.appendAscii(pFunction).append(under). in getFunctionSymbol()
1320 …(pSymbol = rLookupTable.getFunctionSymbolByName(aBuf.append(rLocale.Language).append(under).append( in getFunctionSymbol()
1321 …rLocale.Country).append(under).append(rLocale.Variant).makeStringAndClear(), pFunction, &pCachedIt… in getFunctionSymbol()
1324 …(pSymbol = rLookupTable.getFunctionSymbolByName(aBuf.append(rLocale.Language).append(under).append( in getFunctionSymbol()
1330 …rLookupTable.getFunctionSymbolByName(aBuf.append(rLocale.Language).append(under).append(tw).makeSt… in getFunctionSymbol()
1364 lang::Locale tmpLocale(name.getToken(0, under, index), empStr, empStr); in getAllInstalledLocaleNames()
1366 tmpLocale.Country = name.getToken(0, under, index); in getAllInstalledLocaleNames()
1368 tmpLocale.Variant = name.getToken(0, under, index); in getAllInstalledLocaleNames()