Home
last modified time | relevance | path

Searched defs:Plural (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/tools/aapt2/
H A DResourceValues.h350 struct Plural : public TransformableValue<Plural, BaseValue<Plural>> { struct
351 enum { Zero = 0, One, Two, Few, Many, Other, Count };
353 std::array<std::unique_ptr<Item>, Count> values;
H A DResources.proto536 message Plural { message
/aosp14/system/core/cli-test/
H A Dcli-test.cpp170 static const char* Plural(size_t n) { in Plural() function