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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/media/libstagefright/codecs/common/
Config.mk 9 # Using v7 breaks generic build
  /external/chromium/third_party/icu/source/common/
dictbe.h 27 * dictionary to determine language-specific breaks.</p>
80 * <p>Find any breaks within a run in the supplied text.</p>
87 * @param reverse Whether the caller is looking for breaks in a reverse
90 * @param foundBreaks An allocated C array of the breaks found, if any
91 * @return The number of breaks found.
123 * @return The number of breaks found
138 * TrieWordDictionary and heuristics to determine Thai-specific breaks.</p>
180 * @return The number of breaks found
202 * Viterbi decoding to determine CJK-specific breaks.</p>
241 * @return The number of breaks foun
    [all...]
brkeng.h 61 * <p>Find any breaks within a run in the supplied text.</p>
68 * @param reverse Whether the caller is looking for breaks in a reverse
71 * @param foundBreaks An allocated C array of the breaks found, if any
72 * @return The number of breaks found.
89 * that can determine breaks for characters in a specific set, if
186 * <p>Find any breaks within a run in the supplied text.</p>
193 * @param reverse Whether the caller is looking for breaks in a reverse
196 * @param foundBreaks An allocated C array of the breaks found, if any
197 * @return The number of breaks found.
  /libcore/luni/src/main/java/java/text/spi/
BreakIteratorProvider.java 40 * Returns an instance of {@code BreakIterator} for word breaks in the
53 * Returns an instance of {@code BreakIterator} for line breaks in the
66 * Returns an instance of {@code BreakIterator} for character breaks in the
79 * Returns an instance of {@code BreakIterator} for sentence breaks in the
  /external/icu4c/common/
dictbe.h 27 * dictionary to determine language-specific breaks.</p>
80 * <p>Find any breaks within a run in the supplied text.</p>
87 * @param reverse Whether the caller is looking for breaks in a reverse
90 * @param foundBreaks An allocated C array of the breaks found, if any
91 * @return The number of breaks found.
123 * @return The number of breaks found
138 * TrieWordDictionary and heuristics to determine Thai-specific breaks.</p>
180 * @return The number of breaks found
brkeng.h 61 * <p>Find any breaks within a run in the supplied text.</p>
68 * @param reverse Whether the caller is looking for breaks in a reverse
71 * @param foundBreaks An allocated C array of the breaks found, if any
72 * @return The number of breaks found.
89 * that can determine breaks for characters in a specific set, if
186 * <p>Find any breaks within a run in the supplied text.</p>
193 * @param reverse Whether the caller is looking for breaks in a reverse
196 * @param foundBreaks An allocated C array of the breaks found, if any
197 * @return The number of breaks found.
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
lexical-047.js 40 "line breaks within a for expression" +
lexical-048.js 34 "line breaks within a for expression" +
lexical-049.js 39 "line breaks within a for expression" +
  /external/webkit/WebCore/manual-tests/inspector/
debugger-pause-on-else-statements.html 15 Start a debugging session in the Web Inspector and open this file. When the debugger breaks, select the (program) node
debugger-pause-on-for-in-statements.html 15 Start a debugging session in the Web Inspector and open this file. When the debugger breaks, select the (program) node
debugger-pause-on-for-statements.html 13 Start a debugging session in the Web Inspector and open this file. When the debugger breaks, select the (program) node
debugger-step-on-do-while-statements.html 17 Click the button and when the debugger breaks, set a breakpoint on the first line in the loop
  /external/chromium/third_party/icu/source/test/thaitest/
thaitest.cpp 23 * spaces inserted where the word breaks are. It computes a copy of
25 * to compute the word breaks. The program reports any differences in the
26 * breaks.
82 * This is the main class. It compares word breaks and reports the differences.
92 // verbose - report all breaks if true, otherwise just report differences
96 // returns the number of breaks that are in the spaces array
100 // returns the number of breaks which are found in the noSpaces
129 // returns - true if all breaks match, FALSE otherwise
141 // count of breaks in the spaces array that
145 // count of breaks found in the noSpaces arra
    [all...]
  /external/icu4c/test/thaitest/
thaitest.cpp 23 * spaces inserted where the word breaks are. It computes a copy of
25 * to compute the word breaks. The program reports any differences in the
26 * breaks.
82 * This is the main class. It compares word breaks and reports the differences.
92 // verbose - report all breaks if true, otherwise just report differences
96 // returns the number of breaks that are in the spaces array
100 // returns the number of breaks which are found in the noSpaces
129 // returns - true if all breaks match, FALSE otherwise
141 // count of breaks in the spaces array that
145 // count of breaks found in the noSpaces arra
    [all...]
  /external/icu4c/tools/genctd/
genctd.cpp 284 UnicodeSet breaks;
285 breaks.add(0x000A); // Line Feed
286 breaks.add(0x000D); // Carriage Return
287 breaks.add(0x2028); // Line Separator
288 breaks.add(0x2029); // Paragraph Separator
292 while (uc && !breaks.contains(uc)) {
296 while (uc && breaks.contains(uc)) {
300 while (uc && (breaks.contains(uc) || u_isspace(uc)));
330 while (uc && !breaks.contains(uc)) {
333 while (uc && breaks.contains(uc))
    [all...]
  /external/chromium/third_party/icu/public/common/unicode/
brkiter.h 74 * punctuation marks, have word-breaks on both sides.
287 * Create BreakIterator for word-breaks using the given locale.
288 * Returns an instance of a BreakIterator implementing word breaks.
292 * @return A BreakIterator for word-breaks. The UErrorCode& status
309 * Create BreakIterator for line-breaks using specified locale.
310 * Returns an instance of a BreakIterator implementing line breaks. Line
311 * breaks are logically possible line breaks, actual line breaks are
316 * @return A BreakIterator for line-breaks. The UErrorCode& statu
    [all...]
  /external/icu4c/common/unicode/
brkiter.h 74 * punctuation marks, have word-breaks on both sides.
287 * Create BreakIterator for word-breaks using the given locale.
288 * Returns an instance of a BreakIterator implementing word breaks.
292 * @return A BreakIterator for word-breaks. The UErrorCode& status
309 * Create BreakIterator for line-breaks using specified locale.
310 * Returns an instance of a BreakIterator implementing line breaks. Line
311 * breaks are logically possible line breaks, actual line breaks are
316 * @return A BreakIterator for line-breaks. The UErrorCode& statu
    [all...]
  /external/jpeg/
ansi2knr.c 535 char **breaks; local
547 breaks = (char **)malloc(sizeof(char *) * num_breaks * 2);
548 if ( breaks == 0 )
554 btop = breaks + num_breaks * 2 - 2;
555 bp = breaks;
566 free((char *)breaks);
634 if ( bp == breaks + 1 ) /* sole argument */
635 writeblanks(breaks[0], p);
650 if ( bp == breaks+2 )
651 { p = skipspace(breaks[0], 1)
    [all...]
  /external/chromium/base/i18n/
word_iterator.h 15 // The WordIterator class iterates through the words and word breaks
16 // in a string. (In the string " foo bar! ", the word breaks are at the
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/
dowhile-002.js 7 * a labeled break breaks you out of the whole labeled block, and not
switch-001.js 60 "switch with no breaks, case expressions are numbers. input is "+
switch-002.js 57 "switch with no breaks: input is " + input,
switch-003.js 51 "switch with no breaks: input is " + input,
try-009.js 7 * breaks out of the while. I don't really know why this is an interesting

Completed in 386 milliseconds

1 2 3 4 5 6 7 8 91011>>