OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:supportUnicode
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
encodings.h
42
enum {
supportUnicode
= 1 }; // or 0 if not supporting unicode
99
enum {
supportUnicode
= 1 };
245
enum {
supportUnicode
= 1 };
376
enum {
supportUnicode
= 1 };
486
enum {
supportUnicode
= 0 };
553
enum {
supportUnicode
= 1 };
writer.h
262
if (!TargetEncoding::
supportUnicode
&& (unsigned)c >= 0x80) {
Completed in 502 milliseconds