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

1 2 3 4 5 6 7 8

  /external/chromium_org/third_party/icu/source/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...]
  /external/icu/icu4c/source/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...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
T_S_I__0.py 8 def fixlongs(glyphID, textLength, textOffset):
9 return int(glyphID), int(textLength), textOffset
21 glyphID, textLength, textOffset = fixlongs(*struct.unpack(tsi0Format, data[:size]))
22 indices.append((glyphID, textLength, textOffset))
35 for index, textLength, textOffset in self.indices:
36 data = data + struct.pack(tsi0Format, index, textLength, textOffset)
38 for index, textLength, textOffset in self.extra_indices:
39 data = data + struct.pack(tsi0Format, index, textLength, textOffset)
T_S_I__1.py 15 glyphID, textLength, textOffset = indextable.indices[i]
16 if textLength == 0x8000:
18 textLength = indextable.indices[i+1][1]
19 if textLength > 0x8000:
21 text = data[textOffset:textOffset+textLength]
22 assert len(text) == textLength
28 extraCode, textLength, textOffset = indextable.extra_indices[i]
29 if textLength == 0x8000:
31 textLength = len(data) - textOffset
33 textLength = indextable.extra_indices[i+1][1
    [all...]
  /frameworks/base/core/java/android/view/
AccessibilityIterators.java 267 final int textLength = mText.length();
268 if (textLength <= 0) {
271 if (offset >= textLength) {
278 while (start < textLength && mText.charAt(start) == '\n'
282 if (start >= textLength) {
286 while (end < textLength && !isEndBoundary(end)) {
294 final int textLength = mText.length();
295 if (textLength <= 0) {
302 if (end > textLength) {
303 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/chromium_org/third_party/icu/source/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,
310 * @param textLength The length of the text
317 int32_t textLength,
chariter.h 665 int32_t textLength;
718 return textLength;
  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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,
310 * @param textLength The length of the text
317 int32_t textLength,
chariter.h 665 int32_t textLength;
718 return textLength;
  /external/icu/icu4c/source/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...]
utrans.cpp 438 int32_t* textLength,
451 int32_t textLen = (textLength == NULL || *textLength < 0)
452 ? u_strlen(text) : *textLength;
461 if(textLength != NULL) {
462 *textLength = textLen;
469 int32_t* textLength,
481 int32_t textLen = (textLength == NULL || *textLength < 0)
482 ? u_strlen(text) : *textLength;
    [all...]
ucoleitr.cpp 266 int32_t textLength,
272 if (coll == NULL || (text == NULL && textLength != 0)) {
282 UnicodeString s((UBool)(textLength < 0), text, textLength);
467 int32_t textLength,
474 if ((text == NULL && textLength != 0)) {
478 UnicodeString s((UBool)(textLength < 0), text, textLength);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTextContentElement.idl 34 readonly attribute SVGAnimatedLength textLength;
  /external/icu/icu4c/source/i18n/unicode/
ucoleitr.h 105 * @param textLength The number of characters in text, or -1 if null-terminated
113 int32_t textLength,
197 * @param textLength The length of text, or -1 if null-terminated.
205 int32_t textLength,
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
CCMBlockCipher.java 383 int textLength = getAssociatedTextLength();
384 if (textLength < ((1 << 16) - (1 << 8)))
386 cMac.update((byte)(textLength >> 8));
387 cMac.update((byte)textLength);
395 cMac.update((byte)(textLength >> 24));
396 cMac.update((byte)(textLength >> 16));
397 cMac.update((byte)(textLength >> 8));
398 cMac.update((byte)textLength);
412 extra = (extra + textLength) % 16;
  /external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/selfbraille/
WriteData.java 134 int textLength = mText.length();
135 if (selectionStart > textLength || selectionEnd > textLength) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextQuery.h 39 float textLength() const;
  /packages/apps/Calculator/src/com/android/calculator2/
CalculatorEditText.java 133 final int textLength = text.length();
134 if (getSelectionStart() != textLength || getSelectionEnd() != textLength) {
136 setSelection(textLength);
  /external/chromium_org/third_party/icu/source/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,

Completed in 554 milliseconds

1 2 3 4 5 6 7 8