Searched defs:encodingNames (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/expat/
H A Dxmltok.c1434 /* must match encodingNames up to here */
1464 static const char * const encodingNames[] = { local
1475 for (i = 0; i < (int)(sizeof(encodingNames)/sizeof(encodingNames[0])); i++)
1476 if (streqci(name, encodingNames[i]))

Completed in 34 milliseconds