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

  /external/icu4c/tools/genrb/
parse.h 23 #include "ucbuf.h"
genrb.h 26 #include "ucbuf.h"
read.h 24 #include "ucbuf.h"
parse.c 290 UCHARBUF *ucbuf=NULL; local
333 ucbuf = ucbuf_open(filename, &cp, getShowWarning(),FALSE, status);
344 size = ucbuf_size(ucbuf) + 1;
353 c = ucbuf_getc(ucbuf, status);
369 c = ucbuf_getc(ucbuf, status);
375 c = ucbuf_getc(ucbuf, status);
381 c = unescape(ucbuf, status);
417 ucbuf_close(ucbuf);
433 UCHARBUF *ucbuf=NULL; local
471 ucbuf = ucbuf_open(filename, &cp, getShowWarning(),FALSE, status)
656 UCHARBUF *ucbuf = NULL; local
1680 UCHARBUF *ucbuf; local
    [all...]
genrb.c 454 UCHARBUF *ucbuf = NULL; local
543 ucbuf = ucbuf_open(openFileName, &cp,getShowWarning(),TRUE, status);
549 if (ucbuf == NULL || U_FAILURE(*status)) {
558 data = parse(ucbuf, inputDir, outputDir, status);
619 if(ucbuf) {
620 ucbuf_close(ucbuf);
  /external/icu4c/tools/ctestfw/unicode/
uperf.h 16 #include "ucbuf.h"
  /external/icu4c/tools/toolutil/
toolutil.vcproj 591 RelativePath=".\ucbuf.c"
595 RelativePath=".\ucbuf.h"
Makefile.in 56 ucbuf.o xmlparser.o writesrc.o \
toolutil.vcxproj 274 <ClCompile Include="ucbuf.c" />
303 <ClInclude Include="ucbuf.h" />
ucbuf.h 9 * File ucbuf.c
ucbuf.c 9 * File ucbuf.c
28 #include "ucbuf.h"
  /external/icu4c/test/cintltst/
creststn.c 36 #include "ucbuf.h"
694 UCHARBUF* ucbuf = ucbuf_open(testDataFileName,&cp,FALSE,FALSE,&status); local
697 const UChar* buffer = ucbuf_getBuffer(ucbuf,&len,&status);
711 log_err("ucbuf failed to open %s. Error: %s\n", testDataFileName, u_errorName(status));
714 ucbuf_close(ucbuf);
732 UCHARBUF* ucbuf = ucbuf_open(testDataFileName,&cp,FALSE,FALSE,&status); local
735 const UChar* buffer = ucbuf_getBuffer(ucbuf,&len,&status);
745 log_err("ucbuf failed to open %s. Error: %s\n", testDataFileName, u_errorName(status));
747 ucbuf_close(ucbuf);
    [all...]
  /external/icu4c/test/intltest/
ssearch.cpp 40 #include "ucbuf.h"
    [all...]

Completed in 714 milliseconds