Searched defs:textString (Results 1 - 4 of 4) 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/third_party/WebKit/Source/core/page/
H A DPageSerializer.cpp292 String textString = cssText.toString(); local
293 CString text = textEncoding.normalizeAndEncode(textString, WTF::EntitiesForUnencodables);
/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/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...]

Completed in 139 milliseconds