Home
last modified time | relevance | path

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

/aosp14/system/core/libutils/
H A DFuzzFormatTypes.h23 SIGNED_DECIMAL = 0, enumerator
54 return formatChar == SIGNED_DECIMAL || formatChar == UNSIGNED_DECIMAL || in canApplyFlag()
H A DString8_fuzz.cpp129 case SIGNED_DECIMAL: { in fuzzFormat()