HomeSort by relevance Sort by last modified time
    Searched defs:hexValue (Results 1 - 17 of 17) sorted by null

  /libcore/ojluni/src/main/java/sun/security/util/
Debug.java 154 String hexValue = b.toString(16);
155 StringBuffer buf = new StringBuffer(hexValue.length()*2);
157 if (hexValue.startsWith("-")) {
159 hexValue = hexValue.substring(1);
163 if ((hexValue.length()%2) != 0) {
165 hexValue = "0" + hexValue;
168 while (i < hexValue.length()) {
170 buf.append(hexValue.substring(i, i+2))
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
PatternTokenizer.java 263 int hexValue = 0;
275 hexValue = 0;
280 hexValue = 0;
294 hexValue <<= 4;
295 hexValue += cp;
298 hexValue -= '0'; break;
300 hexValue -= 'a' - 10; break;
302 hexValue -= 'A' - 10; break;
310 UTF16.append(buffer, hexValue);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
PatternTokenizer.java 261 int hexValue = 0;
273 hexValue = 0;
278 hexValue = 0;
292 hexValue <<= 4;
293 hexValue += cp;
296 hexValue -= '0'; break;
298 hexValue -= 'a' - 10; break;
300 hexValue -= 'A' - 10; break;
308 UTF16.append(buffer, hexValue);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
BagFormatter.java 62 private boolean hexValue = false;
980 if (hexValue) result = hex(result, " ");
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
BagFormatter.java 61 private boolean hexValue = false;
979 if (hexValue) result = hex(result, " ");
    [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/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 
  /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/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /prebuilts/tools/common/fest/
fest-swing-1.2.1.jar 
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 916 milliseconds