HomeSort by relevance Sort by last modified time
    Searched defs:CharList (Results 1 - 2 of 2) 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...]
  /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...]

Completed in 104 milliseconds