Searched refs:s_FormatBuffer (Results 1 – 2 of 2) sorted by relevance
434 void* oldBuffer = s_FormatBuffer; in SetBuffer()436 s_FormatBuffer = NULL; in SetBuffer()458 void* oldBuffer = s_FormatBuffer; in SetBuffer()460 s_FormatBuffer = buffer; in SetBuffer()472 return s_FormatBuffer; in GetBuffer()635 static CharType* s_FormatBuffer; //!< sprintfバッファへのポインタ variable
30 reinterpret_cast<CharType*>((s_FormatBuffer != NULL) ? \31 s_FormatBuffer: \37 reinterpret_cast<CharType*>((s_FormatBuffer != NULL) ? \38 s_FormatBuffer: \52 CharType* TextWriterBase<CharType>::s_FormatBuffer = NULL; member in nw::font::TextWriterBase<CharType>