Home
last modified time | relevance | path

Searched refs:tryParseFloat (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/
DResourceParser.h113 static std::unique_ptr<BinaryPrimitive> tryParseFloat(const StringPiece16& str);
DResourceParser.cpp344 std::unique_ptr<BinaryPrimitive> ResourceParser::tryParseFloat(const StringPiece16& str) { in tryParseFloat() function in aapt::ResourceParser
438 std::unique_ptr<BinaryPrimitive> floatingPoint = tryParseFloat(value); in parseItemForAttribute()