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

  /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 93 void doBoundaryTest(RuleBasedBreakIterator& bi, UnicodeString& text, int32_t *boundaries);
rbbiapts.cpp     [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/webkit/LayoutTests/fast/url/script-tests/
ipv4.js 51 // Repeat the previous tests, minus 1, to verify boundaries.
  /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-sdk/assets/js/
docs.js 156 false; // navigate across topic boundaries only in design docs
172 // except if cross boundaries aren't allowed, and we're at the top of a section already
    [all...]
  /external/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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 1270 milliseconds