Home
last modified time | relevance | path

Searched refs:MAX_LENGTH (Results 1 – 5 of 5) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DRomkanFullKatakana.java144 private static final int MAX_LENGTH = 4; field in RomkanFullKatakana
173 StrSegment[] str = new StrSegment[MAX_LENGTH]; in convert()
174 int start = MAX_LENGTH; in convert()
175 int checkLength = Math.min(cursor, MAX_LENGTH); in convert()
177 str[MAX_LENGTH - i] = text.getStrSegment(1, cursor - i); in convert()
182 while (start < MAX_LENGTH) { in convert()
183 for (int i = start; i < MAX_LENGTH; i++) { in convert()
195 out[0] = new StrSegment(match, str[start].from, str[MAX_LENGTH - 1].to); in convert()
196 text.replaceStrSegment(ComposingText.LAYER1, out, MAX_LENGTH - start); in convert()
200 str[start].from, str[MAX_LENGTH - 1].to - 1); in convert()
[all …]
DRomkan.java148 private static final int MAX_LENGTH = 4; field in Romkan
169 StrSegment[] str = new StrSegment[MAX_LENGTH]; in convert()
170 int start = MAX_LENGTH; in convert()
171 int checkLength = Math.min(cursor, MAX_LENGTH); in convert()
173 str[MAX_LENGTH - i] = text.getStrSegment(1, cursor - i); in convert()
178 while (start < MAX_LENGTH) { in convert()
179 for (int i = start; i < MAX_LENGTH; i++) { in convert()
191 out[0] = new StrSegment(match, str[start].from, str[MAX_LENGTH - 1].to); in convert()
192 text.replaceStrSegment(ComposingText.LAYER1, out, MAX_LENGTH - start); in convert()
196 str[start].from, str[MAX_LENGTH - 1].to - 1); in convert()
[all …]
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/parser/
DDisclaimersParser.java43 private static final int MAX_LENGTH = 3; field in DisclaimersParser
61 List<Disclaimer> disclaimers = new ArrayList<>(MAX_LENGTH); in parse()
64 if (disclaimers.size() >= MAX_LENGTH) { in parse()
/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimer.java76 static final long MAX_LENGTH = field in Timer
/packages/services/Telecomm/libs/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...