Searched refs:transcoder (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/text/transcoder/
H A DFontTranscoder.cpp102 static FontTranscoder* transcoder = new FontTranscoder; local
103 return *transcoder;
/macosx-10.9.5/ruby-104/ruby/
H A Dtranscode.c54 const rb_transcoder *transcoder; member in struct:rb_transcoding
85 ((tc)->transcoder->max_input <= (int)sizeof((tc)->readbuf.ary) ? \
89 ((tc)->transcoder->max_output <= (int)sizeof((tc)->writebuf.ary) ? \
93 ((tc)->transcoder->max_output <= (int)sizeof((tc)->writebuf.ary) ? \
95 (size_t)(tc)->transcoder->max_output)
98 ((tc)->transcoder->state_size <= (int)sizeof((tc)->state) ? \
160 const rb_transcoder *transcoder; member in struct:__anon12497
181 entry->transcoder = NULL;
213 if (entry->transcoder) {
214 rb_raise(rb_eArgError, "transcoder fro
1951 const rb_transcoder *transcoder = get_transcoder_entry("", dname)->transcoder; local
[all...]

Completed in 151 milliseconds