Searched refs:propline (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/tools/
H A Dicu-svnprops-check.py99 for propline in aprops:
100 if re.match("\s*(#.*)?$", propline): # Match comment and blank lines
102 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: " + propline
107 file_type, string_proplist = propline.split("=", 1)
/external/icu4c/test/intltest/
H A Dintltest.h185 virtual void setProperty(const char* propline);
H A Dintltest.cpp1769 void IntlTest::setProperty(const char* propline) { argument
1771 proplines[numProps] = propline;

Completed in 287 milliseconds