Home
last modified time | relevance | path

Searched refs:boundary (Results 1 – 25 of 77) sorted by relevance

1234

/trunk/main/i18npool/source/breakiterator/
H A Dxdictionary.cxx57 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 DReportUploader.java79 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 DSpreadsheetRawReportTarget.java103 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 Dxdictionary.hxx47 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 DBoundVolume.idl36 /** 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 Dcall.asm125 ; 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 DTODO41 + word boundary issues
/trunk/main/offapi/com/sun/star/image/
H A DImageMapRectangleObject.idl50 /** This is the boundary of this rectangle object */
/trunk/main/offapi/com/sun/star/i18n/
H A DTextConversionResult.idl46 /** The boundary of the first convertible word in the given text.
H A DXBreakIterator.idl147 <p> If <em>nPos</em> is the boundary of a word, it is StartPos
/trunk/main/i18npool/source/breakiterator/data/
H A Dcount_word.txt113 # but must back up at least enough, and must stop on a boundary.)
H A Dcount_word_fi.txt122 # but must back up at least enough, and must stop on a boundary.)
H A Dedit_word.txt130 # but must back up at least enough, and must stop on a boundary.)
H A Dsent.txt77 # Note: follows errata for Unicode 5.0 boundary rules.
H A Ddict_word_ca.txt127 # but must back up at least enough, and must stop on a boundary.)
H A Dedit_word_he.txt130 # but must back up at least enough, and must stop on a boundary.)
H A Ddict_word.txt136 # but must back up at least enough, and must stop on a boundary.)
H A Ddict_word_he.txt127 # but must back up at least enough, and must stop on a boundary.)
H A Ddict_word_nodash.txt135 # but must back up at least enough, and must stop on a boundary.)
H A Ddict_word_fi.txt135 # but must back up at least enough, and must stop on a boundary.)
H A Dedit_word_hu.txt147 # but must back up at least enough, and must stop on a boundary.)
H A Ddict_word_hu.txt150 # but must back up at least enough, and must stop on a boundary.)
H A Ddict_word_prepostdash.txt145 # but must back up at least enough, and must stop on a boundary.)
/trunk/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl2341 /** 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 Dd.lst301 mkdir: %_DEST%\inc%_EXT%\boost\locale\boundary
1036 ..\%__SRC%\inc\boost\locale\boundary\* %_DEST%\inc%_EXT%\boost\locale\boundary

Completed in 74 milliseconds

1234