Lines Matching refs:IMPL_RTL_STRCODE

46     IMPL_RTL_STRCODE*       __mm_pDest      = _pDest;               \
47 const IMPL_RTL_STRCODE* __mm_pSrc = _pSrc; \
62 sal_Int32 SAL_CALL IMPL_RTL_STRNAME( getLength )( const IMPL_RTL_STRCODE* pStr ) in IMPL_RTL_STRNAME()
64 const IMPL_RTL_STRCODE* pTempStr = pStr; in IMPL_RTL_STRNAME()
72 sal_Int32 SAL_CALL IMPL_RTL_STRNAME( compare )( const IMPL_RTL_STRCODE* pStr1, in IMPL_RTL_STRNAME()
73 const IMPL_RTL_STRCODE* pStr2 ) in IMPL_RTL_STRNAME()
89 sal_Int32 SAL_CALL IMPL_RTL_STRNAME( compare_WithLength )( const IMPL_RTL_STRCODE* pStr1, in IMPL_RTL_STRNAME()
91 const IMPL_RTL_STRCODE* pStr2, in IMPL_RTL_STRNAME()
110 sal_Int32 SAL_CALL IMPL_RTL_STRNAME( shortenedCompare_WithLength )( const IMPL_RTL_STRCODE* pStr1, in IMPL_RTL_STRNAME()
112 const IMPL_RTL_STRCODE* pStr2, in IMPL_RTL_STRNAME()
116 const IMPL_RTL_STRCODE* pStr1End = pStr1 + nStr1Len; in IMPL_RTL_STRNAME()
117 const IMPL_RTL_STRCODE* pStr2End = pStr2 + nStr2Len; in IMPL_RTL_STRNAME()
139 sal_Int32 SAL_CALL IMPL_RTL_STRNAME( reverseCompare_WithLength )( const IMPL_RTL_STRCODE* pStr1, in IMPL_RTL_STRNAME()
141 const IMPL_RTL_STRCODE* pStr2, in IMPL_RTL_STRNAME()
144 const IMPL_RTL_STRCODE* pStr1Run = pStr1+nStr1Len; in IMPL_RTL_STRNAME()
145 const IMPL_RTL_STRCODE* pStr2Run = pStr2+nStr2Len; in IMPL_RTL_STRNAME()
162 sal_Int32 SAL_CALL IMPL_RTL_STRNAME( compareIgnoreAsciiCase )( const IMPL_RTL_STRCODE* pStr1, in IMPL_RTL_STRNAME()
163 const IMPL_RTL_STRCODE* pStr2 ) in IMPL_RTL_STRNAME()
191 sal_Int32 SAL_CALL IMPL_RTL_STRNAME( compareIgnoreAsciiCase_WithLength )( const IMPL_RTL_STRCODE* p… in IMPL_RTL_STRNAME()
193 … const IMPL_RTL_STRCODE* pStr2, in IMPL_RTL_STRNAME()
196 const IMPL_RTL_STRCODE* pStr1End = pStr1 + nStr1Len; in IMPL_RTL_STRNAME()
197 const IMPL_RTL_STRCODE* pStr2End = pStr2 + nStr2Len; in IMPL_RTL_STRNAME()
223 …CALL IMPL_RTL_STRNAME( shortenedCompareIgnoreAsciiCase_WithLength )( const IMPL_RTL_STRCODE* pStr1, in IMPL_RTL_STRNAME()
225 … const IMPL_RTL_STRCODE* pStr2, in IMPL_RTL_STRNAME()
229 const IMPL_RTL_STRCODE* pStr1End = pStr1 + nStr1Len; in IMPL_RTL_STRNAME()
230 const IMPL_RTL_STRCODE* pStr2End = pStr2 + nStr2Len; in IMPL_RTL_STRNAME()
260 sal_Int32 SAL_CALL IMPL_RTL_STRNAME( hashCode )( const IMPL_RTL_STRCODE* pStr ) in IMPL_RTL_STRNAME()
267 sal_Int32 SAL_CALL IMPL_RTL_STRNAME( hashCode_WithLength )( const IMPL_RTL_STRCODE* pStr, in IMPL_RTL_STRNAME()
284 const IMPL_RTL_STRCODE* pEndStr = pStr+nLen-5; in IMPL_RTL_STRNAME()
323 sal_Int32 SAL_CALL IMPL_RTL_STRNAME( indexOfChar )( const IMPL_RTL_STRCODE* pStr, in IMPL_RTL_STRNAME()
324 IMPL_RTL_STRCODE c ) in IMPL_RTL_STRNAME()
326 const IMPL_RTL_STRCODE* pTempStr = pStr; in IMPL_RTL_STRNAME()
340 sal_Int32 SAL_CALL IMPL_RTL_STRNAME( indexOfChar_WithLength )( const IMPL_RTL_STRCODE* pStr, in IMPL_RTL_STRNAME()
342 IMPL_RTL_STRCODE c ) in IMPL_RTL_STRNAME()
344 const IMPL_RTL_STRCODE* pTempStr = pStr; in IMPL_RTL_STRNAME()
359 sal_Int32 SAL_CALL IMPL_RTL_STRNAME( lastIndexOfChar )( const IMPL_RTL_STRCODE* pStr, in IMPL_RTL_STRNAME()
360 IMPL_RTL_STRCODE c ) in IMPL_RTL_STRNAME()
367 sal_Int32 SAL_CALL IMPL_RTL_STRNAME( lastIndexOfChar_WithLength )( const IMPL_RTL_STRCODE* pStr, in IMPL_RTL_STRNAME()
369 IMPL_RTL_STRCODE c ) in IMPL_RTL_STRNAME()
386 sal_Int32 SAL_CALL IMPL_RTL_STRNAME( indexOfStr )( const IMPL_RTL_STRCODE* pStr, in IMPL_RTL_STRNAME()
387 const IMPL_RTL_STRCODE* pSubStr ) in IMPL_RTL_STRNAME()
395 sal_Int32 SAL_CALL IMPL_RTL_STRNAME( indexOfStr_WithLength )( const IMPL_RTL_STRCODE* pStr, in IMPL_RTL_STRNAME()
397 const IMPL_RTL_STRCODE* pSubStr, in IMPL_RTL_STRNAME()
406 IMPL_RTL_STRCODE c = *pSubStr; in IMPL_RTL_STRNAME()
407 const IMPL_RTL_STRCODE* pTempStr = pStr; in IMPL_RTL_STRNAME()
420 const IMPL_RTL_STRCODE* pTempStr = pStr; in IMPL_RTL_STRNAME()
428 const IMPL_RTL_STRCODE* pTempStr1 = pTempStr; in IMPL_RTL_STRNAME()
429 const IMPL_RTL_STRCODE* pTempStr2 = pSubStr; in IMPL_RTL_STRNAME()
458 sal_Int32 SAL_CALL IMPL_RTL_STRNAME( lastIndexOfStr )( const IMPL_RTL_STRCODE* pStr, in IMPL_RTL_STRNAME()
459 const IMPL_RTL_STRCODE* pSubStr ) in IMPL_RTL_STRNAME()
467 sal_Int32 SAL_CALL IMPL_RTL_STRNAME( lastIndexOfStr_WithLength )( const IMPL_RTL_STRCODE* pStr, in IMPL_RTL_STRNAME()
469 const IMPL_RTL_STRCODE* pSubStr, in IMPL_RTL_STRNAME()
478 IMPL_RTL_STRCODE c = *pSubStr; in IMPL_RTL_STRNAME()
497 const IMPL_RTL_STRCODE* pTempStr1 = pStr; in IMPL_RTL_STRNAME()
498 const IMPL_RTL_STRCODE* pTempStr2 = pSubStr; in IMPL_RTL_STRNAME()
523 void SAL_CALL IMPL_RTL_STRNAME( replaceChar )( IMPL_RTL_STRCODE* pStr, in IMPL_RTL_STRNAME()
524 IMPL_RTL_STRCODE cOld, in IMPL_RTL_STRNAME()
525 IMPL_RTL_STRCODE cNew ) in IMPL_RTL_STRNAME()
538 void SAL_CALL IMPL_RTL_STRNAME( replaceChar_WithLength )( IMPL_RTL_STRCODE* pStr, in IMPL_RTL_STRNAME()
540 IMPL_RTL_STRCODE cOld, in IMPL_RTL_STRNAME()
541 IMPL_RTL_STRCODE cNew ) in IMPL_RTL_STRNAME()
555 void SAL_CALL IMPL_RTL_STRNAME( toAsciiLowerCase )( IMPL_RTL_STRCODE* pStr ) in IMPL_RTL_STRNAME()
569 void SAL_CALL IMPL_RTL_STRNAME( toAsciiLowerCase_WithLength )( IMPL_RTL_STRCODE* pStr, in IMPL_RTL_STRNAME()
585 void SAL_CALL IMPL_RTL_STRNAME( toAsciiUpperCase )( IMPL_RTL_STRCODE* pStr ) in IMPL_RTL_STRNAME()
599 void SAL_CALL IMPL_RTL_STRNAME( toAsciiUpperCase_WithLength )( IMPL_RTL_STRCODE* pStr, in IMPL_RTL_STRNAME()
615 sal_Int32 SAL_CALL IMPL_RTL_STRNAME( trim )( IMPL_RTL_STRCODE* pStr ) in IMPL_RTL_STRNAME()
622 sal_Int32 SAL_CALL IMPL_RTL_STRNAME( trim_WithLength )( IMPL_RTL_STRCODE* pStr, sal_Int32 nLen ) in IMPL_RTL_STRNAME()
645 IMPL_RTL_STRCODE* pNewStr = pStr+nPreSpaces; in IMPL_RTL_STRNAME()
665 sal_Int32 SAL_CALL IMPL_RTL_STRNAME( valueOfBoolean )( IMPL_RTL_STRCODE* pStr, sal_Bool b ) in IMPL_RTL_STRNAME()
699 sal_Int32 SAL_CALL IMPL_RTL_STRNAME( valueOfChar )( IMPL_RTL_STRCODE* pStr, in IMPL_RTL_STRNAME()
700 IMPL_RTL_STRCODE c ) in IMPL_RTL_STRNAME()
709 sal_Int32 SAL_CALL IMPL_RTL_STRNAME( valueOfInt32 )( IMPL_RTL_STRCODE* pStr, in IMPL_RTL_STRNAME()
763 sal_Int32 SAL_CALL IMPL_RTL_STRNAME( valueOfInt64 )( IMPL_RTL_STRCODE* pStr, in IMPL_RTL_STRNAME()
818 sal_Bool SAL_CALL IMPL_RTL_STRNAME( toBoolean )( const IMPL_RTL_STRCODE* pStr ) in IMPL_RTL_STRNAME()
843 sal_Int32 SAL_CALL IMPL_RTL_STRNAME( toInt32 )( const IMPL_RTL_STRCODE* pStr, in IMPL_RTL_STRNAME()
889 sal_Int64 SAL_CALL IMPL_RTL_STRNAME( toInt64 )( const IMPL_RTL_STRCODE* pStr, in IMPL_RTL_STRNAME()
942 / sizeof (IMPL_RTL_STRCODE))) in IMPL_RTL_STRINGNAME()
944 sizeof (IMPL_RTL_STRINGDATA) + nLen * sizeof (IMPL_RTL_STRCODE)) in IMPL_RTL_STRINGNAME()
956 static IMPL_RTL_STRCODE* IMPL_RTL_STRINGNAME( ImplNewCopy )( IMPL_RTL_STRINGDATA** ppThis, in IMPL_RTL_STRINGNAME()
960 IMPL_RTL_STRCODE* pDest; in IMPL_RTL_STRINGNAME()
961 const IMPL_RTL_STRCODE* pSrc; in IMPL_RTL_STRINGNAME()
1046 IMPL_RTL_STRCODE* pTempStr = (*ppThis)->buffer; in IMPL_RTL_STRINGNAME()
1083 const IMPL_RTL_STRCODE* pCharStr ) in IMPL_RTL_STRINGNAME()
1085 IMPL_RTL_STRCODE* pBuffer; in IMPL_RTL_STRINGNAME()
1091 const IMPL_RTL_STRCODE* pTempStr = pCharStr; in IMPL_RTL_STRINGNAME()
1125 const IMPL_RTL_STRCODE* pCharStr, in IMPL_RTL_STRINGNAME()
1169 IMPL_RTL_STRCODE* SAL_CALL IMPL_RTL_STRINGNAME( getStr )( IMPL_RTL_STRINGDATA * pThis ) in IMPL_RTL_STRINGNAME()
1255 IMPL_RTL_STRCODE* pBuffer; in IMPL_RTL_STRINGNAME()
1289 IMPL_RTL_STRCODE cOld, in IMPL_RTL_STRINGNAME()
1290 IMPL_RTL_STRCODE cNew ) in IMPL_RTL_STRINGNAME()
1295 const IMPL_RTL_STRCODE* pCharStr = pStr->buffer; in IMPL_RTL_STRINGNAME()
1302IMPL_RTL_STRCODE* pNewCharStr = IMPL_RTL_STRINGNAME( ImplNewCopy )( ppThis, pStr, pCharStr-pStr->b… in IMPL_RTL_STRINGNAME()
1352 const IMPL_RTL_STRCODE* pCharStr = pStr->buffer; in IMPL_RTL_STRINGNAME()
1360IMPL_RTL_STRCODE* pNewCharStr = IMPL_RTL_STRINGNAME( ImplNewCopy )( ppThis, pStr, pCharStr-pStr->b… in IMPL_RTL_STRINGNAME()
1412 const IMPL_RTL_STRCODE* pCharStr = pStr->buffer; in IMPL_RTL_STRINGNAME()
1420IMPL_RTL_STRCODE* pNewCharStr = IMPL_RTL_STRINGNAME( ImplNewCopy )( ppThis, pStr, pCharStr-pStr->b… in IMPL_RTL_STRINGNAME()
1470 const IMPL_RTL_STRCODE* pCharStr = pStr->buffer; in IMPL_RTL_STRINGNAME()
1509 IMPL_RTL_STRCODE cTok, in IMPL_RTL_STRINGNAME()
1512 const IMPL_RTL_STRCODE* pCharStr = pStr->buffer; in IMPL_RTL_STRINGNAME()
1513 const IMPL_RTL_STRCODE* pCharStrStart; in IMPL_RTL_STRINGNAME()
1514 const IMPL_RTL_STRCODE* pOrgCharStr; in IMPL_RTL_STRINGNAME()