HomeSort by relevance Sort by last modified time
    Searched full:newcol (Results 1 - 18 of 18) 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.vcxproj 240 <ClCompile Include="newcol.cpp" />
  /external/llvm/include/llvm/Support/
FormattedStream.h 121 /// column is already equal to or more than NewCol, PadToColumn inserts one
124 /// \param NewCol - The column to move to.
125 formatted_raw_ostream &PadToColumn(unsigned NewCol);
  /external/llvm/lib/Support/
FormattedStream.cpp 64 /// \param NewCol - The column to move to.
66 formatted_raw_ostream &formatted_raw_ostream::PadToColumn(unsigned NewCol) {
71 indent(std::max(int(NewCol - getColumn()), 1));
  /packages/apps/UnifiedEmail/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/UnifiedEmail/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/UnifiedEmail/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 5079 newcol(int ch, int col) function
    [all...]
  /prebuilts/gcc/linux-x86/host/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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...]
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
StringUtil.java 467 int newCol = col + word.length() + 1; // +1 for the space
469 if (newCol <= width) {
471 col = newCol;
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
StringUtil.java 468 int newCol = col + word.length() + 1; // +1 for the space
470 if (newCol <= width) {
472 col = newCol;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 
org.eclipse.help.base_3.5.2.v201011171123.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 908 milliseconds