Home
last modified time | relevance | path

Searched refs:boundaries (Results 1 – 25 of 94) sorted by relevance

1234

/external/icu4c/i18n/
Dbrktrans.cpp43 boundaries = new UVector32(status); in BreakTransliterator()
53 delete boundaries; in ~BreakTransliterator()
54 boundaries = NULL; in ~BreakTransliterator()
68 boundaries = new UVector32(status); in BreakTransliterator()
86 boundaries->removeAllElements(); in handleTransliterate()
111 boundaries->addElement(boundary, status); in handleTransliterate()
118 if (boundaries->size() != 0) { // if we found something, adjust in handleTransliterate()
119 delta = boundaries->size() * fInsertion.length(); in handleTransliterate()
120 lastBoundary = boundaries->lastElementi(); in handleTransliterate()
124 while (boundaries->size() > 0) { in handleTransliterate()
[all …]
Dbrktrans.h98 UVector32 *boundaries; variable
/external/icu4c/test/cintltst/
Dutf8tst.c532 static const int8_t boundaries[]={ 0, 1, 5, 7, 10, 12, 16, 17 }; in TestFwdBackUnsafe() local
538 if(offset != boundaries[i]){ in TestFwdBackUnsafe()
539 log_err("ERROR: UTF8_FWD_1_UNSAFE offset expected:%d, Got:%d\n", boundaries[i], offset); in TestFwdBackUnsafe()
544 if(offset != boundaries[i]){ in TestFwdBackUnsafe()
545 log_err("ERROR: U8_FWD_1_UNSAFE offset expected:%d, Got:%d\n", boundaries[i], offset); in TestFwdBackUnsafe()
549 for(i=LENGTHOF(boundaries)-2, offset=LENGTHOF(input); offset>0; --i) { in TestFwdBackUnsafe()
551 if(offset != boundaries[i]){ in TestFwdBackUnsafe()
552 … log_err("ERROR: UTF8_BACK_1_UNSAFE offset expected:%d, Got:%d\n", boundaries[i], offset); in TestFwdBackUnsafe()
555 for(i=LENGTHOF(boundaries)-2, offset=LENGTHOF(input); offset>0; --i) { in TestFwdBackUnsafe()
557 if(offset != boundaries[i]){ in TestFwdBackUnsafe()
[all …]
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGResourceFilter.cpp163 filterData->boundaries = filterElement->filterBoundingBox(targetBoundingBox); in applyResource()
164 if (filterData->boundaries.isEmpty()) in applyResource()
177 … absoluteFilterBoundaries = filterData->shearFreeAbsoluteTransform.mapRect(filterData->boundaries); in applyResource()
179 drawingRegion.intersect(filterData->boundaries); in applyResource()
184 …soluteTransform, absoluteDrawingRegion, targetBoundingBox, filterData->boundaries, primitiveBoundi… in applyResource()
297 …if (lastEffect && !filterData->boundaries.isEmpty() && !lastEffect->filterPrimitiveSubregion().isE… in postApplyResource()
DRenderSVGResourceFilter.h55 FloatRect boundaries; member
/external/hyphenation/
DREADME.nonstandard22 or with narrow boundaries:
34 narrow boundaries may be better for recent Libhnj. For example,
37 boundaries solves this problem. Java HyFo module can check this problem.
71 These point may be at subregion boundaries: schif3fahrt/ff=,5,1
DREADME.compound14 set is for hyphenation only at compound word boundaries, the second one
/external/icu4c/data/brkitr/
Del.txt11 boundaries{
Dja.txt11 boundaries{
Den_US_POSIX.txt11 boundaries{
Dfi.txt11 boundaries{
Droot.txt11 boundaries{
/external/icu4c/test/intltest/
Drbbiapts.h95 void doBoundaryTest(RuleBasedBreakIterator& bi, UnicodeString& text, int32_t *boundaries);
/external/llvm/test/MC/X86/AlignedBundling/
Dsingle-inst-bundling.s8 # Will be bundle-aligning to 16 byte boundaries
/external/valgrind/main/docs/internals/
Dmodule-structure.txt4 the beast is caused by the lack of clear boundaries, definitions and
59 boundaries are enforceable by the compiler.
/external/icu4c/test/testdata/
Dtestaliases.txt31boundaries:alias { "/ICUDATA-brkitr/th" } // Referencing corresponding resource in another bundle
/external/webkit/Source/WebCore/rendering/
DRenderText.cpp385 IntRect boundaries = box->calculateBoundaries(); in absoluteQuads() local
391 boundaries.setWidth(ellipsisRect.maxX() - boundaries.x()); in absoluteQuads()
393 boundaries.setHeight(ellipsisRect.maxY() - boundaries.y()); in absoluteQuads()
395 quads.append(localToAbsoluteQuad(FloatRect(boundaries))); in absoluteQuads()
/external/icu4c/samples/break/
Dreadme.txt5 Using ICU to determine the linguistic boundaries within text
/external/webkit/Source/WebCore/page/mac/
DFrameMac.mm105 // Search for word boundaries only if label starts/ends with "word characters".
106 // If we always searched for word boundaries, this wouldn't work for languages
215 // Make numbers and _'s in field names behave like word boundaries, e.g., "address2"
/external/libvorbis/doc/
Da1-encapsulation-ogg.tex107 Vorbis packets may span page boundaries.
180 end the stream on other than even frame boundaries. The difference
D02-bitpacking.tex72 aligned to the boundaries of the byte representation; the next field
197 boundaries maintained in the bitstream.
/external/quake/quake/src/QW/docs/
Dglqwcl-readme.txt59 OpenGL only allows textures to repeat on power of two boundaries (32, 64,
61 or 96 pixel boundaries. These need to be either stretched out to the next
/external/quake/quake/src/WinQuake/docs/
Dreadme.glquake79 OpenGL only allows textures to repeat on power of two boundaries (32, 64,
81 or 96 pixel boundaries. These need to be either stretched out to the next
/external/quake/quake/src/WinQuake/kit/
DREADME.TXT65 OpenGL only allows textures to repeat on power of two boundaries (32, 64,
67 or 96 pixel boundaries. These need to be either stretched out to the next
/external/quake/quake/src/WinQuake/
Dglqnotes.txt65 OpenGL only allows textures to repeat on power of two boundaries (32, 64,
67 or 96 pixel boundaries. These need to be either stretched out to the next

1234