Searched refs:SIZEOF_CHAR (Results 1 – 2 of 2) sorted by relevance
42 static final int SIZEOF_CHAR = 2; field in ResXMLParser455 && (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()
254 #define SIZEOF_CHAR 1 macro