Searched defs:textLength (Results 1 - 25 of 54) sorted by relevance

123

/external/chromium/webkit/glue/
H A Dregular_expression_unittest.cc19 const int textLength; member in struct:__anon3398::Match
29 int matchedLength = matches[i].textLength;
31 WebString(matches[i].text, matches[i].textLength), 0, &matchedLength));
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dchariter.h659 int32_t textLength; member in class:CharacterIterator
712 return textLength;
/external/icu4c/common/unicode/
H A Dchariter.h665 int32_t textLength; member in class:CharacterIterator
718 return textLength;
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTextAreaElement.h48 int textLength() const { return value().length(); } function in class:WebCore::FINAL
H A DTextFieldInputType.cpp406 unsigned textLength = eventText.length(); local
407 while (textLength > 0 && isASCIILineBreak(eventText[textLength - 1]))
408 textLength--;
409 eventText.truncate(textLength);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorStyleTextEditor.cpp156 int textLength = m_styleText.length(); local
157 for (i = replaceRangeEnd; i < textLength && isSpaceOrNewline(m_styleText[i]); ++i) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderText.h80 unsigned textLength() const { return m_text.length(); } // non virtual implementation of length() function in class:WebCore::RenderText
165 // will use the more efficient textLength() instead, while
167 virtual unsigned length() const OVERRIDE FINAL { return textLength(); }
211 ASSERT_WITH_SECURITY_IMPLICATION(i < textLength());
217 if (i >= textLength())
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGTextLayoutAttributesBuilder.cpp88 atCharacter += text->textLength();
92 unsigned textLength = text->textLength(); local
93 for (unsigned textPosition = 0; textPosition < textLength; ++textPosition) {
/external/chromium_org/third_party/icu/source/common/
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,
178 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 Dusc_impl.c43 int32_t textLength; member in struct:UScriptRun
252 scriptRun->textLength = length;
263 if (scriptRun == NULL || scriptRun->scriptLimit >= scriptRun->textLength) {
270 for (scriptRun->scriptStart = scriptRun->scriptLimit; scriptRun->scriptLimit < scriptRun->textLength; scriptRun->scriptLimit += 1) {
280 if (high >= 0xD800 && high <= 0xDBFF && scriptRun->scriptLimit < scriptRun->textLength - 1) {
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGTextContentElement.cpp39 // Define custom animated property 'textLength'.
59 REGISTER_LOCAL_ANIMATED_PROPERTY(textLength)
93 PassRefPtr<SVGAnimatedLength> SVGTextContentElement::textLength() function in class:WebCore::SVGTextContentElement
113 return SVGTextQuery(renderer()).textLength();
/external/chromium_org/third_party/icu/source/i18n/
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 Ducoleitr.cpp313 int32_t textLength,
331 textLength = 0;
333 uprv_init_collIterate(coll, text, textLength, &result->iteratordata_, status);
667 int32_t textLength,
680 textLength = 0;
691 uprv_init_collIterate(elems->iteratordata_.coll, text, textLength,
311 ucol_openElements(const UCollator *coll, const UChar *text, int32_t textLength, UErrorCode *status) argument
665 ucol_setText( UCollationElements *elems, const UChar *text, int32_t textLength, UErrorCode *status) argument
H A Dunum.cpp352 int32_t textLength,
360 int32_t len = (textLength == -1 ? u_strlen(text) : textLength);
386 int32_t textLength,
391 parseRes(res, fmt, text, textLength, parsePos, FALSE, status);
398 int32_t textLength,
403 parseRes(res, fmt, text, textLength, parsePos, FALSE, status);
410 int32_t textLength,
415 parseRes(res, fmt, text, textLength, parsePos, FALSE, status);
422 int32_t textLength,
349 parseRes(Formattable& res, const UNumberFormat* fmt, const UChar* text, int32_t textLength, int32_t *parsePos , UBool parseCurrency, UErrorCode *status) argument
384 unum_parse( const UNumberFormat* fmt, const UChar* text, int32_t textLength, int32_t *parsePos , UErrorCode *status) argument
396 unum_parseInt64( const UNumberFormat* fmt, const UChar* text, int32_t textLength, int32_t *parsePos , UErrorCode *status) argument
408 unum_parseDouble( const UNumberFormat* fmt, const UChar* text, int32_t textLength, int32_t *parsePos , UErrorCode *status) argument
420 unum_parseDecimal(const UNumberFormat* fmt, const UChar* text, int32_t textLength, int32_t *parsePos , char *outBuf, int32_t outBufLength, UErrorCode *status) argument
452 unum_parseDoubleCurrency(const UNumberFormat* fmt, const UChar* text, int32_t textLength, int32_t* parsePos, UChar* currency, UErrorCode* status) argument
[all...]
/external/chromium_org/third_party/icu/source/test/letest/
H A Dgendata.cpp41 le_int32 textLength; member in struct:TestInput
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcpassthroughrender.h172 const int32_t textLength,
170 SetText(const uint8_t textId, const uint8_t* text, const int32_t textLength, const uint32_t textColorRef, const uint32_t backgroundColorRef, const float left, const float top, const float right, const float bottom) argument
/external/icu4c/common/
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 Dusc_impl.c43 int32_t textLength; member in struct:UScriptRun
252 scriptRun->textLength = length;
263 if (scriptRun == NULL || scriptRun->scriptLimit >= scriptRun->textLength) {
270 for (scriptRun->scriptStart = scriptRun->scriptLimit; scriptRun->scriptLimit < scriptRun->textLength; scriptRun->scriptLimit += 1) {
280 if (high >= 0xD800 && high <= 0xDBFF && scriptRun->scriptLimit < scriptRun->textLength - 1) {
/external/icu4c/i18n/
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 Dchoicfmt.cpp311 int32_t textLength = text.length(); local
313 for (int32_t j = 0; j < textLength; ++j) {
H A Ducoleitr.cpp313 int32_t textLength,
331 textLength = 0;
333 uprv_init_collIterate(coll, text, textLength, &result->iteratordata_, status);
667 int32_t textLength,
680 textLength = 0;
691 uprv_init_collIterate(elems->iteratordata_.coll, text, textLength,
311 ucol_openElements(const UCollator *coll, const UChar *text, int32_t textLength, UErrorCode *status) argument
665 ucol_setText( UCollationElements *elems, const UChar *text, int32_t textLength, 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...]
/external/icu4c/test/letest/
H A Dgendata.cpp41 le_int32 textLength; member in struct:TestInput
/external/chromium_org/third_party/icu/source/io/
H A Dustdio.c128 int32_t textLength; local
182 textLength = f->fTranslit->length;
184 pos.contextLimit = textLength;
186 pos.limit = textLength;
190 &textLength,
205 textLength = f->fTranslit->length;
210 &textLength,
/external/icu4c/io/
H A Dustdio.c128 int32_t textLength; local
182 textLength = f->fTranslit->length;
184 pos.contextLimit = textLength;
186 pos.limit = textLength;
190 &textLength,
205 textLength = f->fTranslit->length;
210 &textLength,

Completed in 2789 milliseconds

123