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

  /system/extras/multinetwork/
quick_test.sh 20 readonly local hexValue=$(bc -q 2>/dev/null << EOT
25 if [ ! -z "$hexValue" ]; then
26 echo "0x$hexValue"
  /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/owasp/sanitizer/src/main/org/owasp/html/
CssTokens.java 836 int hexValue = 0;
841 hexValue = (hexValue << 4)
849 if (!Character.isDefined(hexValue)) {
850 hexValue = 0xfffd;
862 return hexValue;
    [all...]
  /libcore/luni/src/main/java/libcore/net/
UriCodec.java 308 byte hexValue = 0;
336 hexValue = (byte) (hexValue * 0x10 + newDigit);
338 byteBuffer.put(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...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
Demo.java 301 String hexValue = hexDialog.getArea().getText();
302 text.insertText(fromHex.transliterate(hexValue));
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/test/type/
test_univ.py 114 assert univ.OctetString(hexValue="FA9823C43E43510DE3422") == ints2octs((250, 152, 35, 196, 62, 67, 81, 13, 227, 66, 32)), 'hex init fails'
  /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 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.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 2499 milliseconds