HomeSort by relevance Sort by last modified time
    Searched refs:textLength (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/icu4c/common/
chariter.cpp 22 : textLength(0), pos(0), begin(0), end(0) {
26 : textLength(length), pos(0), begin(0), end(length) {
27 if(textLength < 0) {
28 textLength = end = 0;
33 : textLength(length), pos(position), begin(0), end(length) {
34 if(textLength < 0) {
35 textLength = end = 0;
45 : textLength(length), pos(position), begin(textBegin), end(textEnd) {
46 if(textLength < 0) {
47 textLength = 0
    [all...]
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,
171 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);
  /external/webkit/Source/WebCore/accessibility/gtk/
AccessibilityObjectAtk.cpp 115 unsigned textLength = text().length();
117 if (textLength)
118 return textLength;
125 textLength = renderText ? renderText->textLength() : 0;
130 if (!textLength && allowsTextRanges())
131 textLength = textUnderElement().length();
133 return textLength;
  /external/webkit/Source/WebCore/platform/text/
TextStream.cpp 88 size_t textLength = m_text.size();
89 if (stringLength > numeric_limits<size_t>::max() - textLength)
91 m_text.grow(textLength + stringLength);
93 m_text[textLength + i] = string[i];
  /packages/apps/Contacts/src/com/android/contacts/format/
FormatUtils.java 146 int textLength = text.length();
149 if (prefixLength == 0 || textLength < prefixLength) {
154 while (i < textLength) {
156 while (i < textLength && !Character.isLetterOrDigit(text.charAt(i))) {
160 if (i + prefixLength > textLength) {
176 while (i < textLength && Character.isLetterOrDigit(text.charAt(i))) {
  /external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutAttributesBuilder.cpp 107 atCharacter += text->textLength();
112 unsigned textLength = text->textLength();
113 for (unsigned textPosition = 0; textPosition < textLength; ++textPosition) {
153 void SVGTextLayoutAttributesBuilder::buildLayoutAttributesForAllCharacters(RenderSVGText* textRoot, unsigned textLength)
155 ASSERT(textLength);
161 m_positioningLists.fillWithEmptyValues(textLength);
164 TextPosition wholeTextPosition(outermostTextElement, 0, textLength);
190 unsigned textLength = text->textLength();
    [all...]
SVGTextMetrics.cpp 37 SVGTextMetrics::SVGTextMetrics(RenderSVGInlineText* textRenderer, const TextRun& run, unsigned position, unsigned textLength)
46 int extraCharsAvailable = textLength - (position + run.length());
102 return SVGTextMetrics(text, run, position, text->textLength());
SVGTextLayoutAttributesBuilder.h 63 void buildLayoutAttributesForAllCharacters(RenderSVGText*, unsigned textLength);
SVGTextMetrics.h 69 SVGTextMetrics(RenderSVGInlineText*, const TextRun&, unsigned position, unsigned textLength);
SVGTextQuery.h 39 float textLength() const;
  /external/icu4c/common/unicode/
urep.h 102 * @param textLength the number of UChars at text, or -1 if text
110 int32_t textLength);
ubrk.h 207 * @param textLength The number of characters in text, or -1 if null-terminated.
217 int32_t textLength,
227 * @param textLength The number of characters in text, or -1 if null-terminated.
239 int32_t textLength,
304 * @param textLength The length of the text
311 int32_t textLength,
chariter.h 659 int32_t textLength;
712 return textLength;
  /external/icu4c/i18n/
search.cpp 36 m_search_->textLength = other.m_search_->textLength;
159 m_search_->textLength = m_text_.length();
190 m_search_->textLength == that.m_search_->textLength &&
193 m_search_->textLength * sizeof(UChar)) == 0));
222 setOffset(m_search_->textLength, status);
223 return handlePrev(m_search_->textLength, status);
244 int32_t textlength = m_search_->textLength; local
    [all...]
usrchimp.h 27 int32_t textLength; // exact length
45 int32_t textLength; // exact length
utrans.cpp 437 int32_t* textLength,
450 int32_t textLen = (textLength == NULL || *textLength < 0)
451 ? u_strlen(text) : *textLength;
460 if(textLength != NULL) {
461 *textLength = textLen;
468 int32_t* textLength,
480 int32_t textLen = (textLength == NULL || *textLength < 0)
481 ? u_strlen(text) : *textLength;
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ucoleitr.h 105 * @param textLength The number of characters in text, or -1 if null-terminated
113 int32_t textLength,
199 * @param textLength The length of text, or -1 if null-terminated.
207 int32_t textLength,
ubrk.h 307 * @param textLength The number of characters in text, or -1 if null-terminated.
317 int32_t textLength,
327 * @param textLength The number of characters in text, or -1 if null-terminated.
339 int32_t textLength,
385 * @param textLength The length of the text
392 int32_t textLength,
  /external/icu4c/i18n/unicode/
ucoleitr.h 113 * @param textLength The number of characters in text, or -1 if null-terminated
121 int32_t textLength,
261 * @param textLength The length of text, or -1 if null-terminated.
269 int32_t textLength,
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/webkit/Source/WebCore/svg/
SVGTextContentElement.idl 38 readonly attribute SVGAnimatedLength textLength;
  /packages/apps/Calculator/src/com/android/calculator2/
CalculatorEditText.java 118 int textLength = text.length();
119 setSelection(0, textLength);
124 setSelection(textLength);
129 int textLength = text.length();
130 setSelection(0, textLength);
132 ((Editable) getText()).delete(0, textLength);
  /external/chromium/webkit/glue/
regular_expression_unittest.cc 19 const int textLength;
29 int matchedLength = matches[i].textLength;
31 WebString(matches[i].text, matches[i].textLength), 0, &matchedLength));

Completed in 439 milliseconds

1 2 3 4