HomeSort by relevance Sort by last modified time
    Searched full:boundaries (Results 1 - 25 of 427) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/kernel-headers/original/asm-generic/
sections.h 4 /* References to section boundaries */
  /external/icu4c/data/xml/brkitr/
en_US_POSIX.xml 21 <icu:boundaries>
23 </icu:boundaries>
ja.xml 19 <icu:boundaries>
21 </icu:boundaries>
root.xml 19 <icu:boundaries>
25 </icu:boundaries>
  /external/icu4c/i18n/
brktrans.cpp 43 boundaries = new UVector32(status);
53 delete boundaries;
54 boundaries = NULL;
68 boundaries = new UVector32(status);
86 boundaries->removeAllElements();
93 // To make things much easier, we will stack the boundaries, and then insert at the end.
111 boundaries->addElement(boundary, status);
118 if (boundaries->size() != 0) { // if we found something, adjust
119 delta = boundaries->size() * fInsertion.length();
120 lastBoundary = boundaries->lastElementi()
    [all...]
  /external/icu4c/test/intltest/
tzbdtest.h 19 * A test which discovers the boundaries of DST programmatically and verifies
58 * Use a binary search to find boundaries.
73 * Find boundaries by stepping.
79 * Use a stepwise march to find boundaries.
rbbiapts.h 93 void doBoundaryTest(RuleBasedBreakIterator& bi, UnicodeString& text, int32_t *boundaries);
tmsgfmt.h 27 * regression test for a specific bug regarding ChoiceFormat boundaries
  /external/icu4c/samples/break/
ubreak.c 78 /* Creating and using text boundaries*/
101 printf("\n----- Sentence Boundaries, forward: -----------\n");
103 printf("\n----- Sentence Boundaries, backward: ----------\n");
110 printf("\n----- Word Boundaries, forward: -----------\n");
112 printf("\n----- Word Boundaries, backward: ----------\n");
break.cpp 91 /* Creating and using text boundaries */
113 puts("\n Sentence Boundaries... ");
121 printf("\n Word Boundaries... \n");
  /external/icu4c/common/unicode/
ubrk.h 39 * of boundaries in text. Pointer to a UBreakIterator maintain a
41 * where boundaries occur.
58 * Character boundary analysis identifies the boundaries of
70 * described in Unicode Standard Annex #29, Text Boundaries, and
85 /** The possible types of text boundaries. @stable ICU 2.0 */
99 * The iterator created using this type locates title boundaries as described for
110 /** Value indicating all text boundaries have been returned.
199 * Open a new UBreakIterator for locating text boundaries for a specified locale.
220 * Open a new UBreakIterator for locating text boundaries using specified breaking rules.
329 * if all text boundaries have been returned
    [all...]
brkiter.h 57 * of boundaries in text. BreakIterator is an abstract base class.
59 * text returning the index of characters where boundaries occur.
85 * described in Unicode Standard Annex #29, Text Boundaries, and
204 * boundaries have been returned.
225 * boundaries have been returned.
233 * boundaries have been returned.
278 * does nothing. Negative values move to previous boundaries
279 * and positive values move to later boundaries.
281 * DONE if there are fewer than |n| boundaries in the specfied direction.
335 * Character breaks are boundaries of combining character sequences
    [all...]
  /external/icu4c/samples/datecal/
cal.cpp 56 /* Creating and using text boundaries */
  /external/v8/tools/
mac-nm 10 # can't be done partially, because term boundaries are plain text symbols, such
  /external/webkit/WebCore/editing/
TextGranularity.h 32 // Frame doesn't need the 3 boundaries in this enum.
  /external/srec/portable/include/
pmalloc.h 44 #define DK_AUPBND 1U /* even-byte boundaries (2^^1) */
46 #define DK_MEMBND 2U /* cts : 4 byte malloc boundaries (3 ==> 8 byte) */
  /external/svox/pico/lib/
picospho.h 116 - pseudo-phonemes derived from boundaries and POS) is possible with
133 in addition, BOUNDs of BOUNDstrength = PHR0 are inserted to mark word boundaries
  /frameworks/base/docs/html/guide/developing/tools/
zipalign.jd 9 to be aligned on 4-byte boundaries. This
52 <p>The {@code &lt;alignment>} is an integer that defines the byte-alignment boundaries.
  /dalvik/libcore/xml/src/main/java/org/xml/sax/ext/
LexicalHandler.java 22 * and CDATA section boundaries.
129 * entity boundaries cannot be reported under any
138 * the original entity boundaries were.</p>
140 * <p>Note also that the boundaries of character references (which
  /external/bison/src/
location.h 43 /* Return nonzero if A and B are equal boundaries. */
  /external/icu4c/samples/citer/
readme.txt 5 Using ICU to determine the linguistic boundaries within text
  /external/icu4c/test/testdata/
testaliases.txt 31 boundaries:alias { "/ICUDATA-brkitr/ja" } // Referencing corresponding resource in another bundle
  /external/webkit/WebCore/icu/unicode/
ubrk.h 36 * of boundaries in text. Pointer to a UBreakIterator maintain a
38 * where boundaries occur.
68 * This is the interface for all text boundaries.
146 * Creating and using text boundaries
186 /** The possible types of text boundaries. @stable ICU 2.0 */
200 * The iterator created using this type locates title boundaries as described for
211 /** Value indicating all text boundaries have been returned.
300 * Open a new UBreakIterator for locating text boundaries for a specified locale.
321 * Open a new UBreakIterator for locating text boundaries using specified breaking rules.
411 * if all text boundaries have been returned
    [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
symshift.pl 14 # Part-Of-Speech symbols, accents,boundaries) are expressed with
135 #boundaries
155 #boundaries
  /external/grub/stage2/
mb_header.h 80 /* Align all boot modules on i386 page (4KB) boundaries. */

Completed in 418 milliseconds

1 2 3 4 5 6 7 8 91011>>