OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hex1
(Results
1 - 2
of
2
) sorted by null
/external/apache-http/src/org/apache/commons/codec/net/
URLCodec.java
133
char
hex1
= Character.toUpperCase(
local
137
buffer.write(
hex1
);
QuotedPrintableCodec.java
116
char
hex1
= Character.toUpperCase(Character.forDigit((b >> 4) & 0xF, 16));
local
118
buffer.write(
hex1
);
Completed in 14 milliseconds