HomeSort by relevance Sort by last modified time
    Searched refs:propline (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/tools/
icu-svnprops-check.py 99 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/icu/icu4c/source/test/intltest/
intltest.h 258 virtual void setProperty(const char* propline);
intltest.cpp     [all...]

Completed in 3048 milliseconds