Searched refs:dquote (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/ |
| H A D | reader.h | 928 …static const char dquote[16] = { '\"', '\"', '\"', '\"', '\"', '\"', '\"', '\"', '\"', '\"', '\"',… in ScanCopyUnescapedString() local 931 const __m128i dq = _mm_loadu_si128(reinterpret_cast<const __m128i *>(&dquote[0])); in ScanCopyUnescapedString() 989 …static const char dquote[16] = { '\"', '\"', '\"', '\"', '\"', '\"', '\"', '\"', '\"', '\"', '\"',… in ScanCopyUnescapedString() local 992 const __m128i dq = _mm_loadu_si128(reinterpret_cast<const __m128i *>(&dquote[0])); in ScanCopyUnescapedString() 1037 …static const char dquote[16] = { '\"', '\"', '\"', '\"', '\"', '\"', '\"', '\"', '\"', '\"', '\"',… in SkipUnescapedString() local 1040 const __m128i dq = _mm_loadu_si128(reinterpret_cast<const __m128i *>(&dquote[0])); in SkipUnescapedString()
|
| H A D | writer.h | 562 …static const char dquote[16] = { '\"', '\"', '\"', '\"', '\"', '\"', '\"', '\"', '\"', '\"', '\"',… in ScanWriteUnescapedString() local 565 const __m128i dq = _mm_loadu_si128(reinterpret_cast<const __m128i *>(&dquote[0])); in ScanWriteUnescapedString()
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | sox.c | 862 sox_bool dquote = sox_false; /* Double quote mode (") is in effect. */ in strtoargv() local 872 for (t = s; *s && (esc || squote || dquote || !isspace(*s)); ++s) in strtoargv() 874 dquote = !dquote; /* Toggle double quote mode. */ in strtoargv() 875 else if (!esc && !dquote && *s == '\'') in strtoargv() 878 (!squote && (s[1] == '"' || !dquote)))) in strtoargv()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 167842 Bug #10034: 'man Xserver' typos: s/dqoute/dquote/
|