Searched refs:TYPE_INTEGER (Results 1 – 4 of 4) sorted by relevance
131 private static final String TYPE_INTEGER = "i"; field in Content.Parser324 } else if (TYPE_INTEGER.equalsIgnoreCase(type) || TYPE_LONG.equalsIgnoreCase(type)) { in parseBindValue()
1235 TYPE_INTEGER = 1<<2, enumerator
137 { integerArray, sizeof(integerArray)/2, ResTable_map::TYPE_INTEGER,384 if ((minIdx >= 0 || maxIdx >= 0) && (attr.type&ResTable_map::TYPE_INTEGER) == 0) { in compileAttribute()1324 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_INTEGER; in compileResourceFile()1396 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_INTEGER; in compileResourceFile()
4132 || attrType == ResTable_map::TYPE_INTEGER) { in stringToValue()4383 if ((attrType&ResTable_map::TYPE_INTEGER) == 0) { in stringToValue()