Lines Matching refs:getLength

66     sal_Int32 nLen = rString.getLength();  in convertMeasure()
530 if( rValue.getLength() != 7 || rValue[0] != '#' ) in convertColor()
579 sal_Int32 nLen = rString.getLength(); in convertNumber()
742 if ( a100th.getLength() > 2 ) in convertDuration()
977 while (nPos < rString.getLength()) in readUnsignedNumber()
1010 if ((io_rnPos < rString.getLength()) && in readDurationT()
1024 if ((io_rnPos < rString.getLength())) in readDurationComponent()
1057 if (string.getLength() && (sal_Unicode('-') == string[0])) in convertDuration()
1063 if ((nPos < string.getLength()) in convertDuration()
1124 if ((nPos < string.getLength()) && bSuccess) in convertDuration()
1136 if ((nPos < string.getLength()) && bSuccess) in convertDuration()
1191 if (nPos != string.getLength()) // string not processed completely? in convertDuration()
1365 if ((string.getLength() > nPos) && (sal_Unicode('-') == string[nPos])) in convertDateOrDateTime()
1375 bSuccess &= (nPos < string.getLength()); // not last token in convertDateOrDateTime()
1391 bSuccess &= (nPos < string.getLength()); // not last token in convertDateOrDateTime()
1410 if (bSuccess && (nPos < string.getLength())) in convertDateOrDateTime()
1428 bSuccess &= (nPos < string.getLength()); // not last token in convertDateOrDateTime()
1443 bSuccess &= (nPos < string.getLength()); // not last token in convertDateOrDateTime()
1459 if (bSuccess && (nPos < string.getLength()) && in convertDateOrDateTime()
1507 if (bSuccess && (nPos < string.getLength())) in convertDateOrDateTime()
1539 bSuccess &= (nPos < string.getLength()); // not last token in convertDateOrDateTime()
1563 bSuccess &= (nPos == string.getLength()); // trailing junk? in convertDateOrDateTime()
1609 sal_Int32 nLen = rStr.getLength(); in indexOfComma()
1725 sal_Int32 nBufferLength(aPass.getLength()); in encodeBase64()
1742 OSL_ENSURE( nCharsDecoded == sBuffer.getLength(), "some bytes left in base64 decoding!" ); in decodeBase64()
1749 sal_Int32 nInBufferLen = rInBuffer.getLength(); in decodeBase64SomeChars()
1751 if( rOutBuffer.getLength() < nMinOutBufferLen ) in decodeBase64SomeChars()
1809 if( (pOutBuffer - pOutBufferStart) != rOutBuffer.getLength() ) in decodeBase64SomeChars()
1817 sal_uInt32 nLength(rSource.getLength()); in clearUndefinedChars()
2012 sal_Int32 nLen = rString.getLength(); in GetUnitFromString()