Searched defs:textLen (Results 1 – 10 of 10) sorted by relevance
32 int32_t CharsetRecog_2022::match_2022(const uint8_t *text, int32_t textLen, const uint8_t escapeSeq… in match_2022()
450 int32_t textLen = (textLength == NULL || *textLength < 0) in utrans_transUChars() local480 int32_t textLen = (textLength == NULL || *textLength < 0) in utrans_transIncrementalUChars() local
1090 const UChar* text, int32_t textLen, in linearSearch()1118 const UChar* text, int32_t textLen, in searchCurrencyName()1321 int32_t textLen = MIN(MAX_CURRENCY_NAME_LEN, text.length() - start); in uprv_parseCurrency() local
86 size_t textLen = strlen(text); in onDrawContent() local
106 const size_t textLen = strlen(text); in onDrawContent() local
120 const int textLen = SK_ARRAY_COUNT(text) - 1; in onDrawContent() local
123 const int textLen = SK_ARRAY_COUNT(text) - 1; in onDraw() local
977 int textLen = text.length(); in endOfFirstSentence() local
324 size_t textLen = strlen(m_text); in ParseLine() local
192 int textLen; /* length in XML_Chars */ member