Home | History | Annotate | Download | only in src

Lines Matching full:strlen

594     return factory->newPtr8(factory, ptr, (ANTLR3_UINT32)strlen((const char *)ptr));
605 return factory->newPtr8(factory, ptr, (ANTLR3_UINT32)strlen((const char *)ptr));
799 len = (ANTLR3_UINT32)strlen(newbit);
807 /* Note we copy one more byte than the strlen in order to get the trailing
822 len = (ANTLR3_UINT32)strlen(newbit);
864 /* Note we copy one more byte than the strlen in order to get the trailing delimiter
877 len = (ANTLR3_UINT32)strlen(chars);
884 /* Note we copy one more byte than the strlen in order to get the trailing '\0'
900 len = (ANTLR3_UINT32)strlen(chars);
940 /* Note we copy one more byte than the strlen in order to get the trailing '\0'
1029 len = (ANTLR3_UINT32)strlen(newbit);
1067 len = (ANTLR3_UINT32)strlen(newbit);