Home
last modified time | relevance | path

Searched refs:ucontent (Results 1 – 6 of 6) sorted by relevance

/dports/devel/kiwix-lib/kiwix-lib-9.4.1/src/tools/
H A DregexTools.cpp60 icu::UnicodeString ucontent(content.c_str()); in matchRegex() local
61 auto matcher = buildMatcher(regex, ucontent); in matchRegex()
71 icu::UnicodeString ucontent(content.c_str()); in replaceRegex() local
72 auto matcher = buildMatcher(regex, ucontent); in replaceRegex()
85 icu::UnicodeString ucontent(content.c_str()); in appendToFirstOccurence() local
87 auto matcher = buildMatcher(regex, ucontent); in appendToFirstOccurence()
90 ucontent.insert(matcher->end(status), ureplacement); in appendToFirstOccurence()
92 ucontent.toUTF8String(tmp); in appendToFirstOccurence()
/dports/astro/siril/siril/src/core/
H A Dsiril_update.c344 struct ucontent { struct
351 struct ucontent *mem = (struct ucontent *) userp; in cbk_curl() argument
380 struct ucontent *changelog; in get_changelog()
388 changelog = g_try_malloc(sizeof(struct ucontent)); in get_changelog()
498 struct ucontent *content; in fetch_url()
505 content = g_try_malloc(sizeof(struct ucontent)); in fetch_url()
/dports/audio/audacity/audacity-Audacity-3.1.3/src/effects/audiounits/
H A DAudioUnitEffect.cpp2026 CFunique_ptr<char /* CFPropertyList */> ucontent { (char *) content }; in LoadPreset() local
2081 CFunique_ptr<char /* CFPropertyList */> ucontent { (char *) content }; in SavePreset() local
2264 CFunique_ptr<char /* CFPropertyList */> ucontent { (char *) content }; in CopyParameters() local
2333 CFunique_ptr<char /* CFPropertyList */> ucontent { (char *) content }; in Export() local
2414 CFunique_ptr<char /* CFPropertyList */> ucontent { (char *) content }; in Import() local
/dports/astro/siril/siril/src/algos/
H A DplateSolver.c408 struct ucontent { struct
426 struct ucontent *mem = (struct ucontent *) userp; in cbk_curl() argument
438 struct ucontent *content = malloc(sizeof(struct ucontent)); in fetch_url()
/dports/math/maxima/maxima-5.43.2/src/
H A Dpolyrz.lisp109 (pquotient p (ucontent p))) ;PRIMITIVE UNIVAR. POLY
H A Drat3c.lisp378 (defun ucontent (p) ;CONTENT OF UNIV. POLY function