Home
last modified time | relevance | path

Searched refs:tail (Results 1 – 12 of 12) sorted by relevance

/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/
DUnboundedFifoByteBuffer.java59 protected int tail; field in UnboundedFifoByteBuffer
86 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 …]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DWnnSentence.java119 public WnnSentence(WnnClause head, WnnSentence tail) { in WnnSentence() argument
120 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()
/packages/apps/Settings/src/com/android/settings/applications/
DProcessStatsDetail.java260 int tail = label.lastIndexOf('.'); in fillServicesSection() local
261 if (tail >= 0 && tail < (label.length()-1)) { in fillServicesSection()
262 label = label.substring(tail+1); in fillServicesSection()
DRunningState.java726 int tail = label.lastIndexOf('.'); in makeLabel() local
727 if (tail >= 0) { in makeLabel()
728 label = label.substring(tail+1, label.length()); in makeLabel()
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/
DBuilder.java193 Token tail = node.lastToken; in buildString() local
196 while (head != tail) { in buildString()
202 out.append(tail.image); in buildString()
/packages/services/Telecomm/libs/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/packages/inputmethods/LatinIME/dictionaries/
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1402373178, ...
Dfr_wordlist.combined.gz1dictionary=main:fr,locale=fr,description=Français,date=1400639634, ...
Dtr_wordlist.combined.gz1dictionary=main:tr,locale=tr,description=Türkçe,date=1393228155, ...
Dro_wordlist.combined.gz1dictionary=main:ro,locale=ro,description=Româna,date=1408019089, ...