OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_LENGTH
(Results
1 - 12
of
12
) 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
;
/frameworks/base/core/java/android/net/dhcp/
DhcpDeclinePacket.java
44
ByteBuffer result = ByteBuffer.allocate(
MAX_LENGTH
);
DhcpDiscoverPacket.java
45
ByteBuffer result = ByteBuffer.allocate(
MAX_LENGTH
);
DhcpInformPacket.java
44
ByteBuffer result = ByteBuffer.allocate(
MAX_LENGTH
);
DhcpNakPacket.java
46
ByteBuffer result = ByteBuffer.allocate(
MAX_LENGTH
);
DhcpRequestPacket.java
49
ByteBuffer result = ByteBuffer.allocate(
MAX_LENGTH
);
DhcpAckPacket.java
60
ByteBuffer result = ByteBuffer.allocate(
MAX_LENGTH
);
DhcpOfferPacket.java
62
ByteBuffer result = ByteBuffer.allocate(
MAX_LENGTH
);
DhcpPacket.java
85
protected static final int
MAX_LENGTH
= 1500;
/external/icu4c/test/cintltst/
ncnvtst.c
25
#define
MAX_LENGTH
999
[
all
...]
Completed in 464 milliseconds