Searched refs:nSym (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/unotools/source/i18n/ |
| H A D | localedatawrapper.cxx | 796 xub_StrLen& nNum, xub_StrLen& nBlank, xub_StrLen& nSym ) in scanCurrFormatImpl() argument 798 nSign = nPar = nNum = nBlank = nSym = STRING_NOTFOUND; in scanCurrFormatImpl() 840 && nSym != STRING_NOTFOUND && p < pStop-1 && *(p+1) == ' ' ) in scanCurrFormatImpl() 845 if ( nSym == STRING_NOTFOUND && nInSection && *(p-1) == '[' ) in scanCurrFormatImpl() 847 nSym = (xub_StrLen)(p - pStr + 1); in scanCurrFormatImpl() 857 …if ( !nInSection && nSym == STRING_NOTFOUND && rCode.Equals( aCurrSymbol, (xub_StrLen)(p-pStr), aC… in scanCurrFormatImpl() 859 nSym = (xub_StrLen)(p - pStr); in scanCurrFormatImpl() 925 xub_StrLen nSign, nPar, nNum, nBlank, nSym; in getCurrFormatsImpl() local 929 scanCurrFormatImpl( pFormatArr[nElem].Code, 0, nSign, nPar, nNum, nBlank, nSym ); in getCurrFormatsImpl() 930 if (areChecksEnabled() && (nNum == STRING_NOTFOUND || nSym == STRING_NOTFOUND)) in getCurrFormatsImpl() [all …]
|
| /AOO41X/main/i18npool/source/localedata/data/ |
| H A D | currency-check.awk | 322 for ( nSym=0; nSym<nCurrencies; ++nSym ) 324 if ( format == Symbols[nSym] ) 329 if ( SymbolCompati[nSym] )
|
| /AOO41X/main/unotools/inc/unotools/ |
| H A D | localedatawrapper.hxx | 110 xub_StrLen& nBlank, xub_StrLen& nSym );
|