OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hexValue
(Results
1 - 6
of
6
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
StringUtil.java
768
bytes[nibbleIdx >> 1] = (byte) (
hexValue
(c) << 4);
770
bytes[nibbleIdx >> 1] += (byte)
hexValue
(c);
848
private static int
hexValue
(char c) {
890
int v =
hexValue
(s.charAt(i++));
892
v = v * 16 +
hexValue
(s.charAt(i++));
[
all
...]
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
StringUtil.java
769
bytes[nibbleIdx >> 1] = (byte) (
hexValue
(c) << 4);
771
bytes[nibbleIdx >> 1] += (byte)
hexValue
(c);
849
private static int
hexValue
(char c) {
891
int v =
hexValue
(s.charAt(i++));
893
v = v * 16 +
hexValue
(s.charAt(i++));
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar
com.ibm.icu_4.2.1.v20100412.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 496 milliseconds