HomeSort by relevance Sort by last modified time
    Searched refs:textLength (Results 26 - 50 of 176) sorted by null

12 3 4 5 6 7 8

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextMetricsBuilder.cpp 46 unsigned textLength() const { return static_cast<unsigned>(m_run.charactersLength()); }
50 return U16_IS_LEAD(m_run[textPosition]) && textPosition + 1 < textLength() && U16_IS_TRAIL(m_run[textPosition + 1]);
77 , m_run(SVGTextMetrics::constructTextRun(text, 0, text->textLength()))
201 unsigned textLength = calculator.textLength();
204 for (; textPosition < textLength; textPosition += currentMetrics.length()) {
SVGTextLayoutAttributesBuilder.cpp 89 atCharacter += text->textLength();
93 unsigned textLength = text->textLength();
94 for (unsigned textPosition = 0; textPosition < textLength; ++textPosition) {
SVGTextQuery.cpp 168 unsigned positionSize = layoutAttributes->context()->textLength();
244 // textLength() implementation
247 : textLength(0)
251 float textLength;
257 data->textLength += queryData->isVerticalText ? fragment.height : fragment.width;
261 float SVGTextQuery::textLength() const
268 return data.textLength;
  /external/chromium_org/third_party/icu/source/common/
ubrk.cpp 34 int32_t textLength,
80 ubrk_setText(uBI, text, textLength, status);
97 int32_t textLength,
114 ubrk_setText(uBI, text, textLength, status);
166 int32_t textLength,
178 utext_openUChars(&ut, text, textLength, status);
uchriter.cpp 78 && textLength == realThat.textLength
86 return uhash_hashUCharsN(text, textLength) ^ pos ^ begin ^ end;
355 end = textLength = newTextLength;
361 result = UnicodeString(text, textLength);
unistr.cpp 225 int32_t textLength)
229 doReplace(0, 0, text, 0, textLength);
234 int32_t textLength)
241 } else if(textLength < -1 ||
242 (textLength == -1 && !isTerminated) ||
243 (textLength >= 0 && isTerminated && text[textLength] != 0)
247 if(textLength == -1) {
249 textLength = u_strlen(text);
251 setArray((UChar *)text, textLength, isTerminated ? textLength + 1 : textLength)
    [all...]
usc_impl.c 43 int32_t textLength;
252 scriptRun->textLength = length;
263 if (scriptRun == NULL || scriptRun->scriptLimit >= scriptRun->textLength) {
270 for (scriptRun->scriptStart = scriptRun->scriptLimit; scriptRun->scriptLimit < scriptRun->textLength; scriptRun->scriptLimit += 1) {
280 if (high >= 0xD800 && high <= 0xDBFF && scriptRun->scriptLimit < scriptRun->textLength - 1) {
  /external/icu/icu4c/source/common/
ubrk.cpp 34 int32_t textLength,
80 ubrk_setText(uBI, text, textLength, status);
97 int32_t textLength,
114 ubrk_setText(uBI, text, textLength, status);
164 int32_t textLength,
169 utext_openUChars(&ut, text, textLength, status);
uchriter.cpp 79 && textLength == realThat.textLength
87 return ustr_hashUCharsN(text, textLength) ^ pos ^ begin ^ end;
356 end = textLength = newTextLength;
362 result = UnicodeString(text, textLength);
unistr.cpp 223 int32_t textLength)
227 doReplace(0, 0, text, 0, textLength);
232 int32_t textLength)
239 } else if(textLength < -1 ||
240 (textLength == -1 && !isTerminated) ||
241 (textLength >= 0 && isTerminated && text[textLength] != 0)
245 if(textLength == -1) {
247 textLength = u_strlen(text);
249 setArray((UChar *)text, textLength, isTerminated ? textLength + 1 : textLength)
    [all...]
usc_impl.c 43 int32_t textLength;
252 scriptRun->textLength = length;
263 if (scriptRun == NULL || scriptRun->scriptLimit >= scriptRun->textLength) {
270 for (scriptRun->scriptStart = scriptRun->scriptLimit; scriptRun->scriptLimit < scriptRun->textLength; scriptRun->scriptLimit += 1) {
280 if (high >= 0xD800 && high <= 0xDBFF && scriptRun->scriptLimit < scriptRun->textLength - 1) {
  /external/chromium_org/third_party/icu/source/i18n/unicode/
unum.h 445 * @param textLength The length of text, or -1 if null-terminated.
460 int32_t textLength,
469 * @param textLength The length of text, or -1 if null-terminated.
484 int32_t textLength,
493 * @param textLength The length of text, or -1 if null-terminated.
508 int32_t textLength,
521 * @param textLength The length of text, or -1 if null-terminated.
541 int32_t textLength,
552 * @param textLength the length of text, or -1 if null-terminated
569 int32_t textLength,
    [all...]
utrans.h 441 * length of the result is returned in *textLength, if textLength is
442 * non-NULL. *textLength may be greater than textCapacity, but only
449 * @param textLength a pointer to the length of the string in text.
452 * *textLength. If textLength is NULL then the string is assumed to
471 int32_t* textLength,
482 * The actual length of the result is returned in *textLength, if
483 * textLength is non-NULL. *textLength may be greater tha
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
unum.h 609 * @param textLength The length of text, or -1 if null-terminated.
624 int32_t textLength,
633 * @param textLength The length of text, or -1 if null-terminated.
648 int32_t textLength,
657 * @param textLength The length of text, or -1 if null-terminated.
672 int32_t textLength,
685 * @param textLength The length of text, or -1 if null-terminated.
705 int32_t textLength,
716 * @param textLength the length of text, or -1 if null-terminated
733 int32_t textLength,
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
ConversationDialogActivity.java 98 int textLength = text.length();
107 int fittingChars = paint.breakText(text, currentOffset, textLength, true, maxWidth, null);
109 if (currentOffset + fittingChars < textLength) {
122 currentOffset = textLength;
125 if (lineCount >= maxLinesPerPage || currentOffset >= textLength) {
141 } while (currentOffset < textLength);
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
AdapterInputConnection.java 403 int textLength = mEditable.length();
404 if (start < 0 || end < 0 || start > textLength || end > textLength) return true;
426 int textLength = mEditable.length();
431 if (a > textLength) a = textLength;
432 if (b > textLength) b = textLength;
  /external/icu/icu4c/source/i18n/
unum.cpp 324 int32_t textLength,
331 const UnicodeString src((UBool)(textLength == -1), text, textLength);
352 int32_t textLength,
357 parseRes(res, fmt, text, textLength, parsePos, status);
364 int32_t textLength,
369 parseRes(res, fmt, text, textLength, parsePos, status);
376 int32_t textLength,
381 parseRes(res, fmt, text, textLength, parsePos, status);
388 int32_t textLength,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderText.h 84 unsigned textLength() const { return m_text.length(); } // non virtual implementation of length()
170 // will use the more efficient textLength() instead, while
172 virtual unsigned length() const OVERRIDE FINAL { return textLength(); }
214 ASSERT_WITH_SECURITY_IMPLICATION(i < textLength());
220 if (i >= textLength())
  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
TrailingObjects.cpp 63 unsigned length = m_whitespace->textLength();
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTextContentElement.h 62 SVGAnimatedLength* textLength() { return m_textLength.get(); }
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prerror.h 66 PRIntn textLength, const char *text);
  /external/chromium_org/third_party/webrtc/modules/video_render/
i_video_render.h 114 const int32_t textLength,
  /external/chromium_org/third_party/webrtc/modules/video_render/linux/
video_render_linux_impl.h 107 const int32_t textLength,
  /external/chromium_org/third_party/webrtc/modules/video_render/windows/
i_video_render_win.h 90 const int32_t textLength,
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
DWrite.h     [all...]

Completed in 3486 milliseconds

12 3 4 5 6 7 8