Searched defs:head (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DWnnSentence.java116 * @param head The top clause of this sentence
119 public WnnSentence(WnnClause head, WnnSentence tail) { argument
122 this.id = head.id;
123 this.candidate = head.candidate;
124 this.stroke = head.stroke;
125 this.frequency = head.frequency;
126 this.partOfSpeech = head.partOfSpeech;
127 this.attribute = head.attribute;
129 this.elements.add(head);
132 this.id = head
[all...]
/packages/apps/Email/src/org/apache/james/mime4j/decoder/
H A DUnboundedFifoByteBuffer.java58 protected int head; field in class:UnboundedFifoByteBuffer
85 head = 0;
97 if (tail < head) {
98 size = buffer.length - head + tail;
100 size = tail - head;
127 for (int i = head; i != tail;) {
139 head = 0;
162 return buffer[head];
176 byte element = buffer[head];
178 head
[all...]
/packages/inputmethods/PinyinIME/jni/include/
H A Duserdict.h257 uint16 head, tail; member in struct:ime_pinyin::UserDict::UserDictMissCache
265 uint16 head, tail; member in struct:ime_pinyin::UserDict::UserDictCache

Completed in 185 milliseconds