Home | History | Annotate | Download | only in grxmlcompile

Lines Matching refs:strspn

65     if(strspn(sval.c_str(),"0123456789")<1) return 1;
71 if(strspn(sval.c_str(),"0123456789")<1) return 1;
79 if(strspn(sval.c_str(),"0123456789")<1) return 1;
84 if(strspn(s.c_str(),"0123456789")<1) return 1;
1250 && strspn(label+SCRIPT_LABEL_PREFIX_LEN,"0123456789")==strlen(label+SCRIPT_LABEL_PREFIX_LEN) ) {