Searched refs:translate (Results 1 - 10 of 10) sorted by relevance

/haiku/3rdparty/mmu_man/scripts/
H A Dgenerate_icon_table.sh10 translate "$f" "${tmpf}${bn}.png" 'PNG '
/haiku/src/build/libgnuregex/
H A Dregex.c747 /* Perhaps we should print the translate table? */
853 as an array index (in, e.g., `translate'). */
857 if (translate) c = translate[c]; \
871 /* If `translate' is non-null, return translate[D], else just D. We
872 cast the subscript to translate because some data is declared as
875 #define TRANSLATE(d) (translate ? translate[(unsigned char) (d)] : (d))
1049 Assumes the `allocated' (and perhaps `buffer') and `translate'
1081 char *translate = bufp->translate; local
2882 register char *translate = bufp->translate; local
3182 char *translate = bufp->translate; local
[all...]
H A Dregex.h277 `translate', and `no_sub' can be set. After the pattern has been
303 /* Either a translate table to apply to all characters before
307 char *translate;
304 char *translate; member in struct:re_pattern_buffer
/haiku/headers/libs/agg/
H A Dagg_trans_affine.h156 const trans_affine& translate(double x, double y);
327 inline const trans_affine& trans_affine::translate(double x, double y) function in class:agg::trans_affine
H A Dagg_trans_perspective.h96 const trans_perspective& translate(double x, double y);
542 trans_perspective::translate(double x, double y) function in class:agg::trans_perspective
/haiku/headers/posix/
H A Dregex.h332 `translate', and `no_sub' can be set. After the pattern has been
370 /* Either a translate table to apply to all characters before
374 __RE_TRANSLATE_TYPE __REPB_PREFIX(translate);
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js1088 context.translate(this.xOffset, this.yOffset);
1090 context.translate(-this.xOffset, -this.yOffset);
1598 context.translate(offset.x + 0.5, offset.y + 0.5);
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregcomp.c213 Assumes the `allocated' (and perhaps `buffer') and `translate' fields
502 preg->translate = NULL;
653 re_free (preg->translate);
654 preg->translate = NULL;
784 err = re_string_construct (&regexp, pattern, length, preg->translate,
810 if (dfa->is_utf8 && !(syntax & RE_ICASE) && preg->translate == NULL)
H A Dregexec.c644 RE_TRANSLATE_TYPE t = preg->translate;
682 preg->translate, preg->syntax & RE_ICASE, dfa);
/haiku/src/kits/mail/
H A Dmail_util.cpp1224 gRe.translate = gTranslation;

Completed in 234 milliseconds