Searched refs:translation (Results 1 - 25 of 266) sorted by relevance

1234567891011

/macosx-10.9.5/Heimdal-323.92.1/lib/wind/
H A Dcombining.c43 const struct translation *t1 = (const struct translation *)key;
44 const struct translation *t2 = (const struct translation *)data;
52 struct translation ts = {code_point};
57 const struct translation *t = (const struct translation *)s;
H A Dmap.c46 const struct translation *t1 = (const struct translation *)key;
47 const struct translation *t2 = (const struct translation *)data;
61 struct translation ts = {in[i]};
62 const struct translation *s;
64 s = (const struct translation *)
H A Dnormalize.c51 const struct translation *t1 = (const struct translation *)key;
52 const struct translation *t2 = (const struct translation *)data;
130 struct translation ts = {in[i]};
147 const struct translation *t = (const struct translation *)s;
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DRenderSVGTransformableContainer.cpp59 FloatSize translation(useElement->x().value(lengthContext), useElement->y().value(lengthContext));
60 if (translation != m_lastTranslation)
62 m_lastTranslation = translation;
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dgettext.h88 translation is done at a different place in the code.
137 const char *translation = dcgettext (domain, msg_ctxt_id, category); local
138 if (translation == msg_ctxt_id)
141 return translation;
157 const char *translation = local
159 if (translation == msg_ctxt_id || translation == msgid_plural)
162 return translation;
198 const char *translation; local
213 translation
244 const char *translation; local
[all...]
/macosx-10.9.5/libiconv-41/libiconv/srclib/
H A Dgettext.h72 translation is done at a different place in the code.
111 const char *translation = dcgettext (domain, msg_ctxt_id, category); local
112 if (translation == msg_ctxt_id)
115 return translation;
131 const char *translation = local
133 if (translation == msg_ctxt_id || translation == msgid_plural)
136 return translation;
167 const char *translation; local
182 translation
213 const char *translation; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/tcl/
H A Drplay.tcl24 fconfigure $fd -translation binary
39 fconfigure $sock -translation binary -blocking 1
/macosx-10.9.5/tcl-102/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dmksplit.tcl27 fconfigure $fd -translation binary
58 fconfigure $ofd -translation binary
64 fconfigure $ofd -translation binary
H A Dtgz2kit.tcl29 fconfigure $ifd -translation binary
32 fconfigure $ofd -translation binary
67 fconfigure $ofd -translation binary
H A Dmkpack.tcl31 fconfigure $fd -translation binary
60 fconfigure $ofd -translation binary
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/include/
H A Dmc.h76 char* translation; member in struct:Mc_s
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DFontCGWin.cpp178 FloatSize translation = glyphBuffer.offsetAt(from); local
196 float shadowTextX = point.x() + translation.width() + shadowOffset.width();
198 float shadowTextY = point.y() + translation.height() + shadowOffset.height() * (graphicsContext->shadowsIgnoreTransforms() ? -1 : 1);
202 CGContextSetTextPosition(cgContext, point.x() + translation.width() + shadowOffset.width() + font->syntheticBoldOffset(), point.y() + translation.height() + shadowOffset.height());
208 CGContextSetTextPosition(cgContext, point.x() + translation.width(), point.y() + translation.height());
211 CGContextSetTextPosition(cgContext, point.x() + translation.width() + font->syntheticBoldOffset(), point.y() + translation.height());
/macosx-10.9.5/tcl-102/tcl/tcl/tools/
H A DeolFix.tcl31 fconfigure $newfhnd -translation [list auto $outMode]
36 fconfigure $fhnd -translation binary -buffersize $theEnd
H A Dman2help.tcl28 fconfigure $fd -translation crlf
68 fconfigure $file -translation crlf
/macosx-10.9.5/tcl-102/tcl84/tcl/tools/
H A DeolFix.tcl31 fconfigure $newfhnd -translation [list auto $outMode]
36 fconfigure $fhnd -translation binary -buffersize $theEnd
H A Dman2help.tcl27 fconfigure $fd -translation crlf
67 fconfigure $file -translation crlf
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/transfer/
H A Dconnect.tcl25 option -translation -default {}
68 foreach o {-translation -encoding -eofchar} {
H A Dreceiver.tcl30 -mode passive -translation binary]
34 -mode active -translation binary]
52 fconfigure $chan -translation binary
97 delegate option -translation to myconnect
H A Dtransmitter.tcl30 -mode passive -translation binary]
34 -mode active -translation binary]
52 fconfigure $chan -translation binary
84 delegate option -translation to myconnect
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/unix/tools/
H A Dbuildutil.tcl62 fconfigure $sourceFH -translation binary -eofchar {}
63 fconfigure $targetFH -translation binary -eofchar {}
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/tools/
H A Dmmdecode32 fconfigure stdout -translation binary
H A Dmmencode57 fconfigure stdin -translation binary
/macosx-10.9.5/tcl-102/tcl_ext/tls/tls/tests/oldTests/
H A DtlsAuto.tcl54 fconfigure $chan -buffering none -blocking 0 -translation binary
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/library/
H A Dcompat.tcl307 [fconfigure $fromFileId -translation] \
310 [fconfigure $toFileId -translation] \
313 fconfigure $fromFileId -translation binary
315 fconfigure $toFileId -translation binary
334 fconfigure $fromFileId -translation [lindex $fromOptions 0]
336 fconfigure $toFileId -translation [lindex $toOptions 0]
/macosx-10.9.5/emacs-92/emacs/lisp/term/
H A Dinternal.el72 ;; defines translation tables for each such pair, and a bunch of
73 ;; functions to generate coding systems that use those translation
567 translation)
569 (setq translation (car tail) tail (cdr tail))
570 (let* ((chset (car translation))
571 (base (nth 1 translation))
572 (first (nth 2 translation))
573 (last (nth 3 translation))
574 (table (nth 4 translation))
602 ;;(setq nonascii-translation
[all...]

Completed in 141 milliseconds

1234567891011