Home
last modified time | relevance | path

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

/external/srec/tools/grxmlcompile/
Dgrxmldoc.cpp527 if ( IsSlot( word ) ) { in processCDATA()
1039 if ( IsSlot( label ) ) { in writeMapFile()
1043 if ( IsSlot( label ) ) { in writeMapFile()
1055 if (!IsSlot(label) && label.find_first_of ("@") != string::npos) { in writeMapFile()
Dsub_grph.h59 bool IsSlot (std::string label);
Dsub_phon.cpp57 if (IsSlot (word)) { in ExpandPhonemes()
Dsub_grph.cpp39 bool IsSlot (std::string label) in IsSlot() function