OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chb
(Results
1 - 3
of
3
) sorted by null
/dalvik/libcore/nio_char/src/test/java/tests/api/java/nio/charset/
AbstractCharsetTestCase.java
203
CharBuffer
chb
= this.testingCharset.decode(ByteBuffer.wrap(input));
local
205
chb
.rewind();
206
while (
chb
.hasRemaining() && i < output.length) {
207
assertEquals(output[i],
chb
.get());
210
assertFalse(
chb
.hasRemaining());
/external/bluetooth/glib/tests/
tree-test.c
40
const char *
chb
= b;
local
42
return *cha - *
chb
;
testglib.c
389
const char *
chb
= b;
local
391
return *cha - *
chb
;
[
all
...]
Completed in 697 milliseconds