Home | History | Annotate | Download | only in Basic

Lines Matching full:startswithword

404 static bool startsWithWord(StringRef name, StringRef word) {
434 if (startsWithWord(name, "alloc")) return OMF_alloc;
437 if (startsWithWord(name, "copy")) return OMF_copy;
440 if (startsWithWord(name, "init")) return OMF_init;
443 if (startsWithWord(name, "mutableCopy")) return OMF_mutableCopy;
446 if (startsWithWord(name, "new")) return OMF_new;
464 if (startsWithWord(name, "alloc")) return OIT_MemManage;
466 if (startsWithWord(name, "array")) return OIT_Array;
469 if (startsWithWord(name, "dictionary")) return OIT_Dictionary;
470 if (startsWithWord(name, "default")) return OIT_Singleton;
473 if (startsWithWord(name, "init")) return OIT_MemManage;
476 startsWithWord(name, "retain")) return OIT_MemManage;
479 if (startsWithWord(name, "shared") ||
480 startsWithWord(name, "standard"))