HomeSort by relevance Sort by last modified time
    Searched refs:tryParseFloat (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tools/aapt2/
ResourceUtils.h 128 std::unique_ptr<BinaryPrimitive> tryParseFloat(const StringPiece16& str);
ResourceUtils.cpp 429 std::unique_ptr<BinaryPrimitive> tryParseFloat(const StringPiece16& str) {
521 std::unique_ptr<BinaryPrimitive> floatingPoint = tryParseFloat(value);

Completed in 1343 milliseconds