Searched refs:textString (Results 1 - 13 of 13) sorted by relevance

/external/lzma/CPP/Common/
H A DStdOutStream.cpp94 char textString[32]; local
95 ConvertInt64ToString(number, textString);
96 return operator<<(textString);
101 char textString[32]; local
102 ConvertUInt64ToString(number, textString);
103 return operator<<(textString);
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
H A Dtts_background.js22 * @param {string} textString The string of text to be spoken.
25 cvox.Utterance = function(textString, properties) {
26 this.textString = textString;
215 textString, queueMode, properties) {
216 goog.base(this, 'speak', textString, queueMode, properties);
227 var splitTextString = textString.replace(/([-\n\r.,!?;])(\s)/g, '$1$2|');
249 textString = this.preprocess(textString, properties);
253 textString
[all...]
H A Dtts.js40 cvox.ChromeTts.prototype.speak = function(textString, queueMode, properties) {
45 goog.base(this, 'speak', textString, queueMode, properties);
48 this.createMessageForProperties_(textString, queueMode, properties));
109 * @param {string} textString The string of text to be spoken.
117 function(textString, queueMode, properties) {
120 'text': textString,
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
H A Dtts_interface.js40 * @param {string} textString The string of text to be spoken.
47 function(textString, queueMode, properties) { };
H A Dabstract_tts.js114 cvox.AbstractTts.prototype.speak = function(textString, queueMode, properties) {
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
H A Dconsole_tts.js30 cvox.ConsoleTts.prototype.speak = function(textString, queueMode, properties) {
43 logStr += ' "' + textString + '"';
H A Dapi.js208 * @param {string} textString The string of text to be spoken.
212 cvox.Api.speak = function(textString, queueMode, properties) {
218 implementation_.speak(textString, queueMode, properties);
222 'args': [textString, queueMode, properties]
H A Dapi_implementation.js135 * @param {string} textString The string of text to be spoken.
140 callbackId, textString, queueMode, properties) {
146 cvox.ChromeVox.tts.speak(textString, queueMode, properties);
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dcomposite_tts.js44 function(textString, queueMode, properties) {
46 engine.speak(textString, queueMode, properties);
/external/lzma/CPP/7zip/UI/Console/
H A DList.cpp151 static void PrintString(EAdjustment adjustment, int width, const UString &textString) argument
153 const int numSpaces = width - textString.Length();
168 g_StdOut << textString; local
361 wchar_t textString[32] = { 0 }; local
363 ConvertUInt64ToString(*value, textString);
364 PrintString(adjustment, width, textString);
382 wchar_t textString[32]; local
383 ConvertUInt64ToString(numFiles, textString);
384 UString temp = textString;
388 ConvertUInt64ToString(numDirs, textString);
[all...]
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPageSerializer.cpp292 String textString = cssText.toString(); local
293 CString text = textEncoding.normalizeAndEncode(textString, WTF::EntitiesForUnencodables);
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DDWrite.h2414 /// <param name="textString">Address that receives a pointer to the text block
2432 __out WCHAR const** textString,
2440 /// <param name="textString">Address that receives a pointer to the text block
2457 __out WCHAR const** textString,
2707 /// <param name="textString">The string to convert to glyphs.</param>
2708 /// <param name="textLength">The length of textString.</param>
2750 __in_ecount(textLength) WCHAR const* textString, variable
2773 /// <param name="textString">The original string the glyphs came from.</param>
2778 /// <param name="textLength">The length of textString.</param>
2802 __in_ecount(textLength) WCHAR const* textString, variable
2864 __in_ecount(textLength) WCHAR const* textString, variable
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
H A Doptions.js557 * @param {string} textString The string of text to be spoken.
561 cvox.OptionsPage.speak = function(textString, queueMode, properties) {

Completed in 1900 milliseconds