HomeSort by relevance Sort by last modified time
    Searched full:boundaries (Results 1 - 25 of 1239) 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/chromium_org/third_party/icu/source/data/xml/brkitr/
el.xml 19 <icu:boundaries>
21 </icu:boundaries>
en_US_POSIX.xml 21 <icu:boundaries>
23 </icu:boundaries>
fi.xml 19 <icu:boundaries>
21 </icu:boundaries>
he.xml 19 <icu:boundaries>
21 </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/icu4c/data/xml/brkitr/
el.xml 19 <icu:boundaries>
21 </icu:boundaries>
en_US_POSIX.xml 21 <icu:boundaries>
23 </icu:boundaries>
fi.xml 19 <icu:boundaries>
21 </icu:boundaries>
ja.xml 19 <icu:boundaries>
21 </icu:boundaries>
root.xml 19 <icu:boundaries>
25 </icu:boundaries>
  /external/chromium_org/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_org/chrome/browser/ui/cocoa/browser/
avatar_label_button.h 19 // Returns the size of the label text (including boundaries).
  /external/chromium_org/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.
  /external/clang/test/Analysis/
html-diags-multifile.c 7 // cross file 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/chromium_org/chrome/browser/ui/app_list/search/
tokenized_string.h 18 // the words again at camel case boundaries and alpha/number boundaries.
  /external/chromium_org/ui/base/accessibility/
accessible_text_utils.h 16 // Boundaries that can be passed to FindAccessibleTextBoundary,
17 // representing various visual boundaries in (potentially multi-line)
  /external/iproute2/include/linux/
types.h 40 * 64-bit values align to 4-byte boundaries on x86_32 (and possibly other
41 * architectures) and to 8-byte boundaries on 64-bit architectures. The new
  /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");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multifile.py 41 global boundaries, linecount
47 boundaries += 1
58 global boundaries, linecount
59 boundaries = 0
63 assert boundaries == 2
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multifile.py 41 global boundaries, linecount
47 boundaries += 1
58 global boundaries, linecount
59 boundaries = 0
63 assert boundaries == 2

Completed in 1127 milliseconds

1 2 3 4 5 6 7 8 91011>>