Lines Matching full:none
48 _HTML_TAG_RE = None
50 _HTML_CMT_RE = None
52 _CS_TAG_RE = None
73 if self.root is None:
77 if Translator._HTML_TAG_RE is None:
79 if Translator._HTML_CMT_RE is None:
81 if Translator._CS_TAG_RE is None:
216 while obj is not None:
311 def loadStrings(self, one_file=None, verbose=0):
312 if one_file is not None:
393 def dumpStrings(self, locations, lang=None):
395 if lang is None:
528 while obj is not None:
552 one_file = None
554 load_file = None