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

1 2 3 45 6 7 8

  /external/chromium_org/third_party/icu/source/test/cintltst/
reapits.c 409 int32_t textLength;
418 result = uregex_getText(re, &textLength, &status);
420 TEST_ASSERT(textLength == -1);
425 result = uregex_getText(re, &textLength, &status);
427 TEST_ASSERT(textLength == 7);
432 result = uregex_getText(re, &textLength, &status);
434 TEST_ASSERT(textLength == 4);
    [all...]
custrtst.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
reapits.c 450 int32_t textLength;
459 result = uregex_getText(re, &textLength, &status);
461 TEST_ASSERT(textLength == -1);
466 result = uregex_getText(re, &textLength, &status);
468 TEST_ASSERT(textLength == 7);
473 result = uregex_getText(re, &textLength, &status);
475 TEST_ASSERT(textLength == 4);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextFormControlElement.cpp 221 unsigned textLength = text.length();
226 start = std::min(start, textLength);
227 end = std::min(end, textLength);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineIterator.h 90 return m_obj && m_obj->preservesNewline() && m_obj->isText() && toRenderText(m_obj)->textLength()
329 ASSERT(m_pos <= toRenderText(m_obj)->textLength());
393 if (m_pos < toRenderText(m_obj)->textLength())
InlineTextBox.cpp 663 maximumLength = textRenderer().textLength() - m_start;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngine.cpp 205 // Eventually handle textLength adjustments.
213 desiredTextLength = textContentElement->textLength()->currentValue()->value(lengthContext);
274 fprintf(stderr, " textRenderer properties, textLength=%i\n", textBox->textRenderer()->textLength());
347 if (m_logicalCharacterOffset != logicalAttributes->context()->textLength())
SVGTextChunkBuilder.cpp 130 desiredTextLength = textContentElement->textLength()->currentValue()->value(lengthContext);
  /external/icu/icu4c/source/i18n/
choicfmt.cpp 311 int32_t textLength = text.length();
313 for (int32_t j = 0; j < textLength; ++j) {
uregex.cpp 373 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;
    [all...]
rulebasedcollator.cpp 877 UTF8NFDIterator(const uint8_t *text, int32_t textLength)
878 : s(text), pos(0), length(textLength) {}
894 FCDUTF8NFDIterator(const CollationData *data, const uint8_t *text, int32_t textLength)
895 : u8ci(data, FALSE, text, 0, textLength) {}
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTextContentElement.cpp 49 // 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/
gendata.cpp 41 le_int32 textLength;
  /external/chromium_org/third_party/webrtc/modules/video_render/android/
video_render_android_impl.cc 324 const int32_t textLength,
  /external/chromium_org/third_party/icu/source/i18n/
uregex.cpp 372 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;
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
unistr.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
TouchAdjustment.cpp 192 endPos = textRenderer->textLength();
196 endPos = textRenderer->textLength();
  /external/chromium_org/third_party/webrtc/modules/video_render/
video_render_impl.cc 743 const int32_t textLength,
758 return _ptrRenderer->SetText(textId, text, textLength, textColorRef,
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObject.h 400 virtual int textLength() const { return 0; }
  /external/icu/icu4c/source/test/letest/
gendata.cpp 43 le_int32 textLength;
  /external/icu/icu4c/source/common/unicode/
unistr.h     [all...]
  /frameworks/base/core/java/android/text/
Layout.java 244 int textLength = buf.length();
258 spanEnd = sp.nextSpanTransition(start, textLength,
377 int textLength = buffer.length();
378 mLineBackgroundSpans.init(buffer, 0, textLength);
401 spanEnd = mLineBackgroundSpans.getNextTransition(start, textLength);
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
citrtest.cpp 29 textLength = textStr.length();
31 end=textLength;
    [all...]
  /external/icu/icu4c/source/test/intltest/
citrtest.cpp 30 textLength = textStr.length();
32 end=textLength;
    [all...]
  /frameworks/base/core/java/android/widget/
Editor.java 734 final int textLength = mTextView.getText().length();
735 if (offset + 1 < textLength) {
742 if (offset < textLength) {
    [all...]

Completed in 1689 milliseconds

1 2 3 45 6 7 8