HomeSort by relevance Sort by last modified time
    Searched defs:ColumnWidth (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Support/
Unicode.cpp 344 unsigned ColumnWidth = 0;
359 ColumnWidth += Width;
361 return ColumnWidth;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/CustomizedDisplayLib/
CustomizedDisplayLibInternal.c 572 UINTN ColumnWidth;
582 ColumnWidth = (LocalScreen.RightColumn - LocalScreen.LeftColumn) / 3;
598 CurrentCol = LocalScreen.LeftColumn + 2 * ColumnWidth;
599 ColumnIndexWidth = ColumnWidth - 1;
601 CurrentCol = LocalScreen.LeftColumn + ColumnWidth;
602 ColumnIndexWidth = ColumnWidth;
605 ColumnIndexWidth = ColumnWidth - 2;
610 // Help string can't exceed ColumnWidth. One Row will show three Help information.
643 CurrentCol = LocalScreen.LeftColumn + 2 * ColumnWidth;
644 ColumnIndexWidth = ColumnWidth - 1;
    [all...]
  /external/clang/lib/Format/
Format.cpp     [all...]
FormatToken.h 139 unsigned ColumnWidth = 0;

Completed in 92 milliseconds