Home
last modified time | relevance | path

Searched refs:textString (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator_unittest.cpp269 ByteString textString(buf); in TEST_F() local
270 auto firstResourceAt = textString.Find('/'); in TEST_F()
273 auto secondResourceAt = textString.ReverseFind('/'); in TEST_F()
276 ByteString firstString = textString.First(firstResourceAt.value()); in TEST_F()
278 textString.Substr(firstResourceAt.value(), in TEST_F()
281 textString.Last(textString.GetLength() - secondResourceAt.value()); in TEST_F()
290 textString.GetLength()); in TEST_F()
345 ByteString textString(buf); in TEST_F() local
346 auto firstResourceAt = textString.Find('/'); in TEST_F()
349 ByteString firstString = textString.First(firstResourceAt.value()); in TEST_F()
[all …]
/external/skqp/tools/bookmaker/
DfiddleParser.cpp30 string textString; in parseFiddles() local
72 textString = iter->asString(); in parseFiddles()
80 size_t strLen = textString.length(); in parseFiddles()
83 && !this->textOut(example, textString.c_str(), textString.c_str() + strLen)) { in parseFiddles()
/external/harfbuzz_ng/src/
Dhb-directwrite.cc367 OUT wchar_t const** textString, in GetTextAtPosition() argument
373 *textString = nullptr; in GetTextAtPosition()
378 *textString = mText + textPosition; in GetTextAtPosition()
386 OUT wchar_t const** textString, in GetTextBeforePosition() argument
393 *textString = nullptr; in GetTextBeforePosition()
398 *textString = mText; in GetTextBeforePosition()
575 ALLOCATE_ARRAY (wchar_t, textString, buffer->len * 2); in _hb_directwrite_shape_full()
583 textString[chars_len++] = c; in _hb_directwrite_shape_full()
585 textString[chars_len++] = 0xFFFDu; in _hb_directwrite_shape_full()
588 textString[chars_len++] = 0xD800u + ((c - 0x10000u) >> 10); in _hb_directwrite_shape_full()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/
Dtest_fixture.h168 textString = code; in SetText()
169 text.str = textString.c_str(); in SetText()
170 text.length = textString.size(); in SetText()
187 std::string textString; variable
/external/deqp-deps/SPIRV-Tools/test/
Dtest_fixture.h168 textString = code; in SetText()
169 text.str = textString.c_str(); in SetText()
170 text.length = textString.size(); in SetText()
187 std::string textString; variable
/external/skqp/src/ports/
DSkFontMgr_win_dw.cpp660 WCHAR const** textString, in GetTextAtPosition() argument
664 *textString = nullptr; in GetTextAtPosition()
668 *textString = fString + textPosition; in GetTextAtPosition()
675 WCHAR const** textString, in GetTextBeforePosition() argument
679 *textString = nullptr; in GetTextBeforePosition()
683 *textString = fString; in GetTextBeforePosition()
/external/skia/modules/skshaper/src/
DSkShaper_coretext.cpp204 SkUniqueCFRef<CFStringRef> textString( in shape() local
227 CFAttributedStringCreate(kCFAllocatorDefault, textString.get(), attr.get())); in shape()
/external/skia/src/ports/
DSkFontMgr_win_dw.cpp696 WCHAR const** textString, in GetTextAtPosition() argument
700 *textString = nullptr; in GetTextAtPosition()
704 *textString = fString + textPosition; in GetTextAtPosition()
711 WCHAR const** textString, in GetTextBeforePosition() argument
715 *textString = nullptr; in GetTextBeforePosition()
719 *textString = fString; in GetTextBeforePosition()
/external/libtextclassifier/java/src/com/android/textclassifier/
DTextClassifierImpl.java252 final String textString = request.getText().toString(); in generateLinks() local
253 final TextLinks.Builder builder = new TextLinks.Builder(textString); in generateLinks()
272 textString, in generateLinks()
/external/lzma/CPP/7zip/UI/Console/
DList.cpp271 static void PrintStringToString(char *dest, EAdjustment adj, unsigned width, const char *textString) in PrintStringToString() argument
274 unsigned len = (unsigned)strlen(textString); in PrintStringToString()
291 memcpy(dest, textString, len); in PrintStringToString()
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...