/trunk/main/i18npool/source/breakiterator/ |
H A D | xdictionary.cxx | 57 boundary(), in xdictionary() 180 if (length != boundary.endPos - boundary.startPos) return sal_False; in equals() 335 anyPos = boundary.endPos; in nextWord() 351 boundary.startPos = boundary.endPos = anyPos < 0 ? 0 : len; in getWordBoundary() 367 boundary.endPos = boundary.startPos; in getWordBoundary() 371 boundary.startPos = anyPos; in getWordBoundary() 373 boundary.endPos = anyPos < len ? anyPos : len; in getWordBoundary() 377 while (boundary.endPos < len) in getWordBoundary() 379 sal_Int32 indexUtf16 = boundary.endPos; in getWordBoundary() 381 boundary.endPos = indexUtf16; in getWordBoundary() [all …]
|
/trunk/test/testcommon/source/org/openoffice/test/common/ |
H A D | ReportUploader.java | 79 private static final String boundary = "-----AOOAOOAOO1d226f500d0"; field in ReportUploader 92 connection.setRequestProperty("Content-type", "multipart/form-data;boundary=" + boundary); in upload() 98 params.append(prefix + boundary + newLine); in upload() 104 params.append(prefix + boundary + newLine); in upload() 120 params.append(prefix + boundary + prefix + newLine); in upload()
|
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/ |
H A D | SpreadsheetRawReportTarget.java | 103 private final long boundary; field in SpreadsheetRawReportTarget.ColumnBoundary 105 private ColumnBoundary(final long boundary) in ColumnBoundary() argument 108 this.boundary = boundary; in ColumnBoundary() 118 return boundary; in getBoundary() 135 if (boundary > ((ColumnBoundary) arg0).boundary) in compareTo() 149 return obj instanceof ColumnBoundary && ((ColumnBoundary) obj).boundary == boundary; in equals()
|
/trunk/main/i18npool/inc/ |
H A D | xdictionary.hxx | 47 sal_Bool equals(const sal_Unicode *str, Boundary& boundary); // checking cached string 59 Boundary boundary; member in com::sun::star::i18n::xdictionary 83 sal_Bool seekSegment(const rtl::OUString& rText, sal_Int32 pos, Boundary& boundary); 84 WordBreakCache& getCache(const sal_Unicode *text, Boundary& boundary);
|
/trunk/main/offapi/com/sun/star/drawing/ |
H A D | BoundVolume.idl | 36 /** specifies a three-dimensional boundary volume with two positions. 40 /** this is the minimum position inside the boundary volume. 46 /** this is the maximum position inside the boundary volume.
|
/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/ |
H A D | call.asm | 125 ; rbp --------> +---------------------------------------------+ <---- 16 byte boundary 131 ; rsp --------> +---------------------------------------------+ <---- 16 byte boundary 145 ; We must maintain the stack aligned to a 16 byte boundary:
|
/trunk/main/vcl/unx/gtk/a11y/ |
H A D | TODO | 41 + word boundary issues
|
/trunk/main/offapi/com/sun/star/image/ |
H A D | ImageMapRectangleObject.idl | 50 /** This is the boundary of this rectangle object */
|
/trunk/main/offapi/com/sun/star/i18n/ |
H A D | TextConversionResult.idl | 46 /** The boundary of the first convertible word in the given text.
|
H A D | XBreakIterator.idl | 147 <p> If <em>nPos</em> is the boundary of a word, it is StartPos
|
/trunk/main/i18npool/source/breakiterator/data/ |
H A D | count_word.txt | 113 # but must back up at least enough, and must stop on a boundary.)
|
H A D | count_word_fi.txt | 122 # but must back up at least enough, and must stop on a boundary.)
|
H A D | edit_word.txt | 130 # but must back up at least enough, and must stop on a boundary.)
|
H A D | sent.txt | 77 # Note: follows errata for Unicode 5.0 boundary rules.
|
H A D | dict_word_ca.txt | 127 # but must back up at least enough, and must stop on a boundary.)
|
H A D | edit_word_he.txt | 130 # but must back up at least enough, and must stop on a boundary.)
|
H A D | dict_word.txt | 136 # but must back up at least enough, and must stop on a boundary.)
|
H A D | dict_word_he.txt | 127 # but must back up at least enough, and must stop on a boundary.)
|
H A D | dict_word_nodash.txt | 135 # but must back up at least enough, and must stop on a boundary.)
|
H A D | dict_word_fi.txt | 135 # but must back up at least enough, and must stop on a boundary.)
|
H A D | edit_word_hu.txt | 147 # but must back up at least enough, and must stop on a boundary.)
|
H A D | dict_word_hu.txt | 150 # but must back up at least enough, and must stop on a boundary.)
|
H A D | dict_word_prepostdash.txt | 145 # but must back up at least enough, and must stop on a boundary.)
|
/trunk/main/winaccessibility/source/UAccCOMIDL/ |
H A D | ia2_api_all.idl | 2341 /** This enum defines values which specify a text boundary type. 2346 how screen readers have handled the reading of sentences this boundary type 2350 The rest of the boundary types must be supported. 2658 values of 0, 0, and a NULL pointer. This would happen for boundary types other 2678 @retval S_FALSE if the requested boundary type is not implemented, such as 2703 values of 0, 0, and a NULL pointer. This would happen for boundary types other 2723 @retval S_FALSE if the requested boundary type is not implemented, such as 2739 Returns the substring defined by the specified boundary type at the specified 2742 For the word boundary type the returned string will contain the word at the 2769 @retval S_FALSE if the requested boundary type is not implemented, such as [all …]
|
/trunk/main/boost/prj/ |
H A D | d.lst | 301 mkdir: %_DEST%\inc%_EXT%\boost\locale\boundary 1036 ..\%__SRC%\inc\boost\locale\boundary\* %_DEST%\inc%_EXT%\boost\locale\boundary
|