Searched refs:textLength (Results 101 - 125 of 139) sorted by relevance

123456

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGTextChunkBuilder.cpp130 desiredTextLength = textContentElement->textLength()->currentValue()->value(lengthContext);
H A DSVGInlineTextBox.cpp465 run.setCharactersLength(text->textLength() - fragment.characterOffset);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGTextContentElement.cpp49 // SVGTextContentElement's 'textLength' attribute needs special handling.
50 // It should return getComputedTextLength() when textLength is not specified manually.
94 return SVGTextQuery(renderer()).textLength();
/external/chromium_org/third_party/icu/source/test/letest/
H A Dgendata.cpp41 le_int32 textLength; member in struct:TestInput
/external/chromium_org/third_party/webrtc/modules/video_render/android/
H A Dvideo_render_android_impl.cc324 const int32_t textLength,
321 SetText( const uint8_t textId, const uint8_t* text, const int32_t textLength, const uint32_t textColorRef, const uint32_t backgroundColorRef, const float left, const float top, const float rigth, const float bottom) argument
/external/chromium_org/third_party/icu/source/i18n/
H A Duregex.cpp372 int32_t textLength,
378 if (text == NULL || textLength < -1) {
388 regexp->fTextLength = textLength;
392 utext_openUChars(&input, text, textLength, status);
435 int32_t *textLength,
461 if (textLength != NULL) {
462 *textLength = regexp->fTextLength;
370 uregex_setText(URegularExpression *regexp2, const UChar *text, int32_t textLength, UErrorCode *status) argument
434 uregex_getText(URegularExpression *regexp2, int32_t *textLength, UErrorCode *status) argument
/external/icu/icu4c/source/i18n/
H A Duregex.cpp373 int32_t textLength,
379 if (text == NULL || textLength < -1) {
389 regexp->fTextLength = textLength;
393 utext_openUChars(&input, text, textLength, status);
436 int32_t *textLength,
462 if (textLength != NULL) {
463 *textLength = regexp->fTextLength;
371 uregex_setText(URegularExpression *regexp2, const UChar *text, int32_t textLength, UErrorCode *status) argument
435 uregex_getText(URegularExpression *regexp2, int32_t *textLength, UErrorCode *status) argument
H A Drulebasedcollator.cpp877 UTF8NFDIterator(const uint8_t *text, int32_t textLength) argument
878 : s(text), pos(0), length(textLength) {}
894 FCDUTF8NFDIterator(const CollationData *data, const uint8_t *text, int32_t textLength) argument
895 : u8ci(data, FALSE, text, 0, textLength) {}
H A Ddecimfmt.cpp2502 int32_t textLength = text.length(); // One less pointer to follow
2745 for (; position < textLength; )
2878 if (pos < textLength)
2896 while (pos < textLength) {
3019 else if (fParseAllInput==UNUM_YES&&parsePosition.getIndex()!=textLength)
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dunistr.h1884 * This must be true if <code>textLength==-1</code>.
1886 * @param textLength The number of Unicode characters in <code>text</code> to alias.
1894 int32_t textLength);
2831 * @param textLength The number of Unicode characters in <TT>text</TT>
2836 int32_t textLength);
2850 * This must be true if <code>textLength==-1</code>.
2852 * @param textLength The number of Unicode characters in <code>text</code> to alias.
2859 int32_t textLength);
3549 int32_t len = length(), textLength = text.length(); local
3552 len == textLength
[all...]
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DTouchAdjustment.cpp192 endPos = textRenderer->textLength();
196 endPos = textRenderer->textLength();
/external/chromium_org/third_party/webrtc/modules/video_render/
H A Dvideo_render_impl.cc743 const int32_t textLength,
758 return _ptrRenderer->SetText(textId, text, textLength, textColorRef,
740 SetText( const uint8_t textId, const uint8_t* text, const int32_t textLength, const uint32_t textColorRef, const uint32_t backgroundColorRef, const float left, const float top, const float right, const float bottom) argument
/external/icu/icu4c/source/test/letest/
H A Dgendata.cpp43 le_int32 textLength; member in struct:TestInput
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineTextBox.cpp663 maximumLength = textRenderer().textLength() - m_start;
793 endPos = textRenderer().textLength();
797 endPos = textRenderer().textLength();
846 TextRun textRun = constructTextRun(style, font, string, textRenderer().textLength() - m_start, respectHyphen ? &charactersWithHyphen : 0);
1531 return constructTextRun(style, font, string, textRenderer().textLength() - startPos, charactersWithHyphen);
H A DRenderBlockLineLayout.cpp228 unsigned length = renderText->textLength();
657 if (rt->textLength()) {
1846 if (!dirtiedByFloat && (!prevRootBox->endsWithBreak() || !prevRootBox->lineBreakObj() || (prevRootBox->lineBreakObj()->isText() && prevRootBox->lineBreakPos() >= toRenderText(prevRootBox->lineBreakObj())->textLength())))
H A DRenderBlock.cpp4041 unsigned textLength = text.length(); local
4044 while (length < textLength && isSpaceForFirstLetter(text[length]))
4048 while (length < textLength && isPunctuationForFirstLetter(text[length]))
4052 if (isSpaceForFirstLetter(text[length]) || (textLength && length == textLength))
4059 for (unsigned scanLength = length; scanLength < textLength; ++scanLength) {
4068 // FIXME: If textLength is 0, length may still be 1!
H A DRenderBlockFlow.cpp2736 return constructTextRunInternal(context, font, text->characters8(), text->textLength(), style, direction, expansion);
2737 return constructTextRunInternal(context, font, text->characters16(), text->textLength(), style, direction, expansion);
2742 ASSERT(offset + length <= text->textLength());
2768 ASSERT(offset + length <= text->textLength());
/external/icu/icu4c/source/common/unicode/
H A Dunistr.h1948 * This must be true if <code>textLength==-1</code>.
1950 * @param textLength The number of Unicode characters in <code>text</code> to alias.
1958 int32_t textLength);
2907 * @param textLength The number of Unicode characters in <TT>text</TT>
2912 int32_t textLength);
2929 * This must be true if <code>textLength==-1</code>.
2931 * @param textLength The number of Unicode characters in <code>text</code> to alias.
2938 int32_t textLength);
3682 int32_t len = length(), textLength = text.length(); local
3683 return !text.isBogus() && len == textLength
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcitrtest.cpp29 textLength = textStr.length();
31 end=textLength;
969 textLength=end=LENGTHOF(s);
/external/icu/icu4c/source/test/intltest/
H A Dcitrtest.cpp30 textLength = textStr.length();
32 end=textLength;
970 textLength=end=LENGTHOF(s);
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXObject.h400 virtual int textLength() const { return 0; } function in class:WebCore::AXObject
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcustrtst.c1700 testUNormIteratorWithText(const UChar *text, int32_t textLength, int32_t middle, argument
1721 uiter_setString(&iter2, text, textLength);
1727 length=unorm_normalize(text, textLength, mode, 0, buffer, LENGTHOF(buffer), &errorCode);
/external/chromium_org/third_party/readability/js/
H A Dreadability.js922 var textLength = readability.getInnerText(e).length; variable
929 return linkLength / textLength;
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.cpp2052 unsigned textLength = text.length(); local
2053 Vector<UChar> charVector(textLength);
2055 for (unsigned i = 0; i < textLength; i++) {
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DVisibleUnits.cpp1130 int i = text->textLength();
1207 int length = toRenderText(r)->textLength();

Completed in 749 milliseconds

123456