Home
last modified time | relevance | path

Searched refs:entryEncoder (Results 1 – 3 of 3) sorted by relevance

/dports/editors/yudit/yudit-3.0.7/stoolkit/syntax/
H A DSHunspellPattern.cpp86 entryEncoder = 0; in SHunspellPattern()
129 entryEncoder = new SEncoder ("utf-8"); in SHunspellPattern()
131 entryEncoder = new SEncoder ("utf-8"); in SHunspellPattern()
133 entryEncoder = new SEncoder ("iso-8859-1"); in SHunspellPattern()
135 entryEncoder = new SEncoder ("iso-8859-2"); in SHunspellPattern()
137 entryEncoder = new SEncoder ("iso-8859-3"); in SHunspellPattern()
139 entryEncoder = new SEncoder ("iso-8859-4"); in SHunspellPattern()
157 entryEncoder = new SEncoder ("koi8-r"); in SHunspellPattern()
160 entryEncoder = new SEncoder ("utf-8"); in SHunspellPattern()
171 if (entryEncoder) delete entryEncoder; in ~SHunspellPattern()
[all …]
H A DSHunspellPattern.h66 SEncoder* entryEncoder; variable
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/pkg/loghttp/
H A Dentry.go109 type entryEncoder struct{} struct
111 func (entryEncoder) IsEmpty(ptr unsafe.Pointer) bool { argument
116 func (entryEncoder) Encode(ptr unsafe.Pointer, stream *jsoniter.Stream) { argument
136 return entryEncoder{}