Home
last modified time | relevance | path

Searched refs:SIZEOF_CHAR (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResXMLParser.java42 static final int SIZEOF_CHAR = 2; field in ResXMLParser
455 && (memcmp(attr, curAttr, attrLen*SIZEOF_CHAR/*sizeof(char16_t)*/) == 0)) { in indexOfAttribute()
466 if (memcmp(ns, curNs, nsLen*SIZEOF_CHAR/*sizeof(char16_t)*/) == 0) { in indexOfAttribute()
/external/python/cpython2/RISCOS/
Dpyconfig.h254 #define SIZEOF_CHAR 1 macro