/external/kernel-headers/original/asm-generic/ |
sections.h | 4 /* References to section boundaries */
|
/external/chromium/third_party/icu/source/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/data/xml/brkitr/ |
el.xml | 19 <icu:boundaries> 21 </icu:boundaries>
|
en_US_POSIX.xml | 21 <icu:boundaries> 23 </icu:boundaries>
|
ja.xml | 19 <icu:boundaries> 21 </icu:boundaries>
|
th.xml | 19 <icu:boundaries> 21 </icu:boundaries>
|
root.xml | 19 <icu:boundaries> 25 </icu:boundaries>
|
/external/chromium/third_party/icu/source/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/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/chromium/third_party/icu/source/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/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.
|
/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/chromium/third_party/icu/public/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...] |
/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 <alignment>} is an integer that defines the byte-alignment boundaries.
|
/external/bison/src/ |
location.h | 43 /* Return nonzero if A and B are equal boundaries. */
|