Home
last modified time | relevance | path

Searched refs:nInSection (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/unotools/source/i18n/
H A Dlocaledatawrapper.cxx802 int nInSection = 0; in scanCurrFormatImpl() local
820 if ( !nInSection && nSign == STRING_NOTFOUND ) in scanCurrFormatImpl()
824 if ( !nInSection && nPar == STRING_NOTFOUND ) in scanCurrFormatImpl()
829 if ( !nInSection && nNum == STRING_NOTFOUND ) in scanCurrFormatImpl()
833 nInSection++; in scanCurrFormatImpl()
836 if ( nInSection ) in scanCurrFormatImpl()
838 nInSection--; in scanCurrFormatImpl()
839 if ( !nInSection && nBlank == STRING_NOTFOUND in scanCurrFormatImpl()
845 if ( nSym == STRING_NOTFOUND && nInSection && *(p-1) == '[' ) in scanCurrFormatImpl()
853 if ( !nInSection ) in scanCurrFormatImpl()
[all …]

Completed in 19 milliseconds