Home
last modified time | relevance | path

Searched refs:appendUCS2 (Results 1 – 7 of 7) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/src/af/util/xp/
H A Dut_stringbuf.h112 void appendUCS2 (const UT_UCS2Char * sz, size_t n /* == 0 => null-termination */);
H A Dut_string_class.h221 void appendUCS2 (const UT_UCS2Char * sz, size_t n = 0 /* 0 == null-termination */);
H A Dut_string_class.cpp825 void UT_UTF8String::appendUCS2 (const UT_UCS2Char * sz, size_t n /* == 0 => null-termination */) in appendUCS2() function in UT_UTF8String
827 pimpl->appendUCS2 (sz, n); in appendUCS2()
H A Dut_stringbuf.cpp347 void UT_UTF8Stringbuf::appendUCS2 (const UT_UCS2Char * sz, size_t n /* == 0 => null-termination */) in appendUCS2() function in UT_UTF8Stringbuf
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/win/
H A Dap_Win32Dialog_Styles.cpp535 str.appendUCS2((const UT_UCS2Char*)stylename,0); in _onCommand()
/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/xp/
H A Die_imp_MsWord_97.cpp1520 sUTF8.appendUCS2(p, len); in _getBookmarkName()
3691 param.appendUCS2(a, 1); in _handleFieldEnd()
H A Die_imp_RTF.cpp9236 …sFontNamesAndPanose[currentState->iCurrentInputData].appendUCS2(reinterpret_cast<UT_UCS2Char *>(&p… in ReadFontTable()
12638 str.appendUCS2(&ch, 1); in HandlePCData()