/third_party/icu/icu4c/source/tools/genrb/ |
D | reslist.h | 74 struct SRBRoot { struct 75 SRBRoot(const UString *comment, UBool isPoolBundle, UErrorCode &errorCode); 76 ~SRBRoot(); 122 SRBRoot *fWritePoolBundle; argument 127 void bundle_write_java(struct SRBRoot *bundle, const char *outputDir, const char* outputEnc, char *… 132 void bundle_write_xml(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc, const ch… 148 TableResource *table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, U… 150 ArrayResource *array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, U… 152 struct SResource *string_open(struct SRBRoot *bundle, const char *tag, const UChar *value, int32_t … 154 struct SResource *alias_open(struct SRBRoot *bundle, const char *tag, UChar *value, int32_t len, co… [all …]
|
D | reslist.cpp | 157 SResource::SResource(SRBRoot *bundle, const char *tag, int8_t type, const UString* comment, in SResource() 271 StringBaseResource::StringBaseResource(SRBRoot *bundle, const char *tag, int8_t type, in StringBaseResource() 288 StringBaseResource::StringBaseResource(SRBRoot *bundle, int8_t type, in StringBaseResource() 330 IntResource::IntResource(SRBRoot *bundle, const char *tag, int32_t value, in IntResource() 340 IntVectorResource::IntVectorResource(SRBRoot *bundle, const char *tag, in IntVectorResource() 372 BinaryResource::BinaryResource(SRBRoot *bundle, const char *tag, in BinaryResource() 411 StringResource::handlePreflightStrings(SRBRoot *bundle, UHashtable *stringSet, in handlePreflightStrings() 451 ContainerResource::handlePreflightStrings(SRBRoot *bundle, UHashtable *stringSet, in handlePreflightStrings() 459 SResource::preflightStrings(SRBRoot *bundle, UHashtable *stringSet, UErrorCode &errorCode) { in preflightStrings() 475 SResource::handlePreflightStrings(SRBRoot * /*bundle*/, UHashtable * /*stringSet*/, in handlePreflightStrings() argument [all …]
|
D | parse.h | 32 struct SRBRoot* parse(UCHARBUF *buf, const char* inputDir, const char* outputDir,
|
D | genrb.cpp | 43 SRBRoot *newPoolBundle, UBool omitBinaryCollation, UErrorCode &status); 312 LocalPointer<SRBRoot> newPoolBundle; in main() 314 newPoolBundle.adoptInsteadAndCheckErrorCode(new SRBRoot(NULL, TRUE, status), status); in main() 580 SRBRoot *newPoolBundle, in processFile() 582 LocalPointer<SRBRoot> data; in processFile()
|
D | wrtjava.cpp | 88 static struct SRBRoot* srBundle ; 619 bundle_write_java(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc, in bundle_write_java()
|
D | parse.cpp | 114 struct SRBRoot *bundle; 766 LocalPointer<SRBRoot> data( in getRules() 1967 struct SRBRoot * 1999 state.bundle = new SRBRoot(&comment, FALSE, *status); in parse()
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
D | reslist.h | 74 struct SRBRoot { struct 75 SRBRoot(const UString *comment, UBool isPoolBundle, UErrorCode &errorCode); 76 ~SRBRoot(); 122 SRBRoot *fWritePoolBundle; argument 127 void bundle_write_java(struct SRBRoot *bundle, const char *outputDir, const char* outputEnc, char *… 132 void bundle_write_xml(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc, const ch… 148 TableResource *table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, U… 150 ArrayResource *array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, U… 152 struct SResource *string_open(struct SRBRoot *bundle, const char *tag, const UChar *value, int32_t … 154 struct SResource *alias_open(struct SRBRoot *bundle, const char *tag, UChar *value, int32_t len, co… [all …]
|
D | reslist.cpp | 157 SResource::SResource(SRBRoot *bundle, const char *tag, int8_t type, const UString* comment, in SResource() 271 StringBaseResource::StringBaseResource(SRBRoot *bundle, const char *tag, int8_t type, in StringBaseResource() 288 StringBaseResource::StringBaseResource(SRBRoot *bundle, int8_t type, in StringBaseResource() 330 IntResource::IntResource(SRBRoot *bundle, const char *tag, int32_t value, in IntResource() 340 IntVectorResource::IntVectorResource(SRBRoot *bundle, const char *tag, in IntVectorResource() 372 BinaryResource::BinaryResource(SRBRoot *bundle, const char *tag, in BinaryResource() 411 StringResource::handlePreflightStrings(SRBRoot *bundle, UHashtable *stringSet, in handlePreflightStrings() 451 ContainerResource::handlePreflightStrings(SRBRoot *bundle, UHashtable *stringSet, in handlePreflightStrings() 459 SResource::preflightStrings(SRBRoot *bundle, UHashtable *stringSet, UErrorCode &errorCode) { in preflightStrings() 475 SResource::handlePreflightStrings(SRBRoot * /*bundle*/, UHashtable * /*stringSet*/, in handlePreflightStrings() argument [all …]
|
D | parse.h | 32 struct SRBRoot* parse(UCHARBUF *buf, const char* inputDir, const char* outputDir,
|
D | genrb.cpp | 43 SRBRoot *newPoolBundle, UBool omitBinaryCollation, UErrorCode &status); 312 LocalPointer<SRBRoot> newPoolBundle; in main() 314 newPoolBundle.adoptInsteadAndCheckErrorCode(new SRBRoot(NULL, TRUE, status), status); in main() 580 SRBRoot *newPoolBundle, in processFile() 582 LocalPointer<SRBRoot> data; in processFile()
|
D | wrtjava.cpp | 88 static struct SRBRoot* srBundle ; 619 bundle_write_java(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc, in bundle_write_java()
|
D | parse.cpp | 114 struct SRBRoot *bundle; 766 LocalPointer<SRBRoot> data( in getRules() 1967 struct SRBRoot * 1999 state.bundle = new SRBRoot(&comment, FALSE, *status); in parse()
|
D | wrtxml.cpp | 57 static struct SRBRoot* srBundle ; 1011 bundle_write_xml(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc, const char* f… in bundle_write_xml()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/ |
D | reslist.h | 70 struct SRBRoot { struct 71 SRBRoot(const UString *comment, UBool isPoolBundle, UErrorCode &errorCode); 72 ~SRBRoot(); 118 SRBRoot *fWritePoolBundle; argument 123 void bundle_write_java(struct SRBRoot *bundle, const char *outputDir, const char* outputEnc, char *… 128 void bundle_write_xml(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc, const ch… 144 TableResource *table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, U… 146 ArrayResource *array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, U… 148 struct SResource *string_open(struct SRBRoot *bundle, const char *tag, const UChar *value, int32_t … 150 struct SResource *alias_open(struct SRBRoot *bundle, const char *tag, UChar *value, int32_t len, co… [all …]
|
D | reslist.cpp | 150 SResource::SResource(SRBRoot *bundle, const char *tag, int8_t type, const UString* comment, in SResource() 264 StringBaseResource::StringBaseResource(SRBRoot *bundle, const char *tag, int8_t type, in StringBaseResource() 281 StringBaseResource::StringBaseResource(SRBRoot *bundle, int8_t type, in StringBaseResource() 323 IntResource::IntResource(SRBRoot *bundle, const char *tag, int32_t value, in IntResource() 333 IntVectorResource::IntVectorResource(SRBRoot *bundle, const char *tag, in IntVectorResource() 353 BinaryResource::BinaryResource(SRBRoot *bundle, const char *tag, in BinaryResource() 392 StringResource::handlePreflightStrings(SRBRoot *bundle, UHashtable *stringSet, in handlePreflightStrings() 432 ContainerResource::handlePreflightStrings(SRBRoot *bundle, UHashtable *stringSet, in handlePreflightStrings() 440 SResource::preflightStrings(SRBRoot *bundle, UHashtable *stringSet, UErrorCode &errorCode) { in preflightStrings() 456 SResource::handlePreflightStrings(SRBRoot * /*bundle*/, UHashtable * /*stringSet*/, in handlePreflightStrings() argument [all …]
|
D | parse.h | 32 struct SRBRoot* parse(UCHARBUF *buf, const char* inputDir, const char* outputDir,
|
D | genrb.cpp | 36 SRBRoot *newPoolBundle, UBool omitBinaryCollation, UErrorCode &status); 295 LocalPointer<SRBRoot> newPoolBundle; in main() 297 newPoolBundle.adoptInsteadAndCheckErrorCode(new SRBRoot(NULL, TRUE, status), status); in main() 556 SRBRoot *newPoolBundle, in processFile() 558 LocalPointer<SRBRoot> data; in processFile()
|
D | wrtjava.cpp | 88 static struct SRBRoot* srBundle ; 619 bundle_write_java(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc, in bundle_write_java()
|
D | parse.cpp | 114 struct SRBRoot *bundle; 766 LocalPointer<SRBRoot> data( in getRules() 1967 struct SRBRoot * 1999 state.bundle = new SRBRoot(&comment, FALSE, *status); in parse()
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
D | reslist.h | 74 struct SRBRoot { struct 75 SRBRoot(const UString *comment, UBool isPoolBundle, UErrorCode &errorCode); 76 ~SRBRoot(); 122 SRBRoot *fWritePoolBundle; argument 127 void bundle_write_java(struct SRBRoot *bundle, const char *outputDir, const char* outputEnc, char *… 132 void bundle_write_xml(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc, const ch… 148 TableResource *table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, U… 150 ArrayResource *array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, U… 152 struct SResource *string_open(struct SRBRoot *bundle, const char *tag, const UChar *value, int32_t … 154 struct SResource *alias_open(struct SRBRoot *bundle, const char *tag, UChar *value, int32_t len, co… [all …]
|
D | reslist.cpp | 157 SResource::SResource(SRBRoot *bundle, const char *tag, int8_t type, const UString* comment, in SResource() 271 StringBaseResource::StringBaseResource(SRBRoot *bundle, const char *tag, int8_t type, in StringBaseResource() 288 StringBaseResource::StringBaseResource(SRBRoot *bundle, int8_t type, in StringBaseResource() 330 IntResource::IntResource(SRBRoot *bundle, const char *tag, int32_t value, in IntResource() 340 IntVectorResource::IntVectorResource(SRBRoot *bundle, const char *tag, in IntVectorResource() 372 BinaryResource::BinaryResource(SRBRoot *bundle, const char *tag, in BinaryResource() 411 StringResource::handlePreflightStrings(SRBRoot *bundle, UHashtable *stringSet, in handlePreflightStrings() 451 ContainerResource::handlePreflightStrings(SRBRoot *bundle, UHashtable *stringSet, in handlePreflightStrings() 459 SResource::preflightStrings(SRBRoot *bundle, UHashtable *stringSet, UErrorCode &errorCode) { in preflightStrings() 475 SResource::handlePreflightStrings(SRBRoot * /*bundle*/, UHashtable * /*stringSet*/, in handlePreflightStrings() argument [all …]
|
D | parse.h | 32 struct SRBRoot* parse(UCHARBUF *buf, const char* inputDir, const char* outputDir,
|
D | genrb.cpp | 43 SRBRoot *newPoolBundle, UBool omitBinaryCollation, UErrorCode &status); 312 LocalPointer<SRBRoot> newPoolBundle; in main() 314 newPoolBundle.adoptInsteadAndCheckErrorCode(new SRBRoot(NULL, TRUE, status), status); in main() 580 SRBRoot *newPoolBundle, in processFile() 582 LocalPointer<SRBRoot> data; in processFile()
|
D | wrtjava.cpp | 88 static struct SRBRoot* srBundle ; 619 bundle_write_java(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc, in bundle_write_java()
|
D | parse.cpp | 114 struct SRBRoot *bundle; 766 LocalPointer<SRBRoot> data( in getRules() 1967 struct SRBRoot * 1999 state.bundle = new SRBRoot(&comment, FALSE, *status); in parse()
|