Searched refs:UString (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/tools/genrb/
H A Dustr.h52 struct UString { struct
58 U_CFUNC void ustr_init(struct UString *s);
61 ustr_initChars(struct UString *s, const char* source, int32_t length, UErrorCode *status);
63 U_CFUNC void ustr_deinit(struct UString *s);
65 U_CFUNC void ustr_setlen(struct UString *s, int32_t len, UErrorCode *status);
67 U_CFUNC void ustr_cpy(struct UString *dst, const struct UString *src,
70 U_CFUNC void ustr_cat(struct UString *dst, const struct UString *src,
73 U_CFUNC void ustr_ncat(struct UString *ds
[all...]
H A Dread.h47 struct UString *token,
49 struct UString *comment,
H A Dustr.c26 static void ustr_resize(struct UString *s, int32_t len, UErrorCode *status);
32 ustr_init(struct UString *s)
39 ustr_initChars(struct UString *s, const char* source, int32_t length, UErrorCode *status)
70 ustr_deinit(struct UString *s)
80 ustr_cpy(struct UString *dst,
81 const struct UString *src,
101 ustr_setlen(struct UString *s,
119 ustr_cat(struct UString *dst,
120 const struct UString *src,
127 ustr_ncat(struct UString *ds
[all...]
H A Dreslist.h66 struct SRBRoot *bundle_open(const struct UString* comment, UBool isPoolBundle, UErrorCode *status);
111 struct SResource* table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status);
120 struct SResource* array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status);
131 struct SResource *string_open(struct SRBRoot *bundle, const char *tag, const UChar *value, int32_t len, const struct UString* comment, UErrorCode *status);
133 struct SResource *alias_open(struct SRBRoot *bundle, const char *tag, UChar *value, int32_t len, const struct UString* comment, UErrorCode *status);
140 struct SResource* intvector_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status);
147 struct SResource *int_open(struct SRBRoot *bundle, const char *tag, int32_t value, const struct UString* comment, UErrorCode *status);
155 struct SResource *bin_open(struct SRBRoot *bundle, const char *tag, uint32_t length, uint8_t *data, const char* fileName, const struct UString* comment, UErrorCode *status);
166 struct UString fComment;
H A Dread.c42 struct UString *token,
45 static UChar32 getNextChar (UCHARBUF *buf, UBool skipwhite, struct UString *token, UErrorCode *status);
46 static void seekUntilNewline (UCHARBUF *buf, struct UString *token, UErrorCode *status);
47 static void seekUntilEndOfComment (UCHARBUF *buf, struct UString *token, UErrorCode *status);
65 struct UString *token,
67 struct UString *comment,
120 struct UString *token,
321 struct UString *token,
377 struct UString *token,
395 struct UString *toke
[all...]
H A Dparse.cpp79 struct UString value;
80 struct UString comment;
115 ParseResourceFunction(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status);
117 static struct SResource *parseResource(ParseState* state, char *tag, const struct UString *comment, UErrorCode *status);
127 UString *value;
173 getToken(ParseState* state, struct UString **tokenValue, struct UString* comment, uint32_t *linenumber, UErrorCode *status)
207 peekToken(ParseState* state, uint32_t lookaheadCount, struct UString **tokenValue, uint32_t *linenumber, struct UString *comment, UErrorCode *status)
240 expect(ParseState* state, enum ETokenType expectedToken, struct UString **tokenValu
[all...]
H A Dreslist.c932 const struct UString* comment, UErrorCode* status);
935 const struct UString* comment, UErrorCode* status){
966 struct SResource* table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status) {
976 struct SResource* array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status) {
1002 const UChar *value, int32_t len, const struct UString* comment,
1029 struct SResource *string_open(struct SRBRoot *bundle, const char *tag, const UChar *value, int32_t len, const struct UString* comment, UErrorCode *status) {
1033 struct SResource *alias_open(struct SRBRoot *bundle, const char *tag, UChar *value, int32_t len, const struct UString* comment, UErrorCode *status) {
1038 struct SResource* intvector_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status) {
1055 struct SResource *int_open(struct SRBRoot *bundle, const char *tag, int32_t value, const struct UString* comment, UErrorCode *status) {
1067 struct SResource *bin_open(struct SRBRoot *bundle, const char *tag, uint32_t length, uint8_t *data, const char* fileName, const struct UString* commen
[all...]
H A Dwrtxml.cpp422 printNoteElements(struct UString *src, UErrorCode *status){
482 printComments(struct UString *src, const char *resName, UBool printTranslate, UErrorCode *status){
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dlscript.vim162 syn keyword lscriptFunction Until Use UseLSX UString UString$ Width Yield

Completed in 243 milliseconds