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

/external/chromium_org/third_party/expat/files/lib/
H A Dxmltok_impl.c530 int hadColon = 0; local
537 if (hadColon) {
541 hadColon = 1;
578 hadColon = 0;
689 int hadColon; local
716 hadColon = 0;
724 if (hadColon) {
728 hadColon = 1;
/external/expat/lib/
H A Dxmltok_impl.c530 int hadColon = 0; local
537 if (hadColon) {
541 hadColon = 1;
578 hadColon = 0;
689 int hadColon; local
716 hadColon = 0;
724 if (hadColon) {
728 hadColon = 1;

Completed in 109 milliseconds