Lines Matching refs:StrToHex
95 uuidData[3] = StrToHex(copy, 0); in operator =()
96 uuidData[2] = StrToHex(copy, 2); in operator =()
97 uuidData[1] = StrToHex(copy, 4); in operator =()
98 uuidData[0] = StrToHex(copy, 6); in operator =()
101 uuidData[5] = StrToHex(copy, (unsigned int) segStart[1]); in operator =()
102 uuidData[4] = StrToHex(copy, (unsigned int) segStart[1] + 2); in operator =()
105 uuidData[7] = StrToHex(copy, (unsigned int) segStart[2]); in operator =()
106 uuidData[6] = StrToHex(copy, (unsigned int) segStart[2] + 2); in operator =()
109 uuidData[8] = StrToHex(copy, (unsigned int) segStart[3]); in operator =()
110 uuidData[9] = StrToHex(copy, (unsigned int) segStart[3] + 2); in operator =()
113 uuidData[10] = StrToHex(copy, (unsigned int) segStart[4]); in operator =()
114 uuidData[11] = StrToHex(copy, (unsigned int) segStart[4] + 2); in operator =()
115 uuidData[12] = StrToHex(copy, (unsigned int) segStart[4] + 4); in operator =()
116 uuidData[13] = StrToHex(copy, (unsigned int) segStart[4] + 6); in operator =()
117 uuidData[14] = StrToHex(copy, (unsigned int) segStart[4] + 8); in operator =()
118 uuidData[15] = StrToHex(copy, (unsigned int) segStart[4] + 10); in operator =()