• Home
  • Raw
  • Download

Lines Matching refs:getAttributeStringValue

320         attr.ident = String16(block.getAttributeStringValue(identIdx, &len));  in compileAttribute()
334 String16 typeStr = String16(block.getAttributeStringValue(typeIdx, &len)); in compileAttribute()
352 String16 val = String16(block.getAttributeStringValue(minIdx, &len)); in compileAttribute()
370 String16 val = String16(block.getAttributeStringValue(maxIdx, &len)); in compileAttribute()
391 const uint16_t* str = block.getAttributeStringValue(l10nIdx, &len); in compileAttribute()
463 itemIdent = String16(block.getAttributeStringValue(itemIdentIdx, &len)); in compileAttribute()
473 value = String16(block.getAttributeStringValue(valueIdx, &len)); in compileAttribute()
905 type = String16(block.getAttributeStringValue(typeIdx, &len)); in compileResourceFile()
913 name = String16(block.getAttributeStringValue(nameIdx, &len)); in compileResourceFile()
918 const char16_t* identStr = block.getAttributeStringValue(identIdx, &len); in compileResourceFile()
922 String8(block.getAttributeStringValue(identIdx, &len)).string()); in compileResourceFile()
977 type = String16(block.getAttributeStringValue(typeIdx, &len)); in compileResourceFile()
985 name = String16(block.getAttributeStringValue(nameIdx, &len)); in compileResourceFile()
990 const char16_t* startStr = block.getAttributeStringValue(startIdx, &len); in compileResourceFile()
994 String8(block.getAttributeStringValue(startIdx, &len)).string()); in compileResourceFile()
1010 const char16_t* endStr = block.getAttributeStringValue(endIdx, &len); in compileResourceFile()
1014 String8(block.getAttributeStringValue(endIdx, &len)).string()); in compileResourceFile()
1086 pkg = String16(block.getAttributeStringValue(pkgIdx, &len)); in compileResourceFile()
1109 type = String16(block.getAttributeStringValue(typeIdx, &len)); in compileResourceFile()
1117 name = String16(block.getAttributeStringValue(nameIdx, &len)); in compileResourceFile()
1152 typeName = String16(block.getAttributeStringValue(typeIdx, &len)); in compileResourceFile()
1160 name = String16(block.getAttributeStringValue(nameIdx, &len)); in compileResourceFile()
1182 ident = String16(block.getAttributeStringValue(identIdx, &len)); in compileResourceFile()
1273 curType = String16(block.getAttributeStringValue(attri, &len)); in compileResourceFile()
1276 String16 formatStr = String16(block.getAttributeStringValue( in compileResourceFile()
1307 name.setTo(block.getAttributeStringValue(i, &length)); in compileResourceFile()
1309 translatable.setTo(block.getAttributeStringValue(i, &length)); in compileResourceFile()
1311 formatted.setTo(block.getAttributeStringValue(i, &length)); in compileResourceFile()
1375 curType = String16(block.getAttributeStringValue(attri, &len)); in compileResourceFile()
1396 String16 formatStr = String16(block.getAttributeStringValue( in compileResourceFile()
1416 const uint16_t* value = block.getAttributeStringValue(i, &length); in compileResourceFile()
1446 ident = String16(block.getAttributeStringValue(identIdx, &len)); in compileResourceFile()
1457 product = String16(block.getAttributeStringValue(identIdx, &len)); in compileResourceFile()
1467 parentIdent = String16(block.getAttributeStringValue(parentIdentIdx, &len)); in compileResourceFile()
1506 … String16 quantity16(block.getAttributeStringValue(itemIdentIdx, &len)); in compileResourceFile()
1538 … itemIdent = String16(block.getAttributeStringValue(itemIdentIdx, &len)); in compileResourceFile()