Searched refs:maxLength (Results 1 – 7 of 7) sorted by relevance
/trunk/main/i18npool/source/textconversion/ |
H A D | textconversion_ko.cxx | 227 sal_Int32 maxLength = toHanja ? maxLeftLength : maxRightLength; in getConversions() local 228 if (maxLength == 0) maxLength = 1; in getConversions() 246 for (; end < length && end - start < maxLength; end++) in getConversions()
|
/trunk/main/sal/inc/rtl/ |
H A D | ustring.hxx | 338 sal_Int32 compareTo( const OUString & str, sal_Int32 maxLength ) const SAL_THROW(()) in compareTo() 341 … str.pData->buffer, str.pData->length, maxLength ); in compareTo() 491 sal_Int32 compareToAscii( const sal_Char * asciiStr, sal_Int32 maxLength ) const SAL_THROW(()) in compareToAscii() 494 asciiStr, maxLength ); in compareToAscii()
|
H A D | string.hxx | 294 sal_Int32 compareTo( const OString & rObj, sal_Int32 maxLength ) const SAL_THROW(()) in compareTo() 297 … rObj.pData->buffer, rObj.pData->length, maxLength ); in compareTo()
|
/trunk/main/wizards/com/sun/star/wizards/common/ |
H A D | FileAccess.java | 1162 public static String getShortFilename(String path, int maxLength) in getShortFilename() argument 1166 if (path.length() > maxLength) in getShortFilename() 1171 firstPart = Math.min(nextSlash, (maxLength - 3) / 2); in getShortFilename() 1175 firstPart = Math.min(10, (maxLength - 3) / 2); in getShortFilename() 1179 String s2 = path.substring(path.length() - (maxLength - (3 + firstPart))); in getShortFilename()
|
/trunk/main/sal/qa/rtl_strings/ |
H A D | rtl_OString.cxx | 538 sal_Int32 maxLength; in test_rtl_OString_compareTo_002() member 571 arrTestCase[i].maxLength); in test_rtl_OString_compareTo_002()
|
H A D | rtl_OUString.cxx | 524 sal_Int32 maxLength; in test_rtl_OUString_compareTo_002() member 558 (*arrTestCase[i].input2, arrTestCase[i].maxLength); in test_rtl_OUString_compareTo_002()
|
/trunk/main/oox/source/token/ |
H A D | tokens.txt | 3247 maxLength
|
Completed in 271 milliseconds