/third_party/skia/gm/ |
D | fontscaler.cpp | 46 const size_t textLen = strlen(text); in onDraw() local
|
D | fontscalerdistortable.cpp | 103 const size_t textLen = strlen(text); in onDraw() local
|
D | dftext.cpp | 83 const size_t textLen = strlen(text); in onDraw() local
|
D | coloremoji.cpp | 95 size_t textLen = strlen(text); in onDraw() local
|
D | pictureimagegenerator.cpp | 62 const size_t textLen = strlen(kSkiaStr); in draw_vector_logo() local
|
D | texteffects.cpp | 53 const size_t textLen = strlen(text); in MakeFancyBlob() local
|
D | typeface.cpp | 125 const size_t textLen = strlen(text); in onDraw() local
|
/third_party/musl/porting/linux/user/src/hilog/ |
D | output_p.inl | 275 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/ |
D | CharsetRecog_2022.java | 34 int match(byte [] text, int textLen, byte [][] escapeSequences) { in match()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | CharsetRecog_2022.java | 35 int match(byte [] text, int textLen, byte [][] escapeSequences) { in match()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | csr2022.cpp | 34 int32_t CharsetRecog_2022::match_2022(const uint8_t *text, int32_t textLen, const uint8_t escapeSeq… in match_2022()
|
D | utrans.cpp | 453 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/ |
D | csr2022.cpp | 34 int32_t CharsetRecog_2022::match_2022(const uint8_t *text, int32_t textLen, const uint8_t escapeSeq… in match_2022()
|
D | utrans.cpp | 453 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/ |
D | csr2022.cpp | 34 int32_t CharsetRecog_2022::match_2022(const uint8_t *text, int32_t textLen, const uint8_t escapeSeq… in match_2022()
|
D | utrans.cpp | 453 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/ |
D | SimpleFilteredSentenceBreakIterator.java | 132 final int textLen = text.getLength(); in internalNext() local
|
D | TextTrieMap.java | 377 int textLen = text.length - offset; in lenMatches() local
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | SimpleFilteredSentenceBreakIterator.java | 137 final int textLen = text.getLength(); in internalNext() local
|
D | TextTrieMap.java | 386 int textLen = text.length - offset; in lenMatches() local
|
/third_party/skia/tests/ |
D | FontHostTest.cpp | 236 size_t textLen = strlen(txt); in test_advances() local
|
/third_party/bounds_checking_function/src/ |
D | output.inl | 102 int textLen; /* Length of the text */ member 969 size_t textLen; local 995 size_t textLen; local
|
/third_party/skia/src/gpu/ops/ |
D | AtlasTextOp.cpp | 494 size_t textLen = (int)strlen(text); in CreateOpTestingOnly() local
|
/third_party/icu/icu4c/source/common/ |
D | ucurr.cpp | 1281 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/ |
D | ucurr.cpp | 1281 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
|