Searched refs:nLastSign (Results 1 – 1 of 1) sorted by relevance
915 if(nLastSign==-1) in getObjectType()916 nLastSign = rCID.lastIndexOf( '/' ); in getObjectType()917 if(nLastSign==-1) in getObjectType()922 nLastSign = 0; in getObjectType()924 if( nLastSign>0 ) in getObjectType()925 nLastSign++; in getObjectType()927 if( rCID.match(C2U("Page"),nLastSign) ) in getObjectType()929 else if( rCID.match(C2U("Title"),nLastSign) ) in getObjectType()939 else if( rCID.match(C2U("D="),nLastSign) ) in getObjectType()943 else if( rCID.match(C2U("Axis"),nLastSign) ) in getObjectType()[all …]
Completed in 28 milliseconds