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

  /external/icu4c/i18n/
brktrans.h 98 UVector32 *boundaries; member in class:BreakTransliterator
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceFilter.h 55 FloatRect boundaries; member in struct:WebCore::FilterData
  /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/
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...]
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 208 milliseconds