Searched refs:IS_SPACE (Results 1 – 1 of 1) sorted by relevance
10 #define IS_SPACE(ch) ((ch) == TEXT(' ') || (ch) == TEXT('\t')) macro72 while (IS_SPACE(*pch)) in SkipSpace()82 if (!IS_SPACE(*pch)) in FindLastNonSpace()95 if (IS_SPACE(*pch0)) in DeleteDuplicateSpaces()100 } while (IS_SPACE(*pch0)); in DeleteDuplicateSpaces()