Searched defs:IS_OK (Results 1 - 1 of 1) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/io/ | ||
H A D | nsEscape.cpp | 72 #define IS_OK(C) (netCharType[((unsigned int) (C))] & (mask)) macro 92 if (!IS_OK(*src++)) 107 if (IS_OK(c)) 124 if (IS_OK(c)) |
Completed in 1815 milliseconds