Lines Matching refs:getAttributeStringValue

336         attr.ident = String16(block.getAttributeStringValue(identIdx, &len));  in compileAttribute()
350 String16 typeStr = String16(block.getAttributeStringValue(typeIdx, &len)); in compileAttribute()
368 String16 val = String16(block.getAttributeStringValue(minIdx, &len)); in compileAttribute()
386 String16 val = String16(block.getAttributeStringValue(maxIdx, &len)); in compileAttribute()
407 const char16_t* str = block.getAttributeStringValue(l10nIdx, &len); in compileAttribute()
479 itemIdent = String16(block.getAttributeStringValue(itemIdentIdx, &len)); in compileAttribute()
489 value = String16(block.getAttributeStringValue(valueIdx, &len)); in compileAttribute()
933 type = String16(block.getAttributeStringValue(typeIdx, &len)); in compileResourceFile()
941 name = String16(block.getAttributeStringValue(nameIdx, &len)); in compileResourceFile()
946 const char16_t* identStr = block.getAttributeStringValue(identIdx, &len); in compileResourceFile()
950 String8(block.getAttributeStringValue(identIdx, &len)).string()); in compileResourceFile()
1005 type = String16(block.getAttributeStringValue(typeIdx, &len)); in compileResourceFile()
1013 name = String16(block.getAttributeStringValue(nameIdx, &len)); in compileResourceFile()
1018 const char16_t* startStr = block.getAttributeStringValue(startIdx, &len); in compileResourceFile()
1022 String8(block.getAttributeStringValue(startIdx, &len)).string()); in compileResourceFile()
1038 const char16_t* endStr = block.getAttributeStringValue(endIdx, &len); in compileResourceFile()
1042 String8(block.getAttributeStringValue(endIdx, &len)).string()); in compileResourceFile()
1114 pkg = String16(block.getAttributeStringValue(pkgIdx, &len)); in compileResourceFile()
1137 type = String16(block.getAttributeStringValue(typeIdx, &len)); in compileResourceFile()
1145 name = String16(block.getAttributeStringValue(nameIdx, &len)); in compileResourceFile()
1180 typeName = String16(block.getAttributeStringValue(typeIdx, &len)); in compileResourceFile()
1188 name = String16(block.getAttributeStringValue(nameIdx, &len)); in compileResourceFile()
1210 ident = String16(block.getAttributeStringValue(identIdx, &len)); in compileResourceFile()
1301 curType = String16(block.getAttributeStringValue(attri, &len)); in compileResourceFile()
1304 String16 formatStr = String16(block.getAttributeStringValue( in compileResourceFile()
1335 name.setTo(block.getAttributeStringValue(i, &length)); in compileResourceFile()
1337 translatable.setTo(block.getAttributeStringValue(i, &length)); in compileResourceFile()
1339 formatted.setTo(block.getAttributeStringValue(i, &length)); in compileResourceFile()
1406 curType = String16(block.getAttributeStringValue(attri, &len)); in compileResourceFile()
1428 String16 formatStr = String16(block.getAttributeStringValue( in compileResourceFile()
1451 const char16_t* value = block.getAttributeStringValue(i, &length); in compileResourceFile()
1456 const char16_t* value = block.getAttributeStringValue(i, &length); in compileResourceFile()
1485 ident = String16(block.getAttributeStringValue(identIdx, &len)); in compileResourceFile()
1496 product = String16(block.getAttributeStringValue(identIdx, &len)); in compileResourceFile()
1506 parentIdent = String16(block.getAttributeStringValue(parentIdentIdx, &len)); in compileResourceFile()
1545 … String16 quantity16(block.getAttributeStringValue(itemIdentIdx, &len)); in compileResourceFile()
1577 … itemIdent = String16(block.getAttributeStringValue(itemIdentIdx, &len)); in compileResourceFile()