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

1 2 3 4 5

  /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 79 && textLength == realThat.textLength
87 return ustr_hashUCharsN(text, textLength) ^ pos ^ begin ^ end;
356 end = textLength = newTextLength;
362 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];
  /frameworks/base/core/java/android/view/
AccessibilityIterators.java 269 final int textLength = mText.length();
270 if (textLength <= 0) {
273 if (offset >= textLength) {
280 while (start < textLength && mText.charAt(start) == '\n'
284 if (start >= textLength) {
288 while (end < textLength && !isEndBoundary(end)) {
296 final int textLength = mText.length();
297 if (textLength <= 0) {
304 if (end > textLength) {
305 end = textLength;
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
CCMBlockCipher.java 310 int textLength = getAssociatedTextLength();
311 if (textLength < ((1 << 16) - (1 << 8)))
313 cMac.update((byte)(textLength >> 8));
314 cMac.update((byte)textLength);
322 cMac.update((byte)(textLength >> 24));
323 cMac.update((byte)(textLength >> 16));
324 cMac.update((byte)(textLength >> 8));
325 cMac.update((byte)textLength);
340 extra = (extra + textLength) % 16;
  /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 665 int32_t textLength;
718 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...]
unum.cpp 320 int32_t textLength,
327 const UnicodeString src((UBool)(textLength == -1), text, textLength);
348 int32_t textLength,
353 parseRes(res, fmt, text, textLength, parsePos, status);
360 int32_t textLength,
365 parseRes(res, fmt, text, textLength, parsePos, status);
372 int32_t textLength,
377 parseRes(res, fmt, text, textLength, parsePos, status);
384 int32_t 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 115 * @param textLength The number of characters in text, or -1 if null-terminated
123 int32_t textLength,
267 * @param textLength The length of text, or -1 if null-terminated.
275 int32_t textLength,
  /external/webkit/Source/WebCore/svg/
SVGTextContentElement.idl 38 readonly attribute SVGAnimatedLength textLength;
  /packages/apps/Calculator/src/com/android/calculator2/
CalculatorEditText.java 176 int textLength = text.length();
177 setSelection(0, textLength);
182 setSelection(textLength);
187 int textLength = text.length();
188 setSelection(0, textLength);
190 ((Editable) getText()).delete(0, textLength);

Completed in 285 milliseconds

1 2 3 4 5