Searched refs:IsAWordChar (Results 1 - 25 of 29) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DLexLout.cxx23 static inline bool IsAWordChar(const int ch) { function
79 if (!IsAWordChar(sc.ch)) {
115 } else if (IsAWordChar(sc.ch)) {
159 if (!IsAWordChar(styler[i + j])) {
H A DLexMMIXAL.cxx27 static inline bool IsAWordChar(const int ch) { function
66 if(!IsAWordChar(sc.ch)) {
82 if (IsAWordChar(sc.ch)) {
92 if (!IsAWordChar(sc.ch) ) {
96 if (!IsAWordChar(sc.ch) ) {
116 if (!IsAWordChar(sc.ch) ) {
157 } else if (IsAWordChar(sc.ch) || sc.Match('@')) {
H A DLexHaskell.cxx63 static inline bool IsAWordChar(const int ch) { function
104 if (!IsAWordChar(sc.ch) || sc.ch == '.') {
110 if (!IsAWordChar(sc.ch)) {
H A DLexPB.cxx56 static inline bool IsAWordChar(const int ch) function
97 if (!IsAWordChar(sc.ch))
131 if (!IsAWordChar(sc.ch)) {sc.SetState(SCE_B_DEFAULT);}
141 if (!IsAWordChar(sc.ch)) {sc.SetState(SCE_B_DEFAULT);}
H A DLexAsm.cxx27 static inline bool IsAWordChar(const int ch) { function
93 if (!IsAWordChar(sc.ch)) {
97 if (!IsAWordChar(sc.ch) ) {
H A DLexEiffel.cxx34 static inline bool IsAWordChar(unsigned int ch) { function
61 if (!IsAWordChar(sc.ch)) {
70 if (!IsAWordChar(sc.ch)) {
H A DLexKix.cxx24 static inline bool IsAWordChar(int ch) { function
65 if (!IsAWordChar(sc.ch)) {
69 if (!IsAWordChar(sc.ch) && !IsADigit(sc.ch)) {
83 if (!IsAWordChar(sc.ch)) {
112 } else if (IsAWordChar(sc.ch)) {
H A DLexAU3.cxx69 static inline bool IsAWordChar(const int ch) function
231 if (IsAWordChar(sc.ch) || sc.ch == '}')
267 if (!(IsAWordChar(sc.ch) || (sc.ch == '-' && strcmp(s, "#comments") == 0))) {
283 if (sc.chPrev == '.' && IsAWordChar(sc.ch)) {
299 if (!(IsAWordChar(sc.ch) || (sc.ch == '-' && (strcmp(s, "#comments") == 0 || strcmp(s, "#include") == 0))))
344 else if (!IsAWordChar(sc.ch)) {
407 else if (!IsAWordChar(sc.ch)) {
414 if (!(IsAWordChar(sc.ch))) {
707 if (IsAWordChar(ch)) {
714 if (!IsAWordChar(c
[all...]
H A DLexVHDL.cxx37 static inline bool IsAWordChar(const int ch) { function
76 if (!IsAWordChar(sc.ch) && (sc.ch != '#')) {
80 if (!IsAWordChar(sc.ch) || (sc.ch == '.')) {
208 if(IsAWordChar(chPrev) && !IsAWordChar(ch))
215 if(!IsAWordChar(chPrev) && IsAWordStart(ch) && (end != 0))
296 if(!IsAWordChar(chPrev) && IsAWordStart(ch))
H A DLexCsound.cxx24 static inline bool IsAWordChar(const int ch) { function
79 if (!IsAWordChar(sc.ch)) {
83 if (!IsAWordChar(sc.ch) ) {
115 if (!IsAWordChar(sc.ch)) {
H A DLexAPDL.cxx25 static inline bool IsAWordChar(const int ch) { function
81 if (!IsAWordChar(sc.ch)) {
116 } else if (IsAWordChar(sc.ch) || ((sc.ch == '*' || sc.ch == '/') && !isgraph(sc.chPrev))) {
H A DLexAVE.cxx27 static inline bool IsAWordChar(const int ch) { function
100 if (!IsAWordChar(sc.ch) || (sc.ch == '.')) {
H A DLexFortran.cxx23 static inline bool IsAWordChar(const int ch) { function
130 if (!(IsAWordChar(sc.ch) || sc.ch=='\'' || sc.ch=='\"' || sc.ch=='.')) {
134 if (!IsAWordChar(sc.ch) || (sc.ch == '%')) {
H A DLexGui4Cli.cxx41 static inline bool IsAWordChar(const int ch) { function
76 if (!IsAWordChar(sc->ch)) // comment, marker, etc..
H A DLexSQL.cxx23 static inline bool IsAWordChar(int ch) { function
76 if (!IsAWordChar(sc.ch)) {
H A DLexCSS.cxx26 static inline bool IsAWordChar(const unsigned int ch) { function
174 if (IsAWordChar(sc.ch)) {
180 if (IsAWordChar(sc.chPrev) && (
189 while (*s2 && !IsAWordChar(*s2))
H A DLexMatlab.cxx45 static inline bool IsAWordChar(const int ch) { function
H A DLexTCL.cxx24 static inline bool IsAWordChar(int ch) { function
131 if (!IsAWordChar(sc.ch)) { // probably the code is wrong
138 } else if (!IsAWordChar(sc.ch)) {
291 } else if (IsADigit(sc.ch) && !IsAWordChar(sc.chPrev)) {
H A DLexBaan.cxx24 static inline bool IsAWordChar(const int ch) { function
51 if (!IsAWordChar(sc.ch)) {
55 if (!IsAWordChar(sc.ch)) {
H A DLexCPP.cxx30 static inline bool IsAWordChar(int ch) { function
129 if (!IsAWordChar(sc.ch)) {
134 if (!IsAWordChar(sc.ch) || (sc.ch == '.')) {
H A DLexPOV.cxx32 static inline bool IsAWordChar(int ch) { function
107 if (!IsAWordChar(sc.ch)) {
128 if (!IsAWordChar(sc.ch)) {
H A DLexEScript.cxx24 static inline bool IsAWordChar(const int ch) { function
75 if (!IsAWordChar(sc.ch) || (sc.ch == '.')) {
H A DLexLua.cxx26 static inline bool IsAWordChar(int ch) { function
154 if (!IsAWordChar(sc.ch) || sc.Match('.', '.')) {
H A DLexSpecman.cxx25 static inline bool IsAWordChar(const int ch) { function
79 if (!IsAWordChar(sc.ch) || (sc.ch == '.')) {
H A DLexVerilog.cxx24 static inline bool IsAWordChar(const int ch) { function
68 if (!IsAWordChar(sc.ch)) {
72 if (!IsAWordChar(sc.ch) || (sc.ch == '.')) {
87 if (!IsAWordChar(sc.ch)) {
257 styler.Match(j, "end") && !IsAWordChar(styler.SafeGetCharAt(j+3))) {

Completed in 140 milliseconds

12