Searched refs:theEmptyMap (Results 1 – 3 of 3) sorted by relevance
19 const ShortReferenceMap ContentState::theEmptyMap; member in SP_NAMESPACE::ContentState55 &theEmptyMap, in startContent()
1955 map = &theEmptyMap; in parseUsemapDecl()1998 if (map != &theEmptyMap && !map->defined()) in parseUsemapDecl()2232 if (map != 0 && map != &theEmptyMap && !map->defined()) { in checkDtd()
47 static const ShortReferenceMap theEmptyMap; variable