OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qm2
(Results
1 - 4
of
4
) sorted by null
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/
DecoderUtil.java
182
int
qm2
= body.indexOf('?', qm1 + 1);
local
183
if (
qm2
== -1) {
186
int end = body.indexOf("?=",
qm2
+ 1);
223
int
qm2
= body.indexOf('?', qm1 + 1);
local
224
if (
qm2
== -1 ||
qm2
== end - 2)
228
String encoding = body.substring(qm1 + 1,
qm2
);
229
String encodedText = body.substring(
qm2
+ 1, end - 2);
/packages/services/Telephony/src/org/apache/james/mime4j/decoder/
DecoderUtil.java
182
int
qm2
= body.indexOf('?', qm1 + 1);
local
183
if (
qm2
== -1) {
186
int end = body.indexOf("?=",
qm2
+ 1);
223
int
qm2
= body.indexOf('?', qm1 + 1);
local
224
if (
qm2
== -1 ||
qm2
== end - 2)
228
String encoding = body.substring(qm1 + 1,
qm2
);
229
String encodedText = body.substring(
qm2
+ 1, end - 2);
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/
g722_decode.c
203
static const int
qm2
[4] = {-7408, -1616, 7408, 1616};
local
338
wd2 =
qm2
[ihigh];
g722_encode.c
252
static const int
qm2
[4] =
local
392
wd2 =
qm2
[ihigh];
Completed in 76 milliseconds