Searched refs:OffsetInCodeUnit (Results 1 – 1 of 1) sorted by relevance
2949 unsigned OffsetInCodeUnit = Index % CharByteWidth; in mangleStringLiteral() local2950 return static_cast<char>((CodeUnit >> (8 * OffsetInCodeUnit)) & 0xff); in mangleStringLiteral()2956 unsigned OffsetInCodeUnit = (CharByteWidth - 1) - (Index % CharByteWidth); in mangleStringLiteral() local2957 return static_cast<char>((CodeUnit >> (8 * OffsetInCodeUnit)) & 0xff); in mangleStringLiteral()