HomeSort by relevance Sort by last modified time
    Searched refs:ucharBuf (Results 1 - 6 of 6) sorted by null

  /external/icu/icu4c/source/samples/ugrep/
ugrep.cpp 48 UChar *ucharBuf = 0; // Buffer, holds converted file. (Simple minded program, always reads
137 UnicodeString s(FALSE, ucharBuf+lineStart, lineEnd-lineStart);
151 free(ucharBuf);
340 ucharBuf = (UChar *)realloc(ucharBuf, (destCap+1) * sizeof(UChar));
342 ucharBuf, // dest,
386 UChar c = ucharBuf[lineEnd];
401 ucharBuf[lineEnd-1] == 0x0d &&
402 ucharBuf[lineEnd] == 0x0a)
435 &ucharBuf[lineStart], // Input to conversio
    [all...]
  /external/icu/icu4c/source/tools/ctestfw/
uperf.cpp 83 ucharBuf(NULL), encoding(""),
99 ucharBuf(NULL), encoding(""),
200 ucharBuf = ucbuf_open(resolvedFileName,&encoding,TRUE,FALSE,&status);
222 line = ucbuf_readline(ucharBuf,&len,&status);
253 len = ucbuf_size(ucharBuf);
255 u_strncpy(buffer,ucbuf_getBuffer(ucharBuf,&bufferLen,&status),len);
530 ucbuf_close(ucharBuf);
  /external/icu/icu4c/source/tools/ctestfw/unicode/
uperf.h 169 UCHARBUF* ucharBuf;
  /external/icu/icu4c/source/test/perf/dicttrieperf/
dicttrieperf.cpp 69 UBool hasFile() const { return ucharBuf!=NULL; }
  /external/icu/icu4c/source/test/perf/collperf/
collperf.cpp 753 line = ucbuf_readline(ucharBuf,&len,&status);
  /external/icu/icu4c/source/test/perf/collperf2/
collperf2.cpp     [all...]

Completed in 139 milliseconds