OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:special_chars
(Results
1 - 10
of
10
) sorted by null
/external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/
JsEscapeFunction.java
38
char[]
SPECIAL_CHARS
= {'/', '"', '\'', '\\', '>', '<', '&', ';'};
41
ESCAPE_CHARS = new char[32 +
SPECIAL_CHARS
.length];
48
System.arraycopy(
SPECIAL_CHARS
, 0, ESCAPE_CHARS, 32,
SPECIAL_CHARS
.length);
StyleEscapeFunction.java
41
String
SPECIAL_CHARS
= "_.,!#%- ";
55
if (
SPECIAL_CHARS
.indexOf(n) != -1) {
/external/opencv3/3rdparty/include/ffmpeg_/libavutil/
bprint.h
189
* @param
special_chars
string containing the special characters which
197
void av_bprint_escape(AVBPrint *dstbuf, const char *src, const char *
special_chars
,
avstring.h
285
* @param
special_chars
string containing the special characters which
295
int av_escape(char **dst, const char *src, const char *
special_chars
,
/prebuilts/gdb/darwin-x86/lib/python2.7/
sre_parse.py
20
SPECIAL_CHARS
= ".\\[{()*+?^$|"
413
if this and this[0] not in
SPECIAL_CHARS
:
/prebuilts/gdb/linux-x86/lib/python2.7/
sre_parse.py
20
SPECIAL_CHARS
= ".\\[{()*+?^$|"
413
if this and this[0] not in
SPECIAL_CHARS
:
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_parse.py
20
SPECIAL_CHARS
= ".\\[{()*+?^$|"
413
if this and this[0] not in
SPECIAL_CHARS
:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_parse.py
20
SPECIAL_CHARS
= ".\\[{()*+?^$|"
413
if this and this[0] not in
SPECIAL_CHARS
:
/external/pdfium/core/src/fpdfdoc/
doc_vt.cpp
398
static int
special_chars
[128] = {
variable
417
if (
special_chars
[word] & 0x0001) {
462
if ((
special_chars
[word] >> 3) & 1) {
507
if ((
special_chars
[word] >> 5) & 1) {
515
if ((
special_chars
[word] >> 2) & 1) {
[
all
...]
/prebuilts/tools/common/m2/repository/commons-validator/commons-validator/1.2.0/
commons-validator-1.2.0.jar
Completed in 907 milliseconds