OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UCHARBUF
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/tools/toolutil/
ucbuf.h
28
typedef struct
UCHARBUF
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
...]
ucbuf.c
38
struct
UCHARBUF
{
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_malloc(sizeof(UCHARBUF))
[
all
...]
Completed in 328 milliseconds