reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3150 if (isalnum(static_cast<unsigned char>(C)) || C == '-' || C == '$' || 3150 if (isalnum(static_cast<unsigned char>(C)) || C == '-' || C == '$' || 3150 if (isalnum(static_cast<unsigned char>(C)) || C == '-' || C == '$' || 3151 C == '.' || C == '_') 3151 C == '.' || C == '_') 3152 Out << C; 3154 Out << '\\' << hexdigit(C >> 4) << hexdigit(C & 0x0F); 3154 Out << '\\' << hexdigit(C >> 4) << hexdigit(C & 0x0F);