Searched refs:tail (Results 1 – 13 of 13) sorted by relevance
59 protected int tail; field in UnboundedFifoByteBuffer86 tail = 0; in UnboundedFifoByteBuffer()97 if (tail < head) { in size()98 size = buffer.length - head + tail; in size()100 size = tail - head; in size()127 for (int i = head; i != tail;) { in add()140 tail = j; in add()143 buffer[tail] = b; in add()144 tail++; in add()145 if (tail >= buffer.length) { in add()[all …]
119 public WnnSentence(WnnClause head, WnnSentence tail) { in WnnSentence() argument120 if (tail == null) { in WnnSentence()133 this.candidate = head.candidate + tail.candidate; in WnnSentence()134 this.stroke = head.stroke + tail.stroke; in WnnSentence()135 this.frequency = head.frequency + tail.frequency; in WnnSentence()136 this.partOfSpeech = new WnnPOS(head.partOfSpeech.left, tail.partOfSpeech.right); in WnnSentence()141 this.elements.addAll(tail.elements); in WnnSentence()
376 int tail = label.lastIndexOf('.'); in getLabel() local377 if (tail >= 0 && tail < (label.length()-1)) { in getLabel()378 label = label.substring(tail+1); in getLabel()
762 int tail = label.lastIndexOf('.'); in makeLabel() local763 if (tail >= 0) { in makeLabel()764 label = label.substring(tail+1, label.length()); in makeLabel()
193 Token tail = node.lastToken; in buildString() local196 while (head != tail) { in buildString()202 out.append(tail.image); in buildString()
1dictionary=main:en,locale=en,description=English,date=1414726273, ...
1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ...