OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CharList
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/icu/source/tools/pkgdata/
pkgtypes.h
32
}
CharList
;
37
* write
CharList
'l' into stream 's' using deliminter 'delim' (delim can be NULL). quoted: -1 remove, 0 as is, 1 add quotes
39
const char *pkg_writeCharList(FileStream *s,
CharList
*l, const char *delim, int32_t quoted);
44
const char *pkg_writeCharListWrap(FileStream *s,
CharList
*l, const char *delim, const char *brk, int32_t quoted);
50
uint32_t pkg_countCharList(
CharList
*l);
53
* Prepend string to
CharList
. Str is adopted!
55
CharList
*pkg_prependToList(
CharList
*l, const char *str);
58
* append string to
CharList
. *end or even end can be null if you don't
62
CharList
*pkg_appendToList(CharList *l, CharList** end, const char *str)
[
all
...]
pkgtypes.c
27
const char *pkg_writeCharListWrap(FileStream *s,
CharList
*l, const char *delim, const char *brk, int32_t quote)
73
const char *pkg_writeCharList(FileStream *s,
CharList
*l, const char *delim, int32_t quote)
120
uint32_t pkg_countCharList(
CharList
*l)
133
* Prepend string to
CharList
135
CharList
*pkg_prependToList(
CharList
*l, const char *str)
137
CharList
*newList;
138
newList = uprv_malloc(sizeof(
CharList
));
151
* append string to
CharList
. *end or even end can be null if you don't
155
CharList
*pkg_appendToList(CharList *l, CharList** end, const char *str
[
all
...]
pkgdata.cpp
258
CharList
*tail;
[
all
...]
/external/icu4c/tools/pkgdata/
pkgtypes.h
32
}
CharList
;
37
* write
CharList
'l' into stream 's' using deliminter 'delim' (delim can be NULL). quoted: -1 remove, 0 as is, 1 add quotes
39
const char *pkg_writeCharList(FileStream *s,
CharList
*l, const char *delim, int32_t quoted);
44
const char *pkg_writeCharListWrap(FileStream *s,
CharList
*l, const char *delim, const char *brk, int32_t quoted);
50
uint32_t pkg_countCharList(
CharList
*l);
53
* Prepend string to
CharList
. Str is adopted!
55
CharList
*pkg_prependToList(
CharList
*l, const char *str);
58
* append string to
CharList
. *end or even end can be null if you don't
62
CharList
*pkg_appendToList(CharList *l, CharList** end, const char *str)
[
all
...]
pkgtypes.c
27
const char *pkg_writeCharListWrap(FileStream *s,
CharList
*l, const char *delim, const char *brk, int32_t quote)
73
const char *pkg_writeCharList(FileStream *s,
CharList
*l, const char *delim, int32_t quote)
120
uint32_t pkg_countCharList(
CharList
*l)
133
* Prepend string to
CharList
135
CharList
*pkg_prependToList(
CharList
*l, const char *str)
137
CharList
*newList;
138
newList = uprv_malloc(sizeof(
CharList
));
151
* append string to
CharList
. *end or even end can be null if you don't
155
CharList
*pkg_appendToList(CharList *l, CharList** end, const char *str
[
all
...]
pkgdata.cpp
246
CharList
*tail;
[
all
...]
Completed in 501 milliseconds