Lines Matching refs:buffer

288     operator const sal_Unicode *() const SAL_THROW(()) { return pData->buffer; }
291 sal_Unicode& operator[]( int n ) { return pData->buffer[n]; } in operator []()
293 const sal_Unicode& operator[]( int n ) const { return pData->buffer[n]; } in operator []()
305 const sal_Unicode * getStr() const SAL_THROW(()) { return pData->buffer; } in getStr()
321 return rtl_ustr_compare_WithLength( pData->buffer, pData->length, in compareTo()
322 str.pData->buffer, str.pData->length ); in compareTo()
340 return rtl_ustr_shortenedCompare_WithLength( pData->buffer, pData->length, in compareTo()
341 … str.pData->buffer, str.pData->length, maxLength ); in compareTo()
358 return rtl_ustr_reverseCompare_WithLength( pData->buffer, pData->length, in reverseCompareTo()
359 str.pData->buffer, str.pData->length ); in reverseCompareTo()
379 return rtl_ustr_reverseCompare_WithLength( pData->buffer, pData->length, in equals()
380 str.pData->buffer, str.pData->length ) == 0; in equals()
403 return rtl_ustr_compareIgnoreAsciiCase_WithLength( pData->buffer, pData->length, in equalsIgnoreAsciiCase()
404 … str.pData->buffer, str.pData->length ) == 0; in equalsIgnoreAsciiCase()
424 … return rtl_ustr_shortenedCompare_WithLength( pData->buffer+fromIndex, pData->length-fromIndex, in match()
425 … str.pData->buffer, str.pData->length, str.pData->length ) == 0; in match()
448 …return rtl_ustr_shortenedCompareIgnoreAsciiCase_WithLength( pData->buffer+fromIndex, pData->length… in matchIgnoreAsciiCase()
449 … str.pData->buffer, str.pData->length, in matchIgnoreAsciiCase()
471 return rtl_ustr_ascii_compare_WithLength( pData->buffer, pData->length, asciiStr ); in compareToAscii()
493 return rtl_ustr_ascii_shortenedCompare_WithLength( pData->buffer, pData->length, in compareToAscii()
518 return rtl_ustr_asciil_reverseCompare_WithLength( pData->buffer, pData->length, in reverseCompareToAsciiL()
539 return rtl_ustr_ascii_compare_WithLength( pData->buffer, pData->length, in equalsAscii()
566 pData->buffer, asciiStr, asciiStrLength ); in equalsAsciiL()
589 …return rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength( pData->buffer, pData->length, asciiStr ) … in equalsIgnoreAsciiCaseAscii()
617 …return rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength( pData->buffer, pData->length, asciiStr ) … in equalsIgnoreAsciiCaseAsciiL()
642 …return rtl_ustr_ascii_shortenedCompare_WithLength( pData->buffer+fromIndex, pData->length-fromInde… in matchAsciiL()
672 …return rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength( pData->buffer+fromIndex, pData->… in matchIgnoreAsciiCaseAsciiL()
692 pData->buffer + pData->length - asciiStrLength, asciiStr, in endsWithAsciiL()
711 pData->buffer + pData->length - asciiStrLength, in endsWithIgnoreAsciiCaseAsciiL()
748 return rtl_ustr_hashCode_WithLength( pData->buffer, pData->length ); in hashCode()
766 …sal_Int32 ret = rtl_ustr_indexOfChar_WithLength( pData->buffer+fromIndex, pData->length-fromIndex,… in indexOf()
781 return rtl_ustr_lastIndexOfChar_WithLength( pData->buffer, pData->length, ch ); in lastIndexOf()
798 return rtl_ustr_lastIndexOfChar_WithLength( pData->buffer, fromIndex, ch ); in lastIndexOf()
818 … sal_Int32 ret = rtl_ustr_indexOfStr_WithLength( pData->buffer+fromIndex, pData->length-fromIndex, in indexOf()
819 str.pData->buffer, str.pData->length ); in indexOf()
851 pData->buffer + fromIndex, pData->length - fromIndex, str, len); in indexOfAsciiL()
872 return rtl_ustr_lastIndexOfStr_WithLength( pData->buffer, pData->length, in lastIndexOf()
873 str.pData->buffer, str.pData->length ); in lastIndexOf()
895 return rtl_ustr_lastIndexOfStr_WithLength( pData->buffer, fromIndex, in lastIndexOf()
896 str.pData->buffer, str.pData->length ); in lastIndexOf()
922 pData->buffer, pData->length, str, len); in lastIndexOfAsciiL()
942 … rtl_uString_newFromStr_WithLength( &pNew, pData->buffer+beginIndex, getLength()-beginIndex ); in copy()
967 rtl_uString_newFromStr_WithLength( &pNew, pData->buffer+beginIndex, count ); in copy()
1125 return rtl_ustr_toBoolean( pData->buffer ); in toBoolean()
1136 return pData->buffer[0]; in toChar()
1150 return rtl_ustr_toInt32( pData->buffer, radix ); in toInt32()
1164 return rtl_ustr_toInt64( pData->buffer, radix ); in toInt64()
1177 return rtl_ustr_toFloat( pData->buffer ); in toFloat()
1190 return rtl_ustr_toDouble( pData->buffer ); in toDouble()
1293 return rtl_convertUStringToString(&pTarget->pData, pData->buffer, in convertToString()