Home
last modified time | relevance | path

Searched defs:str2 (Results 1 – 25 of 33) sorted by last modified time

12

/trunk/main/autodoc/source/cosv/strings/
H A Dstreamstr.cxx84 const char * str2, in StreamStr()
/trunk/main/i18npool/source/transliteration/
H A DtransliterationImpl.cxx442 const OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2) in equals()
526 TransliterationImpl::transliterateRange( const OUString& str1, const OUString& str2 ) in transliterateRange()
543 const OUString& str2, sal_Int32 off2, sal_Int32 len2) in compareSubstring()
569 TransliterationImpl::compareString(const OUString& str1, const OUString& str2 ) throw (RuntimeExcep… in compareString()
H A Dtransliteration_caseignore.cxx78 Transliteration_caseignore::transliterateRange( const OUString& str1, const OUString& str2 ) in transliterateRange()
111 Transliteration_caseignore::equals( in equals()
120 Transliteration_caseignore::compareSubstring( in compareSubstring()
131 Transliteration_caseignore::compareString( in compareString()
141 Transliteration_caseignore::compare( in compare()
H A Dtransliteration_commonclass.cxx87 const OUString& str2, sal_Int32 off2, sal_Int32 len2) in compareSubstring()
120 transliteration_commonclass::compareString( const OUString& str1, const OUString& str2 ) throw ( Ru… in compareString()
H A Dtransliteration_Ignore.cxx41const OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2 ) throw(RuntimeExcepti… in equals()
73 transliteration_Ignore::transliterateRange( const OUString& str1, const OUString& str2 ) throw(Runt… in transliterateRange()
102 transliteration_Ignore::transliterateRange( const OUString& str1, const OUString& str2, in transliterateRange()
H A Dtransliteration_body.cxx72 Transliteration_body::transliterateRange( const OUString& str1, const OUString& str2 ) in transliterateRange()
H A DignoreWidth.cxx51 ignoreWidth::transliterateRange( const OUString& str1, const OUString& str2 ) in transliterateRange()
H A DignoreKana.cxx51 ignoreKana::transliterateRange( const OUString& str1, const OUString& str2 ) in transliterateRange()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/
H A DFlatXml.cxx263 void XFlatXml::processingInstruction(const OUString& str, const OUString& str2) in processingInstruction()
/trunk/main/filter/source/xsltfilter/
H A DXSLTFilter.cxx586 void XSLTFilter::processingInstruction(const OUString& str, const OUString& str2) in processingInstruction()
/trunk/main/xml2cmp/source/inc/
H A Dstr.h29 #define stricmp(str1,str2) strcasecmp(str1, str2) argument
30 #define strnicmp(str1,str2,n) strncasecmp(str1, str2, n) argument
/trunk/main/soltools/testSHL/util/
H A Dtutil.cxx110 sal_Char* cat( const sal_Char* str1, const sal_Char* str2 ) { in cat()
/trunk/main/sal/qa/rtl_strings/
H A Drtl_String_Utils.cxx109 sal_Bool cmpstr( const sal_Char* str1, const sal_Char* str2, sal_uInt32 len ) in cmpstr()
124 sal_Bool cmpustr( const sal_Unicode* str1, const sal_Unicode* str2, sal_uInt32 len ) in cmpustr()
140 sal_Bool cmpustr( const sal_Unicode* str1, const sal_Unicode* str2 ) in cmpustr()
184 void makeComment( char *com, const char *str1, const char *str2, in makeComment()
H A Drtl_OString.cxx649 OString *str1, *str2; in test_rtl_OString_op_cmp() local
742 OString *str1, *str2; in test_rtl_OString_op_neq() local
/trunk/main/sal/qa/rtl/strings/
H A Dtest_oustring_endswith.cxx74 char const * str2; in TEST_F() member
H A Dtest_oustringbuffer_utf32.cxx76 sal_Unicode const str2[str2Len] = { 'a', 'b', 'c', 'd' }; in TEST_F() local
98 sal_Unicode const str2[str2Len] = { 'a', 'b', 'd', 'c' }; in TEST_F() local
/trunk/main/sal/qa/OStringBuffer/
H A Drtl_String_Utils.cxx113 sal_Bool cmpstr( const sal_Char* str1, const sal_Char* str2, sal_uInt32 len ) in cmpstr()
128 sal_Bool cmpstr( const sal_Char* str1, const sal_Char* str2 ) in cmpstr()
146 sal_Bool cmpustr( const sal_Unicode* str1, const sal_Unicode* str2, sal_uInt32 len ) in cmpustr()
162 sal_Bool cmpustr( const sal_Unicode* str1, const sal_Unicode* str2 ) in cmpustr()
206 void makeComment( char *com, const char *str1, const char *str2, in makeComment()
/trunk/main/sal/inc/rtl/
H A Dstring.hxx622 friend OString operator+( const OString & str1, const OString & str2 ) SAL_THROW(()) in operator +()
/trunk/main/reportbuilder/java/com/sun/star/report/
H A DSDBCReportData.java240 final StringBuffer str2 = new StringBuffer("0000"); in getDateString() local
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/text/
H A D_BaseFrame.java88 public String str2 = "Watermark"; field in _BaseFrame
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/i18n/
H A D_XCollator.java322 String str2 = new String(new char[] {locChar[0], locChar[0], in testCompareString() local
376 String str2 = new String(new char[] {locChar[0], locChar[0], in testCompareSubstring() local
H A D_XTransliteration.java327 String str2, int p2, int len2, int expRes) { in testSubstring()
407 protected boolean testString(String str1, String str2, int expRes) { in testString()
412 private boolean testString(String str1, String str2, int expRes, in testString()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/drawing/
H A D_FillProperties.java117 public String str2 = ""; field in _FillProperties
H A D_AreaShapeDescriptor.java60 public String str2 = ""; field in _AreaShapeDescriptor
/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DXLIFFReader.java541 String str2 = new String(ch, start, length); in characters() local

Completed in 123 milliseconds

12