Home
last modified time | relevance | path

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

/dports/devel/librcc/librcc-0.2.12/examples/
H A Dexample2.c30 rcc_string rccstring; in main() local
67 rccstring = rccFrom(NULL, 0, buf); in main()
68 if (!rccstring) rccstring = strdup(buf); in main()
70 if (rccstring) { in main()
71 recoded = rccTo(NULL, 1, rccstring); in main()
72 if (!recoded) recoded = strdup(rccstring); in main()
77 free(rccstring); in main()
/dports/audio/moc/moc-2.5.2/
H A Drcc.c33 rcc_string rccstring; in rcc_reencode() local
35 rccstring = rccFrom (NULL, 0, str); in rcc_reencode()
36 if (rccstring) { in rcc_reencode()
37 if (*rccstring) { in rcc_reencode()
40 reencoded = rccToCharset (NULL, "UTF-8", rccstring); in rcc_reencode()
47 free (rccstring); in rcc_reencode()
/dports/converters/rcctools/rcctools-0.1.1/
H A Drcc-recode.c646 rcc_string rccstring; in Translate() local
655 if (efrom) rccstring = rccFromCharset(NULL, efrom, source); in Translate()
656 else rccstring = rccFrom(NULL, source_class_id, source); in Translate()
658 if (!rccstring) return NULL; in Translate()
665 stmp = rccTo(NULL, target_class_id, rccstring); in Translate()
673 recoded = rccToCharset(NULL, eto, rccstring); in Translate()
675 } else recoded = rccTo(NULL, target_class_id, rccstring); in Translate()
677 free(rccstring); in Translate()
/dports/devel/librcc/librcc-0.2.12/docs/api/
H A Drcc-recode.c665 rcc_string rccstring; in Translate() local
674 if (efrom) rccstring = rccFromCharset(NULL, efrom, source); in Translate()
675 else rccstring = rccFrom(NULL, source_class_id, source); in Translate()
677 if (!rccstring) return NULL; in Translate()
684 stmp = rccTo(NULL, target_class_id, rccstring); in Translate()
692 recoded = rccToCharset(NULL, eto, rccstring); in Translate()
694 } else recoded = rccTo(NULL, target_class_id, rccstring); in Translate()
696 free(rccstring); in Translate()
/dports/devel/librcc/librcc-0.2.12/src/
H A DMakefile.am20 rccstring.c rccstring.h \
H A DMakefile.in67 rccdb4.lo rccspell.lo engine.lo rccstring.lo rccxml.lo \
272 rccstring.c rccstring.h \
374 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rccstring.Plo@am__quote@
/dports/devel/librcc/librcc-0.2.12/
H A DChangeLog340 src/rccspell.h src/rccstring.c src/rccstring.h src/rccxml.c
388 src/rccexternal.c src/rccexternal.h src/rccstring.c
416 src/rcciconv.h src/rccstring.c src/rccstring.h
589 src/rcclist.c src/rcclocale.h src/rccstring.c src/rccstring.h
618 src/rccdb4.c src/rcclocale.c src/rccstring.c
658 src/rccstring.c src/rccstring.h src/rccxml.c src/recode.c
778 src/rccstring.h src/rccxml.c src/recode.c src/recode.h
948 src/rccstring.h src/recode.h src/xml.h
955 src/plugin.c src/rccstring.c src/recode.c src/xml.c
964 ==> src/.arch-ids/rccstring.c.id
[all …]