Home
last modified time | relevance | path

Searched refs:to_code (Results 1 – 25 of 208) sorted by path

123456789

/dports/archivers/lha-ac/lha-1.14i-ac20050924p1/src/
H A Dheader.c210 from_code, to_code, in convert_filename() argument
216 int from_code, to_code, case_to;
233 if (to_code == CODE_CAP) {
235 to_code = CODE_SJIS;
238 if (from_code == CODE_SJIS && to_code == CODE_UTF8) {
250 else if (from_code == CODE_UTF8 && to_code == CODE_SJIS) {
283 if (to_code != CODE_SJIS) {
294 if (to_code != CODE_EUC) {
308 if (to_code != CODE_SJIS) {
326 if (to_code != CODE_EUC) {
H A Dprototypes.h36 void convert_filename P_((char *name, int len, int size, int from_code, int to_code, char *from_del…
/dports/audio/julius/julius-4.1.2/julius/
H A Dcharconv.c109 static char *to_code = NULL; variable
116 if (to_code) free(to_code); in opt_charconv()
118 to_code = strcpy((char*)mymalloc(strlen(arg[1])+1), arg[1]); in opt_charconv()
129 if (to_code) free(to_code); in opt_nocharconv()
131 to_code = NULL; in opt_nocharconv()
142 if (to_code) free(to_code); in opt_kanji()
145 to_code = NULL; in opt_kanji()
147 to_code = strcpy((char*)mymalloc(strlen(arg[0])+1),arg[0]); in opt_kanji()
167 if (from_code != NULL && to_code != NULL) { in charconv_setup()
168 if (charconv_setup_real(from_code, to_code) == FALSE) { in charconv_setup()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/protobuf-codegen-2.25.2/src/field/
H A Dmod.rs588 self.oneof().oneof_type_name.to_code(&self.customize), in variant_path()
898 t if t.is_primitive() => t.to_code(&self.customize), in accessor_fn()
1162 oneof_type_name.to_code(&self.customize), in write_for_self_field()
1721 get_xxx_return_type.to_code(&self.customize) in write_message_field_get()
1815 set_xxx_param_type.to_code(&self.customize) in write_message_field_set()
1848 param.to_code(&self.customize) in write_message_field_mut()
1852 mut_xxx_return_type.to_code(&self.customize) in write_message_field_mut()
1949 take_xxx_return_type.to_code(&self.customize) in write_message_field_take()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/protobuf-codegen-2.25.2/src/
H A Dmessage.rs534 &field.full_storage_type().to_code(&self.customize), in write_struct()
549 &oneof.full_storage_type().to_code(&self.customize), in write_struct()
H A Doneof.rs103 oneof.type_name.to_code(&field.customize), in parse()
189 w.pub_enum(&self.type_name.to_code(&self.customize), |w| { in write_enum()
194 &variant.rust_type().to_code(&self.customize) in write_enum()
H A Drust_types_values.rs53 pub(crate) fn to_code(&self, customize: &Customize) -> String { in to_code() method
59 RustType::Vec(ref param) => format!("::std::vec::Vec<{}>", param.to_code(customize)), in to_code()
62 key.to_code(customize), in to_code()
63 value.to_code(customize) in to_code()
66 RustType::Slice(ref param) => format!("[{}]", param.to_code(customize)), in to_code()
69 format!("::std::option::Option<{}>", param.to_code(customize)) in to_code()
74 param.to_code(customize) in to_code()
79 param.to_code(customize) in to_code()
84 param.to_code(customize) in to_code()
86 RustType::Uniq(ref param) => format!("::std::boxed::Box<{}>", param.to_code(customize)), in to_code()
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/protobuf-codegen-2.10.0/src/
H A Dfield.rs559 self.oneof().oneof_type_name.to_code(&self.customize), in variant_path()
869 t if t.is_primitive() => t.to_code(&self.customize), in accessor_fn()
1126 oneof_type_name.to_code(&self.customize), in write_for_self_field()
1618 field_type_name.to_code(&self.customize) in write_message_field_get_singular()
1666 get_xxx_return_type.to_code(&self.customize) in write_message_field_get()
1760 set_xxx_param_type.to_code(&self.customize) in write_message_field_set()
1793 param.to_code(&self.customize) in write_message_field_mut()
1797 mut_xxx_return_type.to_code(&self.customize) in write_message_field_mut()
1894 take_xxx_return_type.to_code(&self.customize) in write_message_field_take()
H A Dmessage.rs464 &field.full_storage_type().to_code(&self.customize), in write_struct()
479 &oneof.full_storage_type().to_code(&self.customize), in write_struct()
H A Doneof.rs99 oneof.type_name.to_code(&field.customize), in parse()
189 w.pub_enum(&self.type_name.to_code(&self.customize), |w| { in write_enum()
194 &variant.rust_type().to_code(&self.customize) in write_enum()
H A Drust_types_values.rs49 pub(crate) fn to_code(&self, customize: &Customize) -> String {
55 RustType::Vec(ref param) => format!("::std::vec::Vec<{}>", param.to_code(customize)),
58 key.to_code(customize),
59 value.to_code(customize)
62 RustType::Slice(ref param) => format!("[{}]", param.to_code(customize)),
65 format!("::std::option::Option<{}>", param.to_code(customize))
70 param.to_code(customize)
75 param.to_code(customize)
80 param.to_code(customize)
82 RustType::Uniq(ref param) => format!("::std::boxed::Box<{}>", param.to_code(customize)),
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/objects/seq/
H A Dseqport_util.hpp83 CSeq_data::E_Choice to_code,
147 CSeq_data::E_Choice to_code = CSeq_data::e_Ncbi2na,
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objects/seq/
H A Dseqport_util.cpp112 CSeq_data::E_Choice to_code,
144 CSeq_data::E_Choice to_code,
380 CSeq_data::E_Choice to_code,
920 CSeq_data::E_Choice to_code, in Convert() argument
979 CSeq_data::E_Choice to_code, in GetAmbigs() argument
1971 CSeq_data::E_Choice to_code, in x_ConvertAmbig() argument
2012 CSeq_data::E_Choice to_code, in Convert() argument
2055 CSeq_data temp(result, to_code); in Convert()
2209 CSeq_data::E_Choice to_code, in GetAmbigs() argument
2218 switch (to_code) { in GetAmbigs()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objects/seq/
H A Dseqport_util.hpp83 CSeq_data::E_Choice to_code,
147 CSeq_data::E_Choice to_code = CSeq_data::e_Ncbi2na,
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objects/seq/
H A Dseqport_util.cpp112 CSeq_data::E_Choice to_code,
144 CSeq_data::E_Choice to_code,
380 CSeq_data::E_Choice to_code,
920 CSeq_data::E_Choice to_code, in Convert() argument
979 CSeq_data::E_Choice to_code, in GetAmbigs() argument
1971 CSeq_data::E_Choice to_code, in x_ConvertAmbig() argument
2012 CSeq_data::E_Choice to_code, in Convert() argument
2055 CSeq_data temp(result, to_code); in Convert()
2209 CSeq_data::E_Choice to_code, in GetAmbigs() argument
2218 switch (to_code) { in GetAmbigs()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objects/seq/test/
H A Dtest_seqport.cpp77 CSeq_data::E_Choice to_code,
82 CSeq_data::E_Choice to_code,
570 to_code = CSeq_data::e_Ncbi2na; in SeqDataTest()
573 to_code = CSeq_data::e_Ncbi4na; in SeqDataTest()
576 to_code = CSeq_data::e_Iupacna; in SeqDataTest()
579 to_code = CSeq_data::e_Ncbieaa; in SeqDataTest()
582 to_code = CSeq_data::e_Ncbistdaa; in SeqDataTest()
585 to_code = CSeq_data::e_Iupacaa; in SeqDataTest()
830 CSeq_data::E_Choice to_code, in GetAmbigsTest() argument
843 to_code, in GetAmbigsTest()
[all …]
/dports/comms/gnuradio/gnuradio-3.8.4.0/grc/core/
H A DFlowGraph.py270 value = eval(parameter_block.params['value'].to_code(), namespace)
/dports/comms/gnuradio/gnuradio-3.8.4.0/grc/core/params/
H A Dparam.py295 def to_code(self): member in Param
H A Dtemplate_arg.py30 value = param.to_code()
47 return str(self._param.to_code())
/dports/comms/scmxx/scmxx-0.9.0/src/
H A Dcharsets.h76 char* convert_from_internal (const char* to_code,
/dports/comms/scmxx/scmxx-0.9.0/src/charsets/
H A Ducs4_dec.c91 char* convert_from_internal (const char* to_code, in convert_from_internal() argument
116 if (to_code == NULL || input == NULL) return NULL; in convert_from_internal()
118 cd = iconv_open(to_code,ucs4_get_iconv_charset()); in convert_from_internal()
121 ucs4_get_iconv_charset(),to_code,strerror(errno)); in convert_from_internal()
/dports/converters/php73-mbstring/php-7.3.33/ext/mbstring/oniguruma/src/
H A Dunicode.c847 unicode_egcb_is_break_2code(OnigCodePoint from_code, OnigCodePoint to_code) in unicode_egcb_is_break_2code() argument
853 to = egcb_get_type(to_code); in unicode_egcb_is_break_2code()
891 if (onigenc_unicode_is_code_ctype(to_code, PROP_INDEX_EXTENDEDPICTOGRAPHIC)) in unicode_egcb_is_break_2code()
/dports/databases/spatialite/libspatialite-5.0.1/src/spatialite/
H A Dvirtualnetwork.c993 const char *from_code, const char *to_code, in add_arc_geometry_to_solution() argument
1010 len = strlen (to_code); in add_arc_geometry_to_solution()
1014 strcpy (p->ToCode, to_code); in add_arc_geometry_to_solution()
1053 char *to_code; in build_solution() local
1192 to_code = NULL; in build_solution()
1210 to_code = in build_solution()
1280 if (to_code == NULL) in build_solution()
1281 to_code = ""; in build_solution()
1285 to_code, in build_solution()
H A Dvirtualrouting.c829 len = strlen (to_code); in add_link_geometry_to_solution()
1046 char *to_code; in build_solution() local
1213 to_code = NULL; in build_solution()
1231 to_code = in build_solution()
1287 if (to_code == NULL) in build_solution()
1288 to_code = ""; in build_solution()
1292 to_code, in build_solution()
6526 const char *to_code; in build_point2point_solution() local
6557 to_code = in build_point2point_solution()
6604 to_code = in build_point2point_solution()
[all …]
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/iconv/
H A Diconv_charmap.c82 const char *to_code);
97 const char *to_code, struct charmap_t *to_charmap, in charmap_conversion() argument
122 cvtbl = use_from_charmap (from_charmap, to_code); in charmap_conversion()
261 use_from_charmap (struct charmap_t *from_charmap, const char *to_code) in use_from_charmap() argument
273 cd = iconv_open (to_code, "WCHAR_T"); in use_from_charmap()

123456789