Home
last modified time | relevance | path

Searched defs:str (Results 51 – 75 of 246) sorted by path

12345678910

/trunk/main/i18npool/source/breakiterator/
H A Dbreakiterator_th.cxx131 const sal_Unicode* str = cachedText.getStr(); in makeIndex() local
H A Dgendict.cxx78 sal_Char str[1024]; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
H A Dxdictionary.cxx131 sal_Int32 xdictionary::getLongestMatch(const sal_Unicode* str, sal_Int32 sLen) { in getLongestMatch()
178 sal_Bool WordBreakCache::equals(const sal_Unicode* str, Boundary& boundary) { in equals()
273 const sal_Unicode *str = text + wordBoundary.startPos + aCache.wordboundary[i]; in getCache() local
/trunk/main/i18npool/source/collator/
H A Dgencoll_rule.cxx89 sal_Char str[1024]; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
/trunk/main/i18npool/source/indexentry/
H A Dgenindex_data.cxx61 sal_Char str[1024]; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
/trunk/main/i18npool/source/localedata/
H A DLocaleNode.cxx594 OUString str; in generateCode() local
H A Dfilewriter.cxx140 bool OFileWriter::writeDefaultParameter(const sal_Char* pAsciiStr, const ::rtl::OUString& str, sal_… in writeDefaultParameter()
H A Dlocaledata.cxx633 static sal_Unicode str[MAX_FORMATCODE_LENTH]; in replace() local
1202 sal_Char* U2C( OUString str ) in U2C()
/trunk/main/i18npool/source/nativenumber/
H A Dnativenumbersupplier.cxx99 sal_Bool SAL_CALL AsciiToNative_numberMaker(const sal_Unicode *str, sal_Int32 begin, sal_Int32 len, in AsciiToNative_numberMaker()
181 const sal_Unicode *str = inStr.getStr() + startPos; in AsciiToNative() local
256 …atic void SAL_CALL NativeToAscii_numberMaker(sal_Int16 max, sal_Int16 prev, const sal_Unicode *str, in NativeToAscii_numberMaker()
314 const sal_Unicode *str = inStr.getStr() + startPos; in NativeToAscii() local
/trunk/main/i18npool/source/textconversion/
H A Dtextconversion_ko.cxx306 const sal_Unicode *str = aText.getStr(); in getConversion() local
/trunk/main/i18nutil/source/utility/
H A Dcasefolding.cxx55 Mapping& casefolding::getConditionalValue(const sal_Unicode* str, sal_Int32 pos, sal_Int32 len, Loc… in getConditionalValue()
84 Mapping& casefolding::getValue(const sal_Unicode* str, sal_Int32 pos, sal_Int32 len, Locale& aLocal… in getValue()
125 sal_Unicode casefolding::getNextChar(const sal_Unicode *str, sal_Int32& idx, sal_Int32 len, Mapping… in getNextChar()
/trunk/main/idlc/source/
H A Dastconstant.cxx63 sal_Unicode* str = NULL; in dumpBlob() local
/trunk/main/io/test/stm/
H A Ddatatest.cxx300 OUString str( wc.getArray() , 0x10000 ); in testSimple() local
987 OUString str( RTL_CONSTASCII_USTRINGPARAM( "hi du !" ) ); in testObject() local
1046 OUString str( RTL_CONSTASCII_USTRINGPARAM( "hi du !" ) ); in testObject() local
H A Dtestfactreg.cxx62 OUString str = OUString( RTL_CONSTASCII_USTRINGPARAM("/") ) + in component_writeInfo() local
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySet.java314 …synchronized public void addPropertyChangeListener(String str, XPropertyChangeListener xPropertyCh… in addPropertyChangeListener()
339 …synchronized public void addVetoableChangeListener(String str, com.sun.star.beans.XVetoableChangeL… in addVetoableChangeListener()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/util/
H A DStringHelper.java32 public static String replace(String str, char from, String to) { in replace()
/trunk/main/l10ntools/java/jpropex/java/
H A DJPropEx.java120 String str; in extract() local
/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DXLIFFReader.java545 String str = new String(ch, start, length); in characters() local
/trunk/main/l10ntools/layout/
H A Dlayoutparse.cxx26 #define STRING( str ) String( str, RTL_TEXTENCODING_UTF8 ) argument
27 #define BSTRING( str ) ByteString( str, RTL_TEXTENCODING_UTF8 ) argument
H A Dtralay.cxx35 #define OUSTRING_CSTR( str ) \ argument
38 #define STRING( str ) String( str, RTL_TEXTENCODING_UTF8 ) argument
39 #define BSTRING( str ) ByteString( str, RTL_TEXTENCODING_UTF8 ) argument
/trunk/main/l10ntools/source/help/
H A DHelpCompiler.cxx272 void trim(std::string& str) in trim()
/trunk/main/l10ntools/source/
H A Dinireader.cxx139 void INIreader::toStlString( const UnicodeString& str , string& stl_str) in toStlString()
148 void INIreader::trim( string& str ) in trim()
/trunk/main/lingucomponent/source/languageguessing/
H A Dsimpleguesser.cxx67 char str[MAXNGRAMSIZE+1]; member
/trunk/main/linguistic/qa/complex/linguistic/
H A DHangulHanjaConversion.java285 public void addEntry(String str, String str1) in addEntry()
300 public String[] getConversions(String str, int param, int param2, in getConversions()
323 public void removeEntry(String str, String str1) in removeEntry()
/trunk/main/odk/examples/DevelopersGuide/Components/CppComponent/
H A Dservice1_impl.cxx184 OUString MyService1Impl::methodOne( OUString const & str ) in methodOne()

Completed in 105 milliseconds

12345678910