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

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
StringEncoding.py 34 def append_charval(self, char_number): function in function:UnicodeLiteralBuilder.append
44 def append_charval(self, char_number): function in function:UnicodeLiteralBuilder.append
48 self.append_charval(char_number)
70 def append_charval(self, char_number): member in class:BytesLiteralBuilder
100 def append_charval(self, char_number): member in class:StrLiteralBuilder
101 self._bytes.append_charval(char_number)
102 self._unicode.append_charval(char_number)
106 self._unicode.append_charval(char_number)
Parsing.py 834 chars.append_charval( int(systr[1:], 8) )
844 chars.append_charval( int(systr[2:], 16) )
    [all...]

Completed in 33 milliseconds