Home
last modified time | relevance | path

Searched defs:textLen (Results 1 – 13 of 13) sorted by relevance

/external/skia/gm/
Dfontscaler.cpp49 const size_t textLen = strlen(text); in onDraw() local
Ddeviceproperties.cpp61 const size_t textLen = strlen(text); in onDraw() local
Dtypeface.cpp192 const size_t textLen = strlen(text); in onDraw() local
Dshadertext.cpp126 const int textLen = SK_ARRAY_COUNT(text) - 1; in onDraw() local
/external/chromium_org/third_party/icu/source/i18n/
Dcsr2022.cpp32 int32_t CharsetRecog_2022::match_2022(const uint8_t *text, int32_t textLen, const uint8_t escapeSeq… in match_2022()
Dutrans.cpp450 int32_t textLen = (textLength == NULL || *textLength < 0) in utrans_transUChars() local
480 int32_t textLen = (textLength == NULL || *textLength < 0) in utrans_transIncrementalUChars() local
Ducurr.cpp1090 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
/external/icu4c/i18n/
Dcsr2022.cpp33 int32_t CharsetRecog_2022::match_2022(const uint8_t *text, int32_t textLen, const uint8_t escapeSeq… in match_2022()
Dutrans.cpp450 int32_t textLen = (textLength == NULL || *textLength < 0) in utrans_transUChars() local
480 int32_t textLen = (textLength == NULL || *textLength < 0) in utrans_transIncrementalUChars() local
Ducurr.cpp1129 const UChar* text, int32_t textLen, in linearSearch()
1157 const UChar* text, int32_t textLen, in searchCurrencyName()
1360 int32_t textLen = MIN(MAX_CURRENCY_NAME_LEN, text.length() - start); in uprv_parseCurrency() local
/external/mdnsresponder/mDNSPosix/
DResponder.c421 mDNSu16 textLen, in RegisterOneService()
521 unsigned int textLen = 0; in RegisterServicesInFile() local
/external/jdiff/src/jdiff/
DRootDocToXML.java977 int textLen = text.length(); in endOfFirstSentence() local
/external/expat/lib/
Dxmlparse.c194 int textLen; /* length in XML_Chars */ member