Home
last modified time | relevance | path

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

12

/third_party/skia/gm/
Dfontscaler.cpp46 const size_t textLen = strlen(text); in onDraw() local
Dfontscalerdistortable.cpp103 const size_t textLen = strlen(text); in onDraw() local
Ddftext.cpp83 const size_t textLen = strlen(text); in onDraw() local
Dcoloremoji.cpp95 size_t textLen = strlen(text); in onDraw() local
Dpictureimagegenerator.cpp62 const size_t textLen = strlen(kSkiaStr); in draw_vector_logo() local
Dtexteffects.cpp53 const size_t textLen = strlen(text); in MakeFancyBlob() local
Dtypeface.cpp125 const size_t textLen = strlen(text); in onDraw() local
/third_party/musl/porting/linux/user/src/hilog/
Doutput_p.inl275 int textLen; local
305 textLen = wctomb(buffer->str, wchar); local
333 int textLen; local
421 int textLen; /* length of the text */ local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCharsetRecog_2022.java34 int match(byte [] text, int textLen, byte [][] escapeSequences) { in match()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DCharsetRecog_2022.java35 int match(byte [] text, int textLen, byte [][] escapeSequences) { in match()
/third_party/node/deps/icu-small/source/i18n/
Dcsr2022.cpp34 int32_t CharsetRecog_2022::match_2022(const uint8_t *text, int32_t textLen, const uint8_t escapeSeq… in match_2022()
Dutrans.cpp453 int32_t textLen = (textLength == nullptr || *textLength < 0) in utrans_transUChars() local
483 int32_t textLen = (textLength == nullptr || *textLength < 0) in utrans_transIncrementalUChars() local
/third_party/skia/third_party/externals/icu/source/i18n/
Dcsr2022.cpp34 int32_t CharsetRecog_2022::match_2022(const uint8_t *text, int32_t textLen, const uint8_t escapeSeq… in match_2022()
Dutrans.cpp453 int32_t textLen = (textLength == NULL || *textLength < 0) in utrans_transUChars() local
483 int32_t textLen = (textLength == NULL || *textLength < 0) in utrans_transIncrementalUChars() local
/third_party/icu/icu4c/source/i18n/
Dcsr2022.cpp34 int32_t CharsetRecog_2022::match_2022(const uint8_t *text, int32_t textLen, const uint8_t escapeSeq… in match_2022()
Dutrans.cpp453 int32_t textLen = (textLength == NULL || *textLength < 0) in utrans_transUChars() local
483 int32_t textLen = (textLength == NULL || *textLength < 0) in utrans_transIncrementalUChars() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DSimpleFilteredSentenceBreakIterator.java132 final int textLen = text.getLength(); in internalNext() local
DTextTrieMap.java377 int textLen = text.length - offset; in lenMatches() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DSimpleFilteredSentenceBreakIterator.java137 final int textLen = text.getLength(); in internalNext() local
DTextTrieMap.java386 int textLen = text.length - offset; in lenMatches() local
/third_party/skia/tests/
DFontHostTest.cpp236 size_t textLen = strlen(txt); in test_advances() local
/third_party/bounds_checking_function/src/
Doutput.inl102 int textLen; /* Length of the text */ member
969 size_t textLen; local
995 size_t textLen; local
/third_party/skia/src/gpu/ops/
DAtlasTextOp.cpp494 size_t textLen = (int)strlen(text); in CreateOpTestingOnly() local
/third_party/icu/icu4c/source/common/
Ducurr.cpp1281 const UChar* text, int32_t textLen, in linearSearch()
1320 const UChar* text, int32_t textLen, in searchCurrencyName()
1546 int32_t textLen = MIN(MAX_CURRENCY_NAME_LEN, text.length() - start); in uprv_parseCurrency() local
/third_party/node/deps/icu-small/source/common/
Ducurr.cpp1281 const char16_t* text, int32_t textLen, in linearSearch()
1320 const char16_t* text, int32_t textLen, in searchCurrencyName()
1546 int32_t textLen = MIN(MAX_CURRENCY_NAME_LEN, text.length() - start); in uprv_parseCurrency() local

12