Lines Matching refs:in

8  * "License"); you may not use this file except in compliance
13 * Unless required by applicable law or agreed to in writing,
44 the numbers in different numbering systems. <p/>
72 * except equals() method in IGNORE_CASE, which is based on Locale-independent
82 * equals() in IGNORE_CASE module is locale-independent and
92 * Implementation name in the methods below is not the same as
112 object, as defined in <type>TransliterationType</type>. The
122 void loadModule( [in] TransliterationModules eModType,
123 [in] ::com::sun::star::lang::Locale aLocale );
129 void loadModuleNew( [in] sequence <TransliterationModulesNew> aModType,
130 [in] ::com::sun::star::lang::Locale aLocale );
140 module. The implName is used in locale data to list the
152 void loadModuleByImplName( [in] string aImplName,
153 [in] ::com::sun::star::lang::Locale aLocale );
157 Output of one module is feeded as input to the next module in
164 void loadModulesByImplNames( [in] sequence <string> aImplNameList,
165 [in] ::com::sun::star::lang::Locale aLocale );
172 A bitmask field of values defined in
176 [in] ::com::sun::star::lang::Locale aLocale,
177 [in] short nType );
201 string transliterate( [in] string aInStr, [in] long nStartPos,
202 [in] long nCount, [out] sequence <long> rOffset );
209 string folding( [in] string aInStr, [in] long nStartPos,
210 [in] long nCount, [out] sequence <long> rOffset );
219 <p> Returns the number of matched code points in any case, even if
236 Returns number of matched code points in aStr1.
248 Returns number of matched code points in aStr2.
256 boolean equals( [in] string aStr1, [in] long nPos1, [in] long nCount1,
258 [in] string aStr2, [in] long nPos2, [in] long nCount2,
279 sequence <string> transliterateRange( [in] string aStr1, [in] string aStr2 );
308 long compareSubstring( [in] string aStr1, [in] long nOff1, [in] long nLen1,
309 [in] string aStr2, [in] long nOff2, [in] long nLen2 );
320 long compareString( [in] string aStr1, [in] string aStr2 );