Lines Matching refs:getStr

37     t_print( "%s\n", aString.getStr( ) );  in printOUString()
58 rtl_ustr_compare( aStr1.getStr(), NULL); in compare_000_1()
66 sal_Int32 nValue = rtl_ustr_compare( aStr1.getStr(), aStr2.getStr()); in compare_001()
75 sal_Int32 nValue = rtl_ustr_compare( aStr1.getStr(), aStr2.getStr()); in compare_002()
84 sal_Int32 nValue = rtl_ustr_compare( aStr1.getStr(), aStr2.getStr()); in compare_003()
114 rtl_ustr_compareIgnoreAsciiCase( aStr1.getStr(), NULL); in compare_000_1()
121 sal_Int32 nValue = rtl_ustr_compareIgnoreAsciiCase( aStr1.getStr(), aStr2.getStr()); in compare_001()
130 sal_Int32 nValue = rtl_ustr_compareIgnoreAsciiCase( aStr1.getStr(), aStr2.getStr()); in compare_002()
139 sal_Int32 nValue = rtl_ustr_compareIgnoreAsciiCase( aStr1.getStr(), aStr2.getStr()); in compare_002_1()
148 sal_Int32 nValue = rtl_ustr_compareIgnoreAsciiCase( aStr1.getStr(), aStr2.getStr()); in compare_003()
180 …rtl_ustr_shortenedCompareIgnoreAsciiCase_WithLength( aStr1.getStr(), aStr1.getLength(), NULL, 0, 1… in compare_000_1()
187 …_ustr_shortenedCompareIgnoreAsciiCase_WithLength( aStr1.getStr(), aStr1.getLength(), aStr2.getStr(… in compare_001()
196 …nt32 nValue = rtl_ustr_shortenedCompareIgnoreAsciiCase_WithLength( aStr1.getStr(), aStr1.getLength… in compare_002()
197 … aStr2.getStr(), aStr2.getLength(), in compare_002()
207 …nt32 nValue = rtl_ustr_shortenedCompareIgnoreAsciiCase_WithLength( aStr1.getStr(), aStr1.getLength… in compare_002_1()
208 … aStr2.getStr(), aStr2.getLength(), in compare_002_1()
218 …nt32 nValue = rtl_ustr_shortenedCompareIgnoreAsciiCase_WithLength( aStr1.getStr(), aStr1.getLength… in compare_003()
219 … aStr2.getStr(), aStr2.getLength(), in compare_003()
229 …nt32 nValue = rtl_ustr_shortenedCompareIgnoreAsciiCase_WithLength( aStr1.getStr(), aStr1.getLength… in compare_004()
230 … aStr2.getStr(), aStr2.getLength(), in compare_004()
321 sal_Int32 nIndex = rtl_ustr_indexOfChar( aStr1.getStr(), 'L' ); in indexOfChar_001()
324 /* sal_Int32 */ nIndex = rtl_ustr_indexOfChar( aStr1.getStr(), 'i' ); in indexOfChar_001()
327 /* sal_Int32 */ nIndex = rtl_ustr_indexOfChar( aStr1.getStr(), 'n' ); in indexOfChar_001()
330 /* sal_Int32 */ nIndex = rtl_ustr_indexOfChar( aStr1.getStr(), 'e' ); in indexOfChar_001()
337 sal_Int32 nIndex = rtl_ustr_indexOfChar( aStr1.getStr(), 'y' ); in indexOfChar_002()
367 sal_Int32 nIndex = rtl_ustr_lastIndexOfChar( aStr1.getStr(), 'C' ); in lastIndexOfChar_001()
370 /* sal_Int32 */ nIndex = rtl_ustr_lastIndexOfChar( aStr1.getStr(), 'h' ); in lastIndexOfChar_001()
373 /* sal_Int32 */ nIndex = rtl_ustr_lastIndexOfChar( aStr1.getStr(), 'a' ); in lastIndexOfChar_001()
376 /* sal_Int32 */ nIndex = rtl_ustr_lastIndexOfChar( aStr1.getStr(), 'r' ); in lastIndexOfChar_001()
383 sal_Int32 nIndex = rtl_ustr_lastIndexOfChar( aStr1.getStr(), 'y' ); in lastIndexOfChar_002()
414 rtl_ustr_indexOfStr( aStr1.getStr(), 0 ); in indexOfStr_000_1()
422 sal_Int32 nIndex = rtl_ustr_indexOfStr( aStr1.getStr(), suSearch ); in indexOfStr_001()
426 /* sal_Int32 */ nIndex = rtl_ustr_indexOfStr( aStr1.getStr(), suSearch ); in indexOfStr_001()
430 /* sal_Int32 */ nIndex = rtl_ustr_indexOfStr( aStr1.getStr(), suSearch ); in indexOfStr_001()
434 /* sal_Int32 */ nIndex = rtl_ustr_indexOfStr( aStr1.getStr(), suSearch ); in indexOfStr_001()
442 sal_Int32 nIndex = rtl_ustr_indexOfStr( aStr1.getStr(), suSearch ); in indexOfStr_002()
472 rtl_ustr_lastIndexOfStr( aStr1.getStr(), NULL ); in lastIndexOfStr_000_1()
480 sal_Int32 nIndex = rtl_ustr_lastIndexOfStr( aStr1.getStr(), aSearchStr.getStr() ); in lastIndexOfStr_001()
484 … /* sal_Int32 */ nIndex = rtl_ustr_lastIndexOfStr( aStr1.getStr(), aSearchStr.getStr() ); in lastIndexOfStr_001()
488 … /* sal_Int32 */ nIndex = rtl_ustr_lastIndexOfStr( aStr1.getStr(), aSearchStr.getStr() ); in lastIndexOfStr_001()
496 sal_Int32 nIndex = rtl_ustr_lastIndexOfStr( aStr1.getStr(), aSearchStr.getStr() ); in lastIndexOfStr_002()
505 sal_Int32 nIndex = rtl_ustr_lastIndexOfStr( aStr1.getStr(), aSearchStr.getStr() ); in lastIndexOfStr_003()
542 memcpy(pStr, aStr1.getStr(), nLength); in replaceChar_001()
584 memcpy(pStr, aStr1.getStr(), nLength); in replaceChar_WithLength_001()
601 memcpy(pStr, aStr1.getStr(), nLength); in replaceChar_WithLength_002()
643 memcpy(pStr, aStr1.getStr(), nLength); in toAsciiLowerCase_001()
680 memcpy(pStr, aStr1.getStr(), nLength); in toAsciiLowerCase_WithLength_001()
725 memcpy(pStr, aStr1.getStr(), nLength); in toAsciiUpperCase_001()
763 memcpy(pStr, aStr1.getStr(), nLength); in toAsciiUpperCase_WithLength_001()
800 memcpy(pStr, suStr.getStr(), nLength); in trim_WithLength_000_1()
811 memcpy(pStr, suStr.getStr(), nLength); in trim_WithLength_001()
826 memcpy(pStr, suStr.getStr(), nLength); in trim_WithLength_002()
841 memcpy(pStr, suStr.getStr(), nLength); in trim_WithLength_003()
855 memcpy(pStr, suStr.getStr(), nLength); in trim_WithLength_004()
869 memcpy(pStr, suStr.getStr(), nLength); in trim_WithLength_005()
1021 …rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength( aStr1.getStr(), aStr1.getLength(), NULL… in ascii_shortenedCompareIgnoreAsciiCase_WithLength_000_1()
1028 …ascii_shortenedCompareIgnoreAsciiCase_WithLength( aStr1.getStr(), sStr2.getLength(), sStr2.getStr(… in ascii_shortenedCompareIgnoreAsciiCase_WithLength_000_2()
1036 … nValue = rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength( suStr1, 0, sStr2.getStr(), 0); in ascii_shortenedCompareIgnoreAsciiCase_WithLength_001()
1045 …cii_shortenedCompareIgnoreAsciiCase_WithLength( suStr1.getStr(), suStr1.getLength(), sStr2.getStr(… in ascii_shortenedCompareIgnoreAsciiCase_WithLength_002()
1054 …cii_shortenedCompareIgnoreAsciiCase_WithLength( suStr1.getStr(), suStr1.getLength(), sStr2.getStr(… in ascii_shortenedCompareIgnoreAsciiCase_WithLength_003()
1087 rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength( aStr1.getStr(), 0, NULL); in ascii_compareIgnoreAsciiCase_WithLength_000_1()
1094 …rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength( aStr1.getStr(), sStr2.getLength(), sStr2.getStr(… in ascii_compareIgnoreAsciiCase_WithLength_000_2()
1102 … sal_Int32 nValue = rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength( suStr1, 0, sStr2.getStr()); in ascii_compareIgnoreAsciiCase_WithLength_001()
1111 …l_ustr_ascii_compareIgnoreAsciiCase_WithLength( suStr1.getStr(), suStr1.getLength(), sStr2.getStr(… in ascii_compareIgnoreAsciiCase_WithLength_002()
1120 …l_ustr_ascii_compareIgnoreAsciiCase_WithLength( suStr1.getStr(), suStr1.getLength(), sStr2.getStr(… in ascii_compareIgnoreAsciiCase_WithLength_003()
1153 rtl_ustr_ascii_compare( aStr1.getStr(), NULL); in ascii_compare_000_1()
1161 sal_Int32 nValue = rtl_ustr_ascii_compare( suStr1, sStr2.getStr()); in ascii_compare_001()
1170 sal_Int32 nValue = rtl_ustr_ascii_compare( suStr1.getStr(), sStr2.getStr()); in ascii_compare_002()
1179 sal_Int32 nValue = rtl_ustr_ascii_compare( suStr1.getStr(), sStr2.getStr()); in ascii_compare_003()
1211 rtl_ustr_ascii_compareIgnoreAsciiCase( aStr1.getStr(), NULL); in ascii_compareIgnoreAsciiCase_000_1()
1219 sal_Int32 nValue = rtl_ustr_ascii_compareIgnoreAsciiCase( suStr1, sStr2.getStr()); in ascii_compareIgnoreAsciiCase_001()
1228 … sal_Int32 nValue = rtl_ustr_ascii_compareIgnoreAsciiCase( suStr1.getStr(), sStr2.getStr()); in ascii_compareIgnoreAsciiCase_002()
1237 … sal_Int32 nValue = rtl_ustr_ascii_compareIgnoreAsciiCase( suStr1.getStr(), sStr2.getStr()); in ascii_compareIgnoreAsciiCase_002_1()
1246 … sal_Int32 nValue = rtl_ustr_ascii_compareIgnoreAsciiCase( suStr1.getStr(), sStr2.getStr()); in ascii_compareIgnoreAsciiCase_003()
1309 rtl_ustr_ascii_compareIgnoreAsciiCase( aStr1.getStr(), NULL); in ascii_compareIgnoreAsciiCase_000_1()
1317 sal_Int32 nValue = rtl_ustr_ascii_compareIgnoreAsciiCase( suStr1, sStr2.getStr()); in ascii_compareIgnoreAsciiCase_001()
1326 … sal_Int32 nValue = rtl_ustr_ascii_compareIgnoreAsciiCase( suStr1.getStr(), sStr2.getStr()); in ascii_compareIgnoreAsciiCase_002()
1335 … sal_Int32 nValue = rtl_ustr_ascii_compareIgnoreAsciiCase( suStr1.getStr(), sStr2.getStr()); in ascii_compareIgnoreAsciiCase_002_1()
1344 … sal_Int32 nValue = rtl_ustr_ascii_compareIgnoreAsciiCase( suStr1.getStr(), sStr2.getStr()); in ascii_compareIgnoreAsciiCase_003()