Home
last modified time | relevance | path

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

/dports/lang/oo2c/oo2c_64-2.1.11/src/OOC/Config/
H A DFileSystem.Mod84 parserString: DTD.String;
106 parserString := node. GetCharDataContent();
107 LongStrings.Short (parserString^, "?", str8);
/dports/lang/oo2c/oo2c_64-2.1.11/src/Config/Section/
H A DArguments.Mod88 parserString: Parser.StringPtr;
120 parserString := node. GetCharDataContent();
121 s.args[s.argNumber] := Object.NewUTF16(parserString^);
H A DOptions.Mod191 parserString: Parser.StringPtr;
241 parserString := node. GetCharDataContent();
243 option.value.StringToValue(Object.NewUTF16(parserString^));
282 parserString := node. GetCharDataContent();
284 newValue.StringToValue(Object.NewUTF16(parserString^));
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADASaxFrameworkLoader/src/
H A DCOLLADASaxFWLSplineLoader.cpp136 const ParserString& parserString = data[i]; in dataInterpolationArray() local
137 mInterpolations.push_back( String( parserString.str, parserString.length ) ); in dataInterpolationArray()
H A DCOLLADASaxFWLLibraryAnimationsLoader.cpp48 bool operator==( const ParserString& parserString, const String& stlSring ) in operator ==() argument
50 if ( parserString.length != stlSring.length() ) in operator ==()
55 while ( (pos < parserString.length) ) in operator ==()
57 if ( parserString.str[pos] != str[pos] ) in operator ==()
H A DCOLLADASaxFWLLibraryControllersLoader.cpp170 const ParserString& parserString = data[i]; in dataJointArray() local
171 mJointSidsOrIds->push_back( String( parserString.str, parserString.length ) ); in dataJointArray()
/dports/lang/oo2c/oo2c_64-2.1.11/stage0/obj/OOC/Config/
H A DFileSystem.c46 volatile XML_UnicodeBuffer__CharArray parserString; in OOC_Config_FileSystem__RepositoryEntryDesc_ProcessElement() local
102 parserString = (XML_UnicodeBuffer__CharArray)i0; in OOC_Config_FileSystem__RepositoryEntryDesc_ProcessElement()
/dports/lang/oo2c/oo2c_64-2.1.11/stage0/obj/Config/Section/
H A DArguments.c101 XML_UnicodeBuffer__CharArray parserString; in Config_Section_Arguments__SectionDesc_ProcessElements() local
215 parserString = (XML_UnicodeBuffer__CharArray)i0; in Config_Section_Arguments__SectionDesc_ProcessElements()
H A DOptions.c276 volatile XML_UnicodeBuffer__CharArray parserString; in Config_Section_Options__SectionDesc_ProcessElements() local
431 parserString = (XML_UnicodeBuffer__CharArray)i2; in Config_Section_Options__SectionDesc_ProcessElements()
541 parserString = (XML_UnicodeBuffer__CharArray)i1; in Config_Section_Options__SectionDesc_ProcessElements()