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

  /external/icu/icu4c/source/tools/
icu-svnprops-check.py 102 for propline in aprops:
103 if re.match("\s*(#.*)?$", propline): # Match comment and blank lines
105 if re.match("\s*\[auto-props\]", propline): # Match the [auto-props] line.
107 if not re.match("\s*[^\s]+\s*=", propline): # minimal syntax check for <file-type> =
108 print "Bad line from autoprops definitions: " + propline
110 file_type, string_proplist = propline.split("=", 1)
  /external/python/cpython2/Demo/tkinter/guido/
ManPage.py 118 propline = nextline
122 propline = None
147 if not propline:
154 for i in range(min(len(propline), len(textline))):
155 if propline[i] != p:
159 p = propline[i]
  /external/icu/icu4c/source/test/intltest/
intltest.h 284 virtual void setProperty(const char* propline);
intltest.cpp     [all...]

Completed in 470 milliseconds