HomeSort by relevance Sort by last modified time
    Searched full:newcol (Results 1 - 13 of 13) sorted by null

  /external/icu4c/samples/legacy/
legacy.vcxproj.filters 21 <ClCompile Include="newcol.cpp">
newcol.cpp 8 * file name: newcol.cpp
Makefile 33 OBJECTS=legacy.o newcol.o oldcol.o
legacy.vcproj 395 RelativePath=".\newcol.cpp"
legacy.vcxproj 240 <ClCompile Include="newcol.cpp" />
  /external/llvm/include/llvm/Support/
FormattedStream.h 118 /// column is already equal to or more than NewCol, PadToColumn inserts one
121 /// \param NewCol - The column to move to.
122 formatted_raw_ostream &PadToColumn(unsigned NewCol);
  /external/llvm/lib/Support/
FormattedStream.cpp 59 /// \param NewCol - The column to move to.
61 formatted_raw_ostream &formatted_raw_ostream::PadToColumn(unsigned NewCol) {
66 indent(std::max(int(NewCol - ColumnScanned), 1));
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/address/parser/
SimpleCharStream.java 409 public void adjustBeginLineColumn(int newLine, int newCol)
431 bufcolumn[j] = newCol + columnDiff;
439 bufcolumn[j] = newCol + columnDiff;
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/contenttype/parser/
SimpleCharStream.java 409 public void adjustBeginLineColumn(int newLine, int newCol)
431 bufcolumn[j] = newCol + columnDiff;
439 bufcolumn[j] = newCol + columnDiff;
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/datetime/parser/
SimpleCharStream.java 409 public void adjustBeginLineColumn(int newLine, int newCol)
431 bufcolumn[j] = newCol + columnDiff;
439 bufcolumn[j] = newCol + columnDiff;
  /external/mksh/src/
edit.c 4929 newcol(int ch, int col) function
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesw.h 865 int mvcur(int oldrow, int oldcol, int newrow, int newcol) const {
866 return ::mvcur(oldrow, oldcol, newrow, newcol); }
    [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 187 milliseconds