Searched refs:TYPE_INTEGER (Results 1 – 4 of 4) sorted by relevance
117 private static final String TYPE_INTEGER = "i"; field in Content.Parser264 } else if (TYPE_INTEGER.equalsIgnoreCase(type) || TYPE_LONG.equalsIgnoreCase(type)) { in parseBindValue()
1226 TYPE_INTEGER = 1<<2, enumerator
136 { integerArray, sizeof(integerArray)/2, ResTable_map::TYPE_INTEGER,383 if ((minIdx >= 0 || maxIdx >= 0) && (attr.type&ResTable_map::TYPE_INTEGER) == 0) { in compileAttribute()1323 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_INTEGER; in compileResourceFile()1395 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_INTEGER; in compileResourceFile()
4087 || attrType == ResTable_map::TYPE_INTEGER) { in stringToValue()4338 if ((attrType&ResTable_map::TYPE_INTEGER) == 0) { in stringToValue()