HomeSort by relevance Sort by last modified time
    Searched defs:sText (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/i18n/
brktrans.h 99 UnicodeString sText; // text from handleTransliterate().
brktrans.cpp 89 UnicodeString sText = replaceableAsString(text);
90 bi->setText(sText);
101 UChar32 cp = sText.char32At(boundary-1);
106 cp = sText.char32At(boundary);
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Edit.cpp 347 CFX_ByteTextBuf sText;
362 sText << CPWL_Utils::GetColorAppStream(PWL_DEFAULT_SELBACKCOLOR) << sEditSel ;
369 sText << "BT\n" << CPWL_Utils::GetColorAppStream(GetTextColor()) << sEditBefore << "ET\n";
376 sText << "BT\n" << CPWL_Utils::GetColorAppStream(CPWL_Color(COLORTYPE_GRAY,1)) << sEditMid << "ET\n";
383 sText << "BT\n" << CPWL_Utils::GetColorAppStream(GetTextColor()) << sEditAfter<< "ET\n";
389 sText << CPWL_Utils::GetColorAppStream(CPWL_Color(COLORTYPE_RGB,1,0,0),FALSE) << sSpellCheck;
392 if (sText.GetLength() > 0)
401 sAppStream << sText;
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp     [all...]

Completed in 103 milliseconds