/external/skia/gm/ |
D | skbug_257.cpp | 34 size_t textLen = strlen(text); in exercise_draw_pos_text() local 50 size_t textLen = strlen(text); in exercise_draw_pos_text_h() local
|
D | pdf_never_embed.cpp | 16 size_t textLen = strlen(text); in excercise_draw_pos_text() local
|
D | fontscaler.cpp | 41 const size_t textLen = strlen(text); in onDraw() local
|
D | fontscalerdistortable.cpp | 43 const size_t textLen = strlen(text); in onDraw() local
|
D | dftext.cpp | 67 const size_t textLen = strlen(text); in onDraw() local
|
D | pictureimagegenerator.cpp | 39 const size_t textLen = strlen(kSkiaStr); in draw_vector_logo() local
|
D | shadertext.cpp | 105 const int textLen = SK_ARRAY_COUNT(text) - 1; in onDraw() local
|
D | typeface.cpp | 133 const size_t textLen = strlen(text); in onDraw() local
|
D | texteffects.cpp | 324 const size_t textLen = strlen(text); in MakeFancyBlob() local
|
/external/skia/samplecode/ |
D | SampleFontScalerTest.cpp | 86 const size_t textLen = strlen(text); in onDrawContent() local
|
D | SampleShaderText.cpp | 114 const int textLen = SK_ARRAY_COUNT(text) - 1; in onDrawContent() local
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | CharsetRecog_2022.java | 35 int match(byte [] text, int textLen, byte [][] escapeSequences) { in match()
|
/external/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()
|
/external/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
|
/external/mdnsresponder/mDNSPosix/ |
D | Responder.c | 421 mDNSu16 textLen, in RegisterOneService() 521 unsigned int textLen = 0; in RegisterServicesInFile() local
|
/external/skia/tests/ |
D | SVGDeviceTest.cpp | 46 int textLen = SkToInt(strlen(expected)); in check_text_node() local
|
/external/skia/src/gpu/text/ |
D | GrAtlasTextContext.cpp | 176 size_t textLen = glyphCount * sizeof(uint16_t); in RegenerateTextBlob() local 366 int textLen = (int)strlen(text); in DRAW_OP_TEST_DEFINE() local
|
/external/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 | 332 int textLen = text.length - offset; in lenMatches() local
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | SimpleFilteredSentenceBreakIterator.java | 134 final int textLen = text.getLength(); in internalNext() local
|
D | TextTrieMap.java | 334 int textLen = text.length - offset; in lenMatches() local
|
/external/jdiff/src/jdiff/ |
D | RootDocToXML.java | 978 int textLen = text.length(); in endOfFirstSentence() local
|
/external/icu/icu4c/source/common/ |
D | ucurr.cpp | 1265 const UChar* text, int32_t textLen, in linearSearch() 1293 const UChar* text, int32_t textLen, in searchCurrencyName() 1497 int32_t textLen = MIN(MAX_CURRENCY_NAME_LEN, text.length() - start); in uprv_parseCurrency() local
|
/external/skia/src/core/ |
D | SkOverdrawCanvas.cpp | 149 size_t textLen = it.glyphCount() * sizeof(uint16_t); in onDrawTextBlob() local
|