Home
last modified time | relevance | path

Searched refs:STRNCPY_CLOSE (Results 1 – 11 of 11) sorted by relevance

/dports/chinese/libchewing/libchewing-0.5.1/test/
H A Dtestchewing.c70 ueStrNCpy(utf8buf_expect, ueStrSeek(expect_string_buf, i), 1, STRNCPY_CLOSE); in compare_per_run()
71 ueStrNCpy(utf8buf_commit, ueStrSeek(commit_string_buf, i), 1, STRNCPY_CLOSE); in compare_per_run()
H A Dtest-utf8.c39 ueStrNCpy(u8string2, u8string, 3, STRNCPY_CLOSE); in test_utf8()
/dports/chinese/libchewing/libchewing-0.5.1/src/common/
H A Dkey2pho.c105 len = ueStrNCpy(buf, iter, 1, STRNCPY_CLOSE); in UintFromPhone()
169 ueStrNCpy(tmp, pos, 1, STRNCPY_CLOSE); in PhoneFromUint()
H A Dchewing-utf8-util.c65 if (end == STRNCPY_CLOSE) in ueStrNCpy()
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/OVIMSpaceChewing0.3/libchewing/
H A Dchewing-utf8-util.h20 #define STRNCPY_CLOSE 1 macro
H A Dchewing-utf8-util.c56 if ( end == STRNCPY_CLOSE ) in ueStrNCpy()
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Modules/OVIMSpaceChewing0.3/libchewing/
H A Dchewing-utf8-util.h20 #define STRNCPY_CLOSE 1 macro
H A Dchewing-utf8-util.c56 if ( end == STRNCPY_CLOSE ) in ueStrNCpy()
/dports/chinese/libchewing/libchewing-0.5.1/include/internal/
H A Dchewing-utf8-util.h43 #define STRNCPY_CLOSE 1 macro
/dports/chinese/libchewing/libchewing-0.5.1/src/
H A Dtree.c544 ueStrNCpy(pgdata->preeditBuf[i].char_, ueStrSeek(phrase, i - start), 1, STRNCPY_CLOSE); in FillPreeditBuf()
H A Dchewingutil.c869 1, STRNCPY_CLOSE); in MakeOutput()