HomeSort by relevance Sort by last modified time
    Searched refs:MAX_LENGTH (Results 1 - 5 of 5) sorted by null

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
Romkan.java 148 private static final int MAX_LENGTH = 4;
169 StrSegment[] str = new StrSegment[MAX_LENGTH];
170 int start = MAX_LENGTH;
171 int checkLength = Math.min(cursor, MAX_LENGTH);
173 str[MAX_LENGTH - i] = text.getStrSegment(1, cursor - i);
178 while (start < MAX_LENGTH) {
179 for (int i = start; i < MAX_LENGTH; i++) {
191 out[0] = new StrSegment(match, str[start].from, str[MAX_LENGTH - 1].to);
192 text.replaceStrSegment(ComposingText.LAYER1, out, MAX_LENGTH - start);
196 str[start].from, str[MAX_LENGTH - 1].to - 1)
    [all...]
RomkanFullKatakana.java 144 private static final int MAX_LENGTH = 4;
173 StrSegment[] str = new StrSegment[MAX_LENGTH];
174 int start = MAX_LENGTH;
175 int checkLength = Math.min(cursor, MAX_LENGTH);
177 str[MAX_LENGTH - i] = text.getStrSegment(1, cursor - i);
182 while (start < MAX_LENGTH) {
183 for (int i = start; i < MAX_LENGTH; i++) {
195 out[0] = new StrSegment(match, str[start].from, str[MAX_LENGTH - 1].to);
196 text.replaceStrSegment(ComposingText.LAYER1, out, MAX_LENGTH - start);
200 str[start].from, str[MAX_LENGTH - 1].to - 1)
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
BERConstructedOctetString.java 11 private static final int MAX_LENGTH = 1000;
94 for (int i = 0; i < string.length; i += MAX_LENGTH)
98 if (i + MAX_LENGTH > string.length)
104 end = i + MAX_LENGTH;
  /external/icu4c/test/cintltst/
ncnvtst.c 25 #define MAX_LENGTH 999
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
ncnvtst.c 25 #define MAX_LENGTH 999
    [all...]

Completed in 801 milliseconds