Home
last modified time | relevance | path

Searched refs:RAPIDJSON_ENCODINGS_FUNC (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
Dencodedstream.h93 #define RAPIDJSON_ENCODINGS_FUNC(x) UTF8<Ch>::x, UTF16LE<Ch>::x, UTF16BE<Ch>::x, UTF32LE<Ch>::x, UT… macro
114 static const TakeFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(Take) };
217 static const PutFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(Put) }; in AutoUTFOutputStream()
242 static const PutBOMFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(PutBOM) }; in PutBOM()
253 #undef RAPIDJSON_ENCODINGS_FUNC
Dencodings.h555 #define RAPIDJSON_ENCODINGS_FUNC(x) UTF8<Ch>::x, UTF16LE<Ch>::x, UTF16BE<Ch>::x, UTF32LE<Ch>::x, UT… macro
560 static const EncodeFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(Encode) }; in Encode()
567 static const DecodeFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(Decode) }; in Decode()
574 static const ValidateFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(Validate) }; in Validate()
578 #undef RAPIDJSON_ENCODINGS_FUNC