Home
last modified time | relevance | path

Searched refs:entityMaps (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DMarkupAccumulator.cpp57 …lder& result, CharType* text, unsigned length, const EntityDescription entityMaps[], unsigned enti… in appendCharactersReplacingEntitiesInternal() argument
62 … if (text[i] == entityMaps[entityIndex].entity && entityMaps[entityIndex].mask & entityMask) { in appendCharactersReplacingEntitiesInternal()
64 const CString& replacement = entityMaps[entityIndex].reference; in appendCharactersReplacingEntitiesInternal()
82 static const EntityDescription entityMaps[] = { in appendCharactersReplacingEntities() local
95 …sInternal(result, source.characters8() + offset, length, entityMaps, WTF_ARRAY_LENGTH(entityMaps),… in appendCharactersReplacingEntities()
97 …Internal(result, source.characters16() + offset, length, entityMaps, WTF_ARRAY_LENGTH(entityMaps),… in appendCharactersReplacingEntities()