Searched refs:FLAG_INTERNATIONAL (Results 1 – 2 of 2) sorted by relevance
130 bcdCodes.push_back(hasPlus ? FLAG_INTERNATIONAL : FLAG_UNKNOWN); in NumberConvertToBCD()209 const bool prependPlus = (*it == FLAG_INTERNATIONAL); in BCDConvertToString()
57 static constexpr uint8_t FLAG_INTERNATIONAL = 0x91; variable