Home
last modified time | relevance | path

Searched refs:u32_str (Results 1 – 21 of 21) sorted by relevance

/dports/cad/netgen/netgen-6.2.2105/external_dependencies/pybind11/tests/
H A Dtest_builtin_casters.py155 assert m.u32_str(2000000000) == "2000000000"
166 m.u32_str(-1)
180 m.u32_str(long(-1)) # noqa: F821 undefined name 'long'
/dports/devel/nextpnr/nextpnr-48cd407/3rdparty/pybind11/tests/
H A Dtest_builtin_casters.py194 assert m.u32_str(2000000000) == "2000000000"
205 m.u32_str(-1)
219 m.u32_str(long(-1)) # noqa: F821 undefined name 'long'
/dports/misc/py-onnx/onnx-1.10.2/third_party/pybind11/tests/
H A Dtest_builtin_casters.py216 assert m.u32_str(2000000000) == "2000000000"
233 m.u32_str(-1)
247 m.u32_str(long(-1)) # noqa: F821 undefined name 'long'
/dports/games/scummvm/scummvm-2.5.1/engines/glk/advsys/
H A Dglk_interface.cpp44 glk_put_string_stream_uni(glk_window_get_stream(_window), msg.u32_str()); in print()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/thirdparty/pybind11/tests/
H A Dtest_builtin_casters.py216 assert m.u32_str(2000000000) == "2000000000"
233 m.u32_str(-1)
247 m.u32_str(long(-1)) # noqa: F821 undefined name 'long'
/dports/devel/pybind11/pybind11-2.8.1/tests/
H A Dtest_builtin_casters.py215 assert m.u32_str(2000000000) == "2000000000"
232 m.u32_str(-1)
246 m.u32_str(long(-1)) # noqa: F821 undefined name 'long'
/dports/science/smoldyn/smoldyn-2.67/source/pybind11/tests/
H A Dtest_builtin_casters.py215 assert m.u32_str(2000000000) == "2000000000"
232 m.u32_str(-1)
246 m.u32_str(long(-1)) # noqa: F821 undefined name 'long'
/dports/games/scummvm/scummvm-2.5.1/engines/glk/zcode/
H A Dzcode.cpp145 print_string_uni(_("Error writing save file\n").u32_str()); in saveGameState()
/dports/games/scummvm/scummvm-2.5.1/common/
H A Dustr.h167 const uint32 *u32_str() const { /*!< Return the string as a UTF-32 pointer. */ in u32_str() function
/dports/games/scummvm/scummvm-2.5.1/engines/glk/comprehend/
H A Dcomprehend.cpp144 glk_put_string_stream_uni(glk_window_get_stream(_bottomWindow), outputMsg.u32_str()); in print()
/dports/math/octave/octave-6.4.0/libgui/src/m-editor/
H A Dfile-editor-tab.cc2459 QVector<uint> u32_str = editor_text.toUcs4 (); in check_valid_codec() local
2461 (u32_str.data ()); in check_valid_codec()
2466 src, u32_str.size (), &length); in check_valid_codec()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/
H A Dwindow_text_buffer.cpp1307 putTextUni(s.u32_str(), s.size(), _inFence, _numChars - _inFence); in acceptReadLine()
1317 putTextUni(s.u32_str(), s.size(), _inFence, _numChars - _inFence); in acceptReadLine()
H A Dglk_api.cpp63 glk_put_string_uni(_("[ press any key to exit ]").u32_str()); in glk_exit()
/dports/lang/zig-devel/zig-0.9.0/test/
H A Drun_translated_c.zig864 \\ const uint32_t *u32_str = U"wide";
866 \\ if (u32_str[3] != U'e' || u32_str[4] != 0) abort();
/dports/lang/zig/zig-0.9.0/test/
H A Drun_translated_c.zig864 \\ const uint32_t *u32_str = U"wide";
866 \\ if (u32_str[3] != U'e' || u32_str[4] != 0) abort();
/dports/games/scummvm/scummvm-2.5.1/engines/glk/scott/
H A Dscott.cpp179 glk_put_string_stream_uni(glk_window_get_stream(w), msg.u32_str()); in display()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/adrift/
H A Dos_glk.cpp2814 g_vm->glk_put_string_uni(_("Loading game...\n").u32_str()); in gsc_startup_code()
/dports/devel/libunistring/libunistring-0.9.10/doc/
H A Dlibunistring.texi739 functions starting with @code{u8_str}/@code{u16_str}/@code{u32_str}
H A Dlibunistring.info534 starting with ‘u8_str’/‘u16_str’/‘u32_str’ denote a NUL terminated
/dports/lang/v/v-0.1.29/vc/
H A Dv.c732 string u32_str(u32 nn);
3286 string u32_str(u32 nn) { in u32_str() function
H A Dv_win.c755 string u32_str(u32 nn);
3322 string u32_str(u32 nn) { in u32_str() function