MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / iswordc

Method iswordc

scintilla/src/RESearch.h:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 int failure;
63 CharClassify *charClass;
64 bool iswordc(unsigned char x) {
65 return charClass->IsWord(x);
66 }
67};
68
69#ifdef SCI_NAMESPACE

Callers

nothing calls this directly

Calls 1

IsWordMethod · 0.80

Tested by

no test coverage detected