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

12

/macosx-10.9.5/WebCore-7537.78.1/accessibility/atk/
H A DAccessibilityObjectAtk.cpp151 unsigned textLength = text().length(); local
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Dchariter.h665 int32_t textLength; member in class:CharacterIterator
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DTextCheckingHelper.h46 int textLength() const { return text().length(); } function in class:WebCore::TextCheckingParagraph
/macosx-10.9.5/WebCore-7537.78.1/icu/unicode/
H A Dchariter.h659 int32_t textLength; member in class:CharacterIterator
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dicuin40shim.cpp111 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 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
H A Ducoleitr.cpp311 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.cpp317 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...]
H A Dudat.cpp238 udat_parse( const UDateFormat* format, const UChar* text, int32_t textLength, int32_t *parsePos, UErrorCode *status) argument
270 udat_parseCalendar(const UDateFormat* format, UCalendar* calendar, const UChar* text, int32_t textLength, int32_t *parsePos, UErrorCode *status) argument
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLTextAreaElement.h47 int textLength() const { return value().length(); } function in class:WebCore::FINAL
H A DTextFieldInputType.cpp391 unsigned textLength = eventText.length(); local
H A DHTMLTextFormControlElement.cpp254 unsigned textLength = text.length(); local
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DSVGTextLayoutAttributesBuilder.cpp94 unsigned textLength = text->textLength(); local
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dicuuc40shim.cpp344 UnicodeString(UBool isTerminated, const UChar *text, int32_t textLength) argument
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.cpp31 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
/macosx-10.9.5/ICU-511.35/icuSources/test/letest/
H A Dgendata.cpp41 le_int32 textLength; member in struct:TestInput
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorStyleTextEditor.cpp142 long textLength = newText.length(); local
247 int textLength = m_styleText.length(); local
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderText.h76 unsigned textLength() const { return m_text.length(); } // non virtual implementation of length() function in class:WebCore::RenderText
/macosx-10.9.5/ICU-511.35/icuSources/io/
H A Dustdio.c128 int32_t textLength; local
/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
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DAccessibleTextImpl.cpp278 int textLength = m_object->stringValue().length(); local
345 int textLength = m_object->stringValue().length(); local
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dutransts.c92 Xreplace(UReplaceable* rep, int32_t start, int32_t limit, const UChar* text, int32_t textLength) argument
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DDOMSupport.cpp539 int textLength = inputElementText(element).length(); local

Completed in 464 milliseconds

12