Home
last modified time | relevance | path

Searched refs:conststring8 (Results 1 – 20 of 20) sorted by relevance

/dports/audio/praat/praat-6.2.03/melder/
H A Dmelder_ftoa.h27 conststring8 Melder8_integer (int64 value) noexcept;
30 conststring8 Melder8_bigInteger (int64 value) noexcept;
33 conststring8 Melder8_boolean (bool value) noexcept;
37 conststring8 Melder8_onoff (bool value) noexcept;
40 conststring8 Melder8_kleenean (kleenean value) noexcept;
47 conststring8 Melder8_double (double value) noexcept;
55 conststring8 Melder8_single (double value) noexcept;
61 conststring8 Melder8_half (double value) noexcept;
92 conststring8 Melder8_dcomplex (dcomplex value) noexcept;
99 conststring8 Melder8_scomplex (dcomplex value) noexcept;
[all …]
H A Dmelder_debug.h29 FILE * _open (conststring8 sourceCodeFileName, int lineNumber, conststring8 functionName);
31 conststring8 _peek32to8 (conststring32 string);
46 void Melder_trace (conststring8 sourceCodeFileName, int lineNumber, conststring8 functionName, cons… in Melder_trace()
H A DSTR.h20 autostring8 hex_STR8 (conststring8 str, uint64 key = 0);
48 autostring8 unhex_STR8 (conststring8 str, uint64 key = 0);
H A Dmelder_debug.cpp106 conststring8 MelderTrace::_peek32to8 (conststring32 string) { in _peek32to8()
197 FILE * MelderTrace::_open (conststring8 sourceCodeFileName, int lineNumber, conststring8 functionNa… in _open()
H A Dabcio.h72 void texputs8 (MelderFile file, conststring8 s, texput_UP_TO_NINE_NULLA…
73 void texputs16 (MelderFile file, conststring8 s, texput_UP_TO_NINE_NULLA…
74 void texputs32 (MelderFile file, conststring8 s, texput_UP_TO_NINE_NULLA…
H A Dmelder_atof.h34 double Melder_a8tof (conststring8 string) noexcept;
H A Dmelder_textencoding.cpp200 conststring32 Melder_peek8to32 (conststring8 textA) { in Melder_peek8to32()
349 void Melder_8to32_inplace (conststring8 string8, mutablestring32 string32, kMelder_textInputEncodin… in Melder_8to32_inplace()
499 conststring8 Melder_peek32to8 (conststring32 text) { in Melder_peek32to8()
630 conststring8 Melder_peek32to8_fileSystem (conststring32 string) { in Melder_peek32to8_fileSystem()
H A Dmelder_atof.cpp108 double Melder_a8tof (conststring8 string) noexcept { in Melder_a8tof()
H A DSTR.cpp25 autostring8 hex_STR8 (conststring8 str, uint64 key) {
288 autostring8 unhex_STR8 (conststring8 str, uint64 key) {
H A Dmelder_string32.h42 using conststring8 = const char *; variable
H A DMAT.cpp698conststring8 sourceText = "__kernel void vector_add(__global const int *A, __global const int *B, … in MATmul_forceOpenCL_()
/dports/audio/praat/praat-6.2.03/sys/
H A DEditor.cpp280 conststring8 text_utf8 = Melder_peek32to8 (my undoText); in menu_cb_undo()
500 conststring8 text_utf8 = Melder_peek32to8 (my undoText); in Editor_save()
H A DGraphics_record.cpp123 const conststring8 text_utf8 = sget (length); in SelectAddrModeIndexedU6S128()
383 const conststring8 text_utf8 = sget (length); in SelectAddrModeIndexedU6S128()
H A DGraphics_image.cpp890 conststring8 txt_utf8 = Melder_peek32to8 (relativeFileName); in Graphics_imageFromFile()
H A DGraphics_text.cpp1660 const conststring8 txt_utf8 = Melder_peek32to8 (txt); in Graphics_text()
/dports/audio/praat/praat-6.2.03/external/espeak/
H A Despeak_io.cpp130 conststring8 fname = Melder_peek32to8 (fim -> d_path.get()); in espeak_io_GetVoices()
/dports/audio/praat/praat-6.2.03/fon/
H A DFunctionEditor.cpp262 conststring8 format = my v_format_long (); in drawBackgroundAndData()
H A Dpraat_Tiers.cpp556 conststring8 fbpairs = Melder_peek32to8 (formantBandwidthPairs);
H A DTextGrid.cpp349 conststring8 line;
/dports/audio/praat/praat-6.2.03/dwtools/
H A DMDS.cpp2348conststring8 start = Melder_peek32to8 (interiorKnots); // UGLY; because of non-availability of str…