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

1 2

  /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...]
brktrans.h 98 UVector32 *boundaries; member in class:BreakTransliterator
  /external/icu4c/test/intltest/
rbbiapts.h 95 void doBoundaryTest(RuleBasedBreakIterator& bi, UnicodeString& text, int32_t *boundaries);
rbbiapts.cpp     [all...]
  /external/icu4c/test/cintltst/
utf8tst.c 378 * Use a (mostly) well-formed UTF-8 string and test at code point boundaries.
520 * Use a (mostly) well-formed UTF-8 string and test at code point boundaries.
532 static const int8_t boundaries[]={ 0, 1, 5, 7, 10, 12, 16, 17 }; local
538 if(offset != boundaries[i]){
539 log_err("ERROR: UTF8_FWD_1_UNSAFE offset expected:%d, Got:%d\n", boundaries[i], offset);
544 if(offset != boundaries[i]){
545 log_err("ERROR: U8_FWD_1_UNSAFE offset expected:%d, Got:%d\n", boundaries[i], offset);
549 for(i=LENGTHOF(boundaries)-2, offset=LENGTHOF(input); offset>0; --i) {
551 if(offset != boundaries[i]){
552 log_err("ERROR: UTF8_BACK_1_UNSAFE offset expected:%d, Got:%d\n", boundaries[i], offset)
    [all...]
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceFilter.cpp 163 filterData->boundaries = filterElement->filterBoundingBox(targetBoundingBox);
164 if (filterData->boundaries.isEmpty())
176 // Determine absolute boundaries of the filter and the drawing region.
177 FloatRect absoluteFilterBoundaries = filterData->shearFreeAbsoluteTransform.mapRect(filterData->boundaries);
179 drawingRegion.intersect(filterData->boundaries);
184 filterData->filter = SVGFilter::create(filterData->shearFreeAbsoluteTransform, absoluteDrawingRegion, targetBoundingBox, filterData->boundaries, primitiveBoundingBoxMode);
297 if (lastEffect && !filterData->boundaries.isEmpty() && !lastEffect->filterPrimitiveSubregion().isEmpty()) {
RenderSVGResourceFilter.h 55 FloatRect boundaries; member in struct:WebCore::FilterData
  /external/llvm/test/MC/X86/AlignedBundling/
single-inst-bundling.s 8 # Will be bundle-aligning to 16 byte boundaries
  /external/webkit/LayoutTests/fast/url/script-tests/
ipv4.js 51 // Repeat the previous tests, minus 1, to verify boundaries.
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 107 Vorbis packets may span page boundaries.
180 end the stream on other than even frame boundaries. The difference
02-bitpacking.tex 72 aligned to the boundaries of the byte representation; the next field
197 boundaries maintained in the bitstream.
  /external/protobuf/src/google/protobuf/io/
tokenizer.cc 336 AddError("String literals cannot cross line boundaries.");
  /external/webkit/Source/WebCore/rendering/
RenderText.cpp 385 IntRect boundaries = box->calculateBoundaries(); local
391 boundaries.setWidth(ellipsisRect.maxX() - boundaries.x());
393 boundaries.setHeight(ellipsisRect.maxY() - boundaries.y());
395 quads.append(localToAbsoluteQuad(FloatRect(boundaries)));
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regexec.c 109 int boundaries, Idx subexp_idx,
2051 int boundaries; local
    [all...]
  /external/chromium/chrome/browser/resources/ntp/
apps.js 485 // Here, we calculate the visible boundaries of the app launcher, which
  /dalvik/docs/
prettify.js 513 * The lexing function interprets the patterns to find token boundaries and
814 // Split non comment|string tokens on whitespace and word boundaries
    [all...]
  /build/tools/droiddoc/templates-ds/assets/js/
docs.js 161 false; // navigate across topic boundaries only in design docs
175 // except if cross boundaries aren't allowed, and we're at the top of a section already
228 } else if (isCrossingBoundary && !$('body.design').length) { // Design always crosses boundaries
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js 218 false; // navigate across topic boundaries only in design docs
232 // except if cross boundaries aren't allowed, and we're at the top of a section already
285 } else if (isCrossingBoundary && !$('body.design').length) { // Design always crosses boundaries
    [all...]
android_3p-bundle.js 769 * The lexing function interprets the patterns to find token boundaries and
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 214 false; // navigate across topic boundaries only in design docs
228 // except if cross boundaries aren't allowed, and we're at the top of a section already
281 } else if (isCrossingBoundary && !$('body.design').length) { // Design always crosses boundaries
    [all...]
android_3p-bundle.js 769 * The lexing function interprets the patterns to find token boundaries and
    [all...]
  /external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 553 # Shortcut function for hashPart with block-level boundaries.
    [all...]
  /external/v8/src/
messages.js 452 * Get a slice of source code from the script. The boundaries for the slice is
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 

Completed in 585 milliseconds

1 2