Searched refs:hexValue (Results 1 - 7 of 7) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DPatternTokenizer.java261 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/
H A DCssTokens.java836 int hexValue = 0;
841 hexValue = (hexValue << 4)
849 if (!Character.isDefined(hexValue)) {
850 hexValue = 0xfffd;
862 return hexValue;
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
H A DBagFormatter.java61 private boolean hexValue = false; field in class:BagFormatter
979 if (hexValue) result = hex(result, " ");
1030 * @return true if this is a hexValue
1033 return hexValue;
1041 hexValue = b;
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 233 milliseconds