Home
last modified time | relevance | path

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

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/
H A DVideoPlayerRadioRDS.cpp404 #define EntityChars 56 macro
405 static const char *entitystr[EntityChars] = { "'", "&", """, "&gt", "&lt"…
412 static const char *entitychar[EntityChars] = { "'", "&", "\"", ">", "<", …
446 while (i < EntityChars) in rds_entitychar()