Home | History | Annotate | Download | only in src

Lines Matching full:code

8  *     * Redistributions of source code must retain the above copyright
63 int code = entity->code;
66 if (map.contains(code) && map.get(code) == name.lower())
69 if (standardHTML && (code == '%' || code == 0x2285 || code == 0x00b9))
71 map.set(code, name);
99 String WebEntities::entityNameByCode(int code) const
101 if (m_entitiesMap.contains(code))
102 return m_entitiesMap.get(code);
116 // Append content before entity code.