HomeSort by relevance Sort by last modified time
    Searched refs:truncate (Results 26 - 50 of 215) sorted by null

12 3 4 5 6 7 8 9

  /external/icu4c/i18n/
esctrn.cpp 147 buf.truncate(0);
155 buf.truncate(0);
159 buf.truncate(prefixLen);
name2uni.cpp 150 name.truncate(0);
199 str.truncate(0);
funcrepl.cpp 97 rule.truncate(0);
uni2name.cpp 100 str.truncate(OPEN_DELIM_LEN);
transreg.cpp 307 nextSpec.truncate(i);
314 nextSpec.truncate(0);
738 result.truncate(0);
755 result.truncate(0); // invalid source
767 result.truncate(0); // invalid index
791 result.truncate(0); // invalid source
796 result.truncate(0); // invalid target
801 result.truncate(0); // invalid index
    [all...]
quant.cpp 97 result.truncate(0);
  /external/chromium/net/disk_cache/
mem_entry_impl.h 105 bool truncate);
129 bool truncate);
net_log_parameters.h 34 // For reads, |truncate| must be false.
35 ReadWriteDataParameters(int index, int offset, int buf_len, bool truncate);
disk_cache.h 188 // If truncate is true, this call will truncate the stored data at the end of
192 bool truncate) = 0;
242 // entries. |truncate| is not part of this interface because a sparse entry
disk_cache_test_base.h 104 net::IOBuffer* buf, int len, bool truncate);
  /external/icu4c/test/intltest/
tokiter.cpp 29 token.truncate(0);
  /external/webkit/Source/WebCore/fileapi/
FileStreamProxy.h 62 virtual void truncate(long long position);
FileWriter.h 61 void truncate(long long length, ExceptionCode&);
FileWriter.cpp 114 void FileWriter::truncate(long long position, ExceptionCode& ec) function in class:WebCore::FileWriter
125 writer()->truncate(position);
  /external/webkit/Source/WebCore/platform/
FileStream.cpp 142 bool FileStream::truncate(long long) function in class:WebCore::FileStream
  /external/icu4c/common/
locdispnames.cpp 59 result.truncate(0);
71 result.truncate(0);
99 result.truncate(0);
111 result.truncate(0);
139 result.truncate(0);
151 result.truncate(0);
179 result.truncate(0);
191 result.truncate(0);
219 result.truncate(0);
231 result.truncate(0)
    [all...]
charstr.h 73 CharString &truncate(int32_t newLength);
charstr.cpp 30 CharString &CharString::truncate(int32_t newLength) { function in class:CharString
util_props.cpp 153 buf.truncate(0);
  /external/clang/utils/
SummarizeErrors 42 if opts.truncate != -1:
43 data = data[:opts.truncate]
105 parser.add_option("", "--truncate", dest="truncate",
106 help="Truncate input file (for testing).",
  /external/v8/test/mjsunit/
toint32.js 45 assertEquals(0, toInt32(0.6), "truncate positive (0.6)");
46 assertEquals(1, toInt32(1.6), "truncate positive (1.6)");
47 assertEquals(0, toInt32(-0.6), "truncate negative (-0.6)");
48 assertEquals(-1, toInt32(-1.6), "truncate negative (-1.6)");
  /external/llvm/include/llvm/Support/
ConstantRange.h 187 /// truncate - Return a new range in the specified integer type, which must be
191 ConstantRange truncate(uint32_t BitWidth) const;
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/win/
InjectedBundleWin.cpp 60 dirName.truncate(dirName.length() - pathGetFileName(path).length());
  /frameworks/opt/calendar/tests/src/com/android/calendarcommon/
RRuleTest.java 45 private static String[] getFormattedDates(long[] dates, Time time, boolean truncate) {
50 if (truncate) {
125 boolean truncate = dtstartStr.length() <= 8; // Just date, not date-time
126 String[] actual = getFormattedDates(out, outCal, truncate);
    [all...]
  /libcore/luni/src/main/java/java/nio/channels/
FileChannel.java 563 public abstract FileChannel truncate(long size) throws IOException; method in class:FileChannel
    [all...]

Completed in 302 milliseconds

12 3 4 5 6 7 8 9