Home | History | Annotate | Download | only in AST

Lines Matching refs:CharByteWidth

2462     unsigned CharByteWidth = SL->getCharByteWidth();
2463 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth);
2464 unsigned OffsetInCodeUnit = Index % CharByteWidth;
2469 unsigned CharByteWidth = SL->getCharByteWidth();
2470 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth);
2471 unsigned OffsetInCodeUnit = (CharByteWidth - 1) - (Index % CharByteWidth);