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

1 2

  /external/chromium_org/third_party/icu/source/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/genrb/
parse.h 23 #include "ucbuf.h"
genrb.h 26 #include "ucbuf.h"
read.h 24 #include "ucbuf.h"
parse.cpp 287 UCHARBUF *ucbuf=NULL; local
330 ucbuf = ucbuf_open(filename, &cp, getShowWarning(),FALSE, status);
341 size = ucbuf_size(ucbuf) + 1;
350 c = ucbuf_getc(ucbuf, status);
366 c = ucbuf_getc(ucbuf, status);
372 c = ucbuf_getc(ucbuf, status);
378 c = unescape(ucbuf, status);
414 ucbuf_close(ucbuf);
430 UCHARBUF *ucbuf=NULL; local
468 ucbuf = ucbuf_open(filename, &cp, getShowWarning(),FALSE, status)
653 UCHARBUF *ucbuf = NULL; local
1702 UCHARBUF *ucbuf; local
    [all...]
genrb.c 455 UCHARBUF *ucbuf = NULL; local
545 ucbuf = ucbuf_open(openFileName, &cp,getShowWarning(),TRUE, status);
551 if (ucbuf == NULL || U_FAILURE(*status)) {
560 data = parse(ucbuf, inputDir, outputDir, !omitBinaryCollation, status);
622 if(ucbuf) {
623 ucbuf_close(ucbuf);
  /external/chromium_org/third_party/icu/build/
toolutil.vcproj 159 RelativePath="..\source\tools\toolutil\ucbuf.c"
  /external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/
uperf.h 16 #include "ucbuf.h"
  /external/icu4c/tools/ctestfw/unicode/
uperf.h 16 #include "ucbuf.h"
  /external/chromium_org/third_party/icu/source/tools/toolutil/
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/tools/toolutil/
Makefile.in 59 ucbuf.o xmlparser.o writesrc.o \
toolutil.vcxproj 276 <ClCompile Include="ucbuf.c" />
306 <ClInclude Include="ucbuf.h" />
ucbuf.h 9 * File ucbuf.c
ucbuf.c 9 * File ucbuf.c
29 #include "ucbuf.h"
  /external/chromium_org/third_party/icu/source/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/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/tools/gendict/
gendict.cpp 31 #include "ucbuf.h"
  /external/icu4c/test/perf/dicttrieperf/
dicttrieperf.cpp 37 #include "ucbuf.h" // struct ULine

Completed in 1231 milliseconds

1 2