Searched refs:propline (Results 1 – 3 of 3) sorted by relevance
99 for propline in aprops:100 if re.match("\s*(#.*)?$", propline): # Match comment and blank lines102 if re.match("\s*\[auto-props\]", propline): # Match the [auto-props] line.104 if not re.match("\s*[^\s]+\s*=", propline): # minimal syntax check for <file-type> =105 print "Bad line from autoprops definitions: " + propline107 file_type, string_proplist = propline.split("=", 1)
275 virtual void setProperty(const char* propline);
2030 void IntlTest::setProperty(const char* propline) { in setProperty() argument2032 proplines[numProps] = propline; in setProperty()