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