Searched refs:nErrorPos (Results 1 – 5 of 5) sorted by relevance
| /AOO42X/main/l10ntools/source/ |
| H A D | gsicheck.cxx | 394 sal_Bool GSIBlock::IsUTF8( const ByteString &aTestee, sal_Bool bFixTags, sal_uInt16 &nErrorPos, Byt… in IsUTF8() argument 398 …if ( STRING_MATCH != (nErrorPos = ByteString( aUTF8Tester, RTL_TEXTENCODING_UTF8 ).Match( aTestee … in IsUTF8() 400 aUTF8Tester = String( aTestee.GetBuffer(), nErrorPos, RTL_TEXTENCODING_UTF8 ); in IsUTF8() 401 nErrorPos = aUTF8Tester.Len(); in IsUTF8() 406 …nErrorPos = aUTF8Tester.SearchChar( String::CreateFromAscii( "\x01\x02\x03\x04\x05\x06\x07\x08\x09… in IsUTF8() 408 if ( nErrorPos != STRING_NOTFOUND ) in IsUTF8() 434 nErrorPos = nTagEnd+1; in IsUTF8() 445 nErrorPos = 1; in IsUTF8() 453 nErrorPos = 1; in IsUTF8() 461 nErrorPos = 1; in IsUTF8() [all …]
|
| /AOO42X/main/rsc/inc/ |
| H A D | rscpar.hxx | 39 sal_uInt32 nErrorPos; // Position des ersten Fehlers member in RscFileInst 80 sal_uInt32 GetErrorPos() { return nErrorPos; } in GetErrorPos()
|
| /AOO42X/main/xmloff/source/style/ |
| H A D | xmlnumfe.cxx | 1791 xub_StrLen nErrorPos; in ForceSystemLanguage() local 1806 nErrorPos, nType, nNewKey, in ForceSystemLanguage() 1810 if( nErrorPos == 0 ) in ForceSystemLanguage()
|
| /AOO42X/main/rsc/source/parser/ |
| H A D | rscpar.cxx | 233 nErrorPos = GetScanPos() -1; in SetError()
|
| /AOO42X/main/l10ntools/inc/ |
| H A D | gsicheck.hxx | 105 …sal_Bool IsUTF8( const ByteString &aTestee, sal_Bool bFixTags, sal_uInt16 &nErrorPos, ByteString &…
|