Searched refs:textLength (Results 1 - 25 of 92) sorted by relevance

1234

/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dchariter.cpp22 : 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
[all...]
H A Dicuuc40shim.cpp155 int32_t textLength,
158 return ubrk_open(type, locale, text, textLength, status);
186 int32_t textLength,
189 return ubrk_setText(bi, text, textLength, status);
344 UnicodeString(UBool isTerminated, const UChar *text, int32_t textLength) argument
345 : icu::UnicodeString(isTerminated, text, textLength)
152 ubrk_open_4_0(UBreakIteratorType type, const char *locale, const UChar *text, int32_t textLength, UErrorCode *status) argument
184 ubrk_setText_4_0(UBreakIterator* bi, const UChar* text, int32_t textLength, UErrorCode* status) argument
H A Dubrk.cpp34 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);
31 ubrk_open(UBreakIteratorType type, const char *locale, const UChar *text, int32_t textLength, UErrorCode *status) argument
94 ubrk_openRules( const UChar *rules, int32_t rulesLength, const UChar *text, int32_t textLength, UParseError *parseErr, UErrorCode *status) argument
164 ubrk_setText(UBreakIterator* bi, const UChar* text, int32_t textLength, UErrorCode* status) argument
H A Duchriter.cpp79 && textLength == realThat.textLength
87 return ustr_hashUCharsN(text, textLength) ^ pos ^ begin ^ end;
356 end = textLength = newTextLength;
362 result = UnicodeString(text, textLength);
H A Dunistr.cpp227 int32_t textLength)
231 doReplace(0, 0, text, 0, textLength);
236 int32_t textLength)
243 } else if(textLength < -1 ||
244 (textLength == -1 && !isTerminated) ||
245 (textLength >= 0 && isTerminated && text[textLength] != 0)
249 if(textLength == -1) {
251 textLength = u_strlen(text);
253 setArray((UChar *)text, textLength, isTerminate
226 UnicodeString(const UChar *text, int32_t textLength) argument
234 UnicodeString(UBool isTerminated, const UChar *text, int32_t textLength) argument
1134 setTo(UBool isTerminated, const UChar *text, int32_t textLength) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/accessibility/atk/
H A DAccessibilityObjectAtk.cpp151 unsigned textLength = text().length(); local
153 if (textLength)
154 return textLength;
161 textLength = renderText ? renderText->textLength() : 0;
166 if (!textLength && allowsTextRanges())
167 textLength = textUnderElement().length();
169 return textLength;
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Durep.h102 * @param textLength the number of UChars at text, or -1 if text
110 int32_t textLength);
H A Dubrk.h207 * @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,
H A Dchariter.h665 int32_t textLength; member in class:CharacterIterator
718 return textLength;
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dsearch.cpp36 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;
286 offset = m_search_->textLength;
[all...]
H A Dusrchimp.h27 int32_t textLength; // exact length member in struct:USearch
45 int32_t textLength; // exact length member in struct:UPattern
H A Dutrans.cpp437 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...]
H A Dicuin40shim.cpp113 int32_t* textLength,
119 return utrans_transUChars(trans, text, textLength, textCapacity, start, limit, status);
111 utrans_transUChars_4_0(const UTransliterator* trans, UChar* text, int32_t* textLength, int32_t textCapacity, int32_t start, int32_t* limit, UErrorCode* status) argument
H A Dunum.cpp320 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,
317 parseRes(Formattable& res, const UNumberFormat* fmt, const UChar* text, int32_t textLength, int32_t *parsePos , UErrorCode *status) argument
346 unum_parse( const UNumberFormat* fmt, const UChar* text, int32_t textLength, int32_t *parsePos , UErrorCode *status) argument
358 unum_parseInt64( const UNumberFormat* fmt, const UChar* text, int32_t textLength, int32_t *parsePos , UErrorCode *status) argument
370 unum_parseDouble( const UNumberFormat* fmt, const UChar* text, int32_t textLength, int32_t *parsePos , UErrorCode *status) argument
382 unum_parseDecimal(const UNumberFormat* fmt, const UChar* text, int32_t textLength, int32_t *parsePos , char *outBuf, int32_t outBufLength, UErrorCode *status) argument
415 unum_parseDoubleCurrency(const UNumberFormat* fmt, const UChar* text, int32_t textLength, int32_t* parsePos, UChar* currency, UErrorCode* status) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/icu/unicode/
H A Dubrk.h207 * @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,
H A Ducoleitr.h113 * @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,
H A Dchariter.h659 int32_t textLength; member in class:CharacterIterator
712 return textLength;
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DBidiRun.h42 ASSERT(!object->isText() || static_cast<unsigned>(stop) <= toRenderText(object)->textLength());
/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Ducoleitr.h115 * @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,
H A Dunum.h553 * @param textLength The length of text, or -1 if null-terminated.
568 int32_t textLength,
577 * @param textLength The length of text, or -1 if null-terminated.
592 int32_t textLength,
601 * @param textLength The length of text, or -1 if null-terminated.
616 int32_t textLength,
629 * @param textLength The length of text, or -1 if null-terminated.
649 int32_t textLength,
660 * @param textLength the length of text, or -1 if null-terminated
677 int32_t textLength,
[all...]
H A Dutrans.h441 * 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 ma
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/wince/
H A DFontWinCE.cpp79 int textLength() const { return m_spaces ? m_spaces : m_textRun.length(); } function in class:WebCore::TextRunComponent
224 int len = comp.textLength();
275 offset += comp.textLength();
284 return offset + comp.textLength();
289 offset += comp.textLength();
301 if (start + comp.textLength() <= cursor) {
302 start += comp.textLength();
312 pos = comp.textLength() - pos;
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGTextContentElement.idl37 readonly attribute SVGAnimatedLength textLength;
/macosx-10.9.5/Security-55471.14.18/include/security_asn1/
H A Dprerror.h66 PRIntn textLength, const char *text);
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/Security/
H A Dprerror.h66 PRIntn textLength, const char *text);

Completed in 366 milliseconds

1234