Searched refs:UCHARBUF (Results 1 - 20 of 20) sorted by relevance

/external/chromium/third_party/icu/source/tools/toolutil/
H A Ducbuf.h28 typedef struct UCHARBUF UCHARBUF; typedef in typeref:struct:UCHARBUF
46 * Opens the UCHARBUF with the given file stream and code page for conversion
57 * @return pointer to the newly opened UCHARBUF
59 U_CAPI UCHARBUF* U_EXPORT2
65 * @param buf Pointer to UCHARBUF structure
71 ucbuf_getc(UCHARBUF* buf,UErrorCode* err);
76 * @param buf Pointer to UCHARBUF structure
82 ucbuf_getc32(UCHARBUF* buf,UErrorCode* err);
88 * @param buf Pointer to UCHARBUF structur
[all...]
H A Ducbuf.c38 struct UCHARBUF { struct
159 static UCHARBUF*
160 ucbuf_fillucbuf( UCHARBUF* buf,UErrorCode* error){
323 ucbuf_getc(UCHARBUF* buf,UErrorCode* error){
342 ucbuf_getc32(UCHARBUF* buf,UErrorCode* error){
368 return ((UCHARBUF*) context)->currentPos[offset];
373 ucbuf_getcx32(UCHARBUF* buf,UErrorCode* error) {
447 U_CAPI UCHARBUF* U_EXPORT2
467 UCHARBUF* buf =(UCHARBUF*) uprv_mallo
[all...]
/external/icu4c/tools/toolutil/
H A Ducbuf.h28 typedef struct UCHARBUF UCHARBUF; typedef in typeref:struct:UCHARBUF
46 * Opens the UCHARBUF with the given file stream and code page for conversion
57 * @return pointer to the newly opened UCHARBUF
59 U_CAPI UCHARBUF* U_EXPORT2
65 * @param buf Pointer to UCHARBUF structure
71 ucbuf_getc(UCHARBUF* buf,UErrorCode* err);
76 * @param buf Pointer to UCHARBUF structure
82 ucbuf_getc32(UCHARBUF* buf,UErrorCode* err);
88 * @param buf Pointer to UCHARBUF structur
[all...]
H A Ducbuf.c38 struct UCHARBUF { struct
159 static UCHARBUF*
160 ucbuf_fillucbuf( UCHARBUF* buf,UErrorCode* error){
323 ucbuf_getc(UCHARBUF* buf,UErrorCode* error){
342 ucbuf_getc32(UCHARBUF* buf,UErrorCode* error){
368 return ((UCHARBUF*) context)->currentPos[offset];
373 ucbuf_getcx32(UCHARBUF* buf,UErrorCode* error) {
447 U_CAPI UCHARBUF* U_EXPORT2
467 UCHARBUF* buf =(UCHARBUF*) uprv_mallo
[all...]
/external/chromium/third_party/icu/source/tools/genrb/
H A Dread.h41 UChar32 unescape(UCHARBUF *buf, UErrorCode *status);
45 enum ETokenType getNextToken(UCHARBUF *buf,
H A Dparse.h30 struct SRBRoot* parse(UCHARBUF *buf, const char* inputDir, const char* outputDir, UErrorCode *status);
H A Dread.c39 static enum ETokenType getStringToken(UCHARBUF *buf,
44 static UChar32 getNextChar (UCHARBUF *buf, UBool skipwhite, struct UString *token, UErrorCode *status);
45 static void seekUntilNewline (UCHARBUF *buf, struct UString *token, UErrorCode *status);
46 static void seekUntilEndOfComment (UCHARBUF *buf, struct UString *token, UErrorCode *status);
62 enum ETokenType getNextToken(UCHARBUF* buf,
116 static enum ETokenType getStringToken(UCHARBUF* buf,
317 static UChar32 getNextChar(UCHARBUF* buf,
374 static void seekUntilNewline(UCHARBUF* buf,
392 static void seekUntilEndOfComment(UCHARBUF *buf,
431 UChar32 unescape(UCHARBUF *bu
[all...]
H A Dparse.c81 static UCHARBUF *buffer;
108 initLookahead(UCHARBUF *buf, UErrorCode *status)
285 UCHARBUF *ucbuf=NULL;
428 UCHARBUF *ucbuf=NULL;
1478 UCHARBUF *ucbuf;
1823 parse(UCHARBUF *buf, const char *inputDir, const char *outputDir, UErrorCode *status)
H A Dgenrb.c276 UCHARBUF *ucbuf = NULL;
/external/icu4c/tools/genrb/
H A Dread.h41 UChar32 unescape(UCHARBUF *buf, UErrorCode *status);
45 enum ETokenType getNextToken(UCHARBUF *buf,
H A Dparse.h30 struct SRBRoot* parse(UCHARBUF *buf, const char* inputDir, const char* outputDir, UErrorCode *status);
H A Dread.c39 static enum ETokenType getStringToken(UCHARBUF *buf,
44 static UChar32 getNextChar (UCHARBUF *buf, UBool skipwhite, struct UString *token, UErrorCode *status);
45 static void seekUntilNewline (UCHARBUF *buf, struct UString *token, UErrorCode *status);
46 static void seekUntilEndOfComment (UCHARBUF *buf, struct UString *token, UErrorCode *status);
62 enum ETokenType getNextToken(UCHARBUF* buf,
116 static enum ETokenType getStringToken(UCHARBUF* buf,
317 static UChar32 getNextChar(UCHARBUF* buf,
374 static void seekUntilNewline(UCHARBUF* buf,
392 static void seekUntilEndOfComment(UCHARBUF *buf,
431 UChar32 unescape(UCHARBUF *bu
[all...]
H A Dparse.c81 static UCHARBUF *buffer;
108 initLookahead(UCHARBUF *buf, UErrorCode *status)
285 UCHARBUF *ucbuf=NULL;
428 UCHARBUF *ucbuf=NULL;
1481 UCHARBUF *ucbuf;
1826 parse(UCHARBUF *buf, const char *inputDir, const char *outputDir, UErrorCode *status)
H A Dgenrb.c447 UCHARBUF *ucbuf = NULL;
/external/chromium/third_party/icu/source/tools/ctestfw/unicode/
H A Duperf.h150 UCHARBUF* ucharBuf;
/external/icu4c/tools/ctestfw/unicode/
H A Duperf.h150 UCHARBUF* ucharBuf;
/external/chromium/third_party/icu/source/test/cintltst/
H A Dcreststn.c689 UCHARBUF* ucbuf = ucbuf_open(testDataFileName,&cp,FALSE,FALSE,&status);
727 UCHARBUF* ucbuf = ucbuf_open(testDataFileName,&cp,FALSE,FALSE,&status);
/external/icu4c/test/cintltst/
H A Dcreststn.c692 UCHARBUF* ucbuf = ucbuf_open(testDataFileName,&cp,FALSE,FALSE,&status);
730 UCHARBUF* ucbuf = ucbuf_open(testDataFileName,&cp,FALSE,FALSE,&status);
/external/chromium/third_party/icu/source/test/intltest/
H A Dssearch.cpp399 UCHARBUF *ucharBuf = NULL;
/external/icu4c/test/intltest/
H A Dssearch.cpp392 UCHARBUF *ucharBuf = NULL;

Completed in 156 milliseconds