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

12

/macosx-10.10/WebCore-7600.1.25/accessibility/atk/
H A DAccessibilityObjectAtk.cpp162 unsigned textLength = text().length(); local
/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Dchariter.h665 int32_t textLength; member in class:CharacterIterator
H A Dunistr.h3682 int32_t len = length(), textLength = text.length(); local
[all...]
/macosx-10.10/WebCore-7600.1.25/editing/
H A DTextCheckingHelper.h50 int textLength() const { return text().length(); } function in class:WebCore::TextCheckingParagraph
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLTextAreaElement.h47 int textLength() const { return value().length(); } function in class:WebCore::final
H A DTextFieldInputType.cpp408 unsigned textLength = eventText.length(); local
/macosx-10.10/WebCore-7600.1.25/icu/unicode/
H A Dchariter.h659 int32_t textLength; member in class:CharacterIterator
/macosx-10.10/ICU-531.30/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 Duatimeunitformat.cpp127 uatmufmt_parse( const UATimeUnitFormat* mfmt, const UChar* text, int32_t textLength, int32_t* parsePos, UATimeUnitField* field, UErrorCode* status) argument
H A Dchoicfmt.cpp311 int32_t textLength = text.length(); local
H A Ducoleitr.cpp264 ucol_openElements(const UCollator *coll, const UChar *text, int32_t textLength, UErrorCode *status) argument
486 ucol_setText( UCollationElements *elems, const UChar *text, int32_t textLength, UErrorCode *status) argument
H A Dunum.cpp321 parseRes(Formattable& res, const UNumberFormat* fmt, const UChar* text, int32_t textLength, int32_t *parsePos , UErrorCode *status) argument
350 unum_parse( const UNumberFormat* fmt, const UChar* text, int32_t textLength, int32_t *parsePos , UErrorCode *status) argument
362 unum_parseInt64( const UNumberFormat* fmt, const UChar* text, int32_t textLength, int32_t *parsePos , UErrorCode *status) argument
374 unum_parseDouble( const UNumberFormat* fmt, const UChar* text, int32_t textLength, int32_t *parsePos , UErrorCode *status) argument
386 unum_parseDecimal(const UNumberFormat* fmt, const UChar* text, int32_t textLength, int32_t *parsePos , char *outBuf, int32_t outBufLength, UErrorCode *status) argument
419 unum_parseDoubleCurrency(const UNumberFormat* fmt, const UChar* text, int32_t textLength, int32_t* parsePos, UChar* currency, UErrorCode* status) argument
810 unum_parseToUFormattable(const UNumberFormat* fmt, UFormattable *result, const UChar* text, int32_t textLength, int32_t* parsePos, UErrorCode* status) argument
[all...]
H A Dusrchimp.h135 int32_t textLength; // exact length member in struct:USearch
153 int32_t textLength; // exact length member in struct:UPattern
H A Dudat.cpp241 udat_parse( const UDateFormat* format, const UChar* text, int32_t textLength, int32_t *parsePos, UErrorCode *status) argument
273 udat_parseCalendar(const UDateFormat* format, UCalendar* calendar, const UChar* text, int32_t textLength, int32_t *parsePos, UErrorCode *status) argument
/macosx-10.10/Security-57031.1.35/Security/sec/securityd/
H A DSecKeybagSupport.c114 ks_crypt(uint32_t operation, keybag_handle_t keybag, keyclass_t keyclass, uint32_t textLength, const uint8_t *source, keyclass_t *actual_class, CFMutableDataRef dest, CFErrorRef *error) argument
166 ks_crypt_acl(uint32_t operation, keybag_handle_t keybag, keyclass_t keyclass, uint32_t textLength, const uint8_t *source, CFMutableDataRef dest, CFDataRef acl, CFDataRef acm_context, CFDataRef caller_access_groups, CFErrorRef *error) argument
[all...]
/macosx-10.10/ICU-531.30/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
162 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.10/WebCore-7600.1.25/inspector/
H A DInspectorStyleTextEditor.cpp142 long textLength = newText.length(); local
246 int textLength = m_styleText.length(); local
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderText.h83 unsigned textLength() const { return m_text.impl()->length(); } // non virtual implementation of length() function in class:WebCore::RenderText
H A DSimpleLineLayout.cpp232 static float textWidth(const RenderText& renderText, const CharacterType* text, unsigned textLength, unsigned from, unsigned to, float xPosition, const Style& style) argument
248 static float measureWord(unsigned start, unsigned end, float lineWidth, const Style& style, const CharacterType* text, unsigned textLength, const RenderText& textRenderer) argument
403 const unsigned textLength = textRenderer.textLength(); local
[all...]
/macosx-10.10/ICU-531.30/icuSources/io/
H A Dustdio.c128 int32_t textLength; local
/macosx-10.10/ICU-531.30/icuSources/test/letest/
H A Dgendata.cpp43 le_int32 textLength; member in struct:TestInput
/macosx-10.10/WebCore-7600.1.25/platform/graphics/wince/
H A DFontWinCE.cpp78 int textLength() const { return m_spaces ? m_spaces : m_textRun.length(); } function in class:WebCore::TextRunComponent
/macosx-10.10/WebKit-7600.1.25/win/
H A DAccessibleTextImpl.cpp278 int textLength = m_object->stringValue().length(); local
345 int textLength = m_object->stringValue().length(); local

Completed in 407 milliseconds

12