Searched refs:hexString (Results 1 – 1 of 1) sorted by relevance
285 std::u16string hexString(u"0123456789ABCDEF"); in GetValueFromTwoHex() local287 size_t idxf = StringHelper::FindFromU16ToUpper(hexString, &front); in GetValueFromTwoHex()288 size_t idxb = StringHelper::FindFromU16ToUpper(hexString, &behind); in GetValueFromTwoHex()