/external/icu4c/common/unicode/ |
utf8.h | 328 * "Safe" macro, checks for illegal sequences and for string boundaries. 376 * "Safe" macro, checks for illegal sequences and for string boundaries. 505 * "Safe" macro, checks for illegal sequences and for string boundaries. 553 * "Safe" macro, checks for illegal sequences and for string boundaries. 595 * "Safe" macro, checks for illegal sequences and for string boundaries. 656 * "Safe" macro, checks for illegal sequences and for string boundaries. 684 * "Safe" macro, checks for illegal sequences and for string boundaries. 731 * "Safe" macro, checks for illegal sequences and for string boundaries. 771 * "Safe" macro, checks for illegal sequences and for string boundaries. 812 * "Safe" macro, checks for illegal sequences and for string boundaries [all...] |
/libcore/luni/src/main/java/java/text/ |
BreakIterator.java | 25 * Locates boundaries in text. This class defines a protocol for objects that 33 * locates boundaries between sentences. This is useful for triple-click 36 * boundaries between words. This is useful for double-click selection or "find 48 * locates boundaries between logical characters. Because of the structure of 96 * Creating and using text boundaries: 214 * next. With the word-break iterator, the characters between two boundaries 229 * {@code next()} if they have returned all valid boundaries.
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
RenderSVGShape.cpp | 376 FloatRect boundaries; local 380 boundaries.unite(marker->markerBoundaries(marker->markerTransformation(m_markerPositions[i].origin, m_markerPositions[i].angle, strokeWidth))); 382 return boundaries;
|
/external/guava/guava-tests/test/com/google/common/math/ |
MathTesting.java | 99 * positive values on or near 2^N for N near multiples of 8 (near byte boundaries). 135 * positive values on or near 2^N for N near multiples of 8 (near byte boundaries). This list is 168 * contains positive values on or near 2^N for N near multiples of 8 (near byte boundaries). This
|
/device/asus/flo/conn_init/ |
wfc_util_main.c | 51 * //always ensure fields are aligned to 32-bit boundaries
|
/device/lge/mako/conn_init/ |
wfc_util_main.c | 51 * //always ensure fields are aligned to 32-bit boundaries
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMNodeListBase.java | 38 * across CDATASection and EntityReference boundaries), we will return
|
/external/bison/src/ |
location.h | 71 /* Return nonzero if A and B are equal boundaries. */
|
/external/ceres-solver/internal/ceres/ |
coordinate_descent_minimizer.h | 79 // parallel. This array, marks the boundaries of the independent
|
/external/chromium/chrome/browser/ui/search_engines/ |
template_url_table_model.h | 110 // group boundaries.
|
/external/chromium/chrome/browser/ui/views/ |
detachable_toolbar_view.cc | 44 // The 0.5 is to correct for Skia's "draw on pixel boundaries"ness.
|
/external/chromium/net/tools/flip_server/ |
balsa_headers_token_utils.cc | 19 // Determine the boundaries of the value
|
/external/chromium_org/chrome/browser/ui/views/ |
detachable_toolbar_view.cc | 59 // The 0.5 is to correct for Skia's "draw on pixel boundaries"ness.
|
/external/chromium_org/chrome/installer/gcapi/ |
gcapi_omaha_experiment.cc | 78 // when crossing time boundaries on the system clock and doesn't otherwise
|
/external/chromium_org/content/child/npapi/ |
npobject_proxy.h | 25 // proxy calls to NPObjects across process boundaries. This happens both ways,
|
/external/chromium_org/mojo/public/tests/ |
buffer_unittest.cc | 62 // Tests that FixedBuffer allocates memory aligned to 8 byte boundaries.
|
/external/chromium_org/net/spdy/ |
spdy_read_queue_unittest.cc | 59 // boundaries.
|
/external/chromium_org/net/tools/balsa/ |
balsa_headers_token_utils.cc | 19 // Determine the boundaries of the value
|
/external/chromium_org/ppapi/examples/audio/ |
audio.cc | 113 // on buffer boundaries.
|
/external/chromium_org/remoting/base/ |
util.h | 34 // completely contained within the source and destinations buffers boundaries
|
/external/chromium_org/sandbox/win/src/sidestep/ |
preamble_patcher.h | 58 // instruction boundaries.
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
PrintContext.h | 80 // Draw all pages into a graphics context with lines which mean page boundaries.
|
/external/chromium_org/third_party/icu/source/common/ |
brkiter.cpp | 41 // This class implements methods for finding the location of boundaries in text. 43 // returning the index of characters where boundaries occur. 79 // Get the "boundaries" array. 81 brkRules = ures_getByKeyWithFallback(b, "boundaries", brkRules, &status);
|
unorm_it.h | 133 * that are not at normalization boundaries
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
multipart.h | 39 // the supplied parts together, and adding the correct boundaries.
|