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

  /dalvik/tools/dexdeps/src/com/android/dexdeps/
Output.java 27 private static final String IN2 = " ";
178 out.println(IN2 + "<class name=\"" + className + "\">");
183 out.println(IN2 + "</class>");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
cjkcodecs.h 120 #define IN2 ((*inbuf)[1])
193 if (IN2 >> 10 == 0xdc00 >> 10) { /* low surrogate */ \
195 ((ucs4_t)(IN2) - 0xdc00); \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
cjkcodecs.h 120 #define IN2 ((*inbuf)[1])
193 if (IN2 >> 10 == 0xdc00 >> 10) { /* low surrogate */ \
195 ((ucs4_t)(IN2) - 0xdc00); \
  /external/python/cpython2/Modules/cjkcodecs/
cjkcodecs.h 120 #define IN2 ((*inbuf)[1])
193 if (IN2 >> 10 == 0xdc00 >> 10) { /* low surrogate */ \
195 ((ucs4_t)(IN2) - 0xdc00); \
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 521 milliseconds