Lines Matching refs:getAttributeStringValue

349         attr.ident = String16(block.getAttributeStringValue(identIdx, &len));  in compileAttribute()
363 String16 typeStr = String16(block.getAttributeStringValue(typeIdx, &len)); in compileAttribute()
381 String16 val = String16(block.getAttributeStringValue(minIdx, &len)); in compileAttribute()
399 String16 val = String16(block.getAttributeStringValue(maxIdx, &len)); in compileAttribute()
420 const char16_t* str = block.getAttributeStringValue(l10nIdx, &len); in compileAttribute()
492 itemIdent = String16(block.getAttributeStringValue(itemIdentIdx, &len)); in compileAttribute()
502 value = String16(block.getAttributeStringValue(valueIdx, &len)); in compileAttribute()
951 type = String16(block.getAttributeStringValue(typeIdx, &len)); in compileResourceFile()
959 name = String16(block.getAttributeStringValue(nameIdx, &len)); in compileResourceFile()
964 const char16_t* identStr = block.getAttributeStringValue(identIdx, &len); in compileResourceFile()
968 String8(block.getAttributeStringValue(identIdx, &len)).string()); in compileResourceFile()
1023 type = String16(block.getAttributeStringValue(typeIdx, &len)); in compileResourceFile()
1031 name = String16(block.getAttributeStringValue(nameIdx, &len)); in compileResourceFile()
1036 const char16_t* startStr = block.getAttributeStringValue(startIdx, &len); in compileResourceFile()
1040 String8(block.getAttributeStringValue(startIdx, &len)).string()); in compileResourceFile()
1056 const char16_t* endStr = block.getAttributeStringValue(endIdx, &len); in compileResourceFile()
1060 String8(block.getAttributeStringValue(endIdx, &len)).string()); in compileResourceFile()
1132 pkg = String16(block.getAttributeStringValue(pkgIdx, &len)); in compileResourceFile()
1163 type = String16(block.getAttributeStringValue(typeIdx, &len)); in compileResourceFile()
1171 name = String16(block.getAttributeStringValue(nameIdx, &len)); in compileResourceFile()
1206 typeName = String16(block.getAttributeStringValue(typeIdx, &len)); in compileResourceFile()
1214 name = String16(block.getAttributeStringValue(nameIdx, &len)); in compileResourceFile()
1236 ident = String16(block.getAttributeStringValue(identIdx, &len)); in compileResourceFile()
1327 curType = String16(block.getAttributeStringValue(attri, &len)); in compileResourceFile()
1330 curName = String16(block.getAttributeStringValue(nameIdx, &len)); in compileResourceFile()
1334 String16 formatStr = String16(block.getAttributeStringValue( in compileResourceFile()
1365 name.setTo(block.getAttributeStringValue(i, &length)); in compileResourceFile()
1367 translatable.setTo(block.getAttributeStringValue(i, &length)); in compileResourceFile()
1369 formatted.setTo(block.getAttributeStringValue(i, &length)); in compileResourceFile()
1439 curType = String16(block.getAttributeStringValue(attri, &len)); in compileResourceFile()
1461 String16 formatStr = String16(block.getAttributeStringValue( in compileResourceFile()
1484 const char16_t* value = block.getAttributeStringValue(i, &length); in compileResourceFile()
1489 const char16_t* value = block.getAttributeStringValue(i, &length); in compileResourceFile()
1518 ident = String16(block.getAttributeStringValue(identIdx, &len)); in compileResourceFile()
1529 product = String16(block.getAttributeStringValue(identIdx, &len)); in compileResourceFile()
1539 parentIdent = String16(block.getAttributeStringValue(parentIdentIdx, &len)); in compileResourceFile()
1578 … String16 quantity16(block.getAttributeStringValue(itemIdentIdx, &len)); in compileResourceFile()
1610 … itemIdent = String16(block.getAttributeStringValue(itemIdentIdx, &len)); in compileResourceFile()