Searched refs:chrIdx (Results 1 – 1 of 1) sorted by relevance
89 const size_t chrIdx = extended.find(c); in CharToBCD() local90 if (chrIdx == std::string::npos) { in CharToBCD()94 result = static_cast<uint8_t>(chrIdx + CHAR_START); in CharToBCD()