Home
last modified time | relevance | path

Searched defs:specials (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/native_client_sdk/src/tools/lib/
Dquote.py8 def quote(input_str, specials, escape='\\'): argument
27 def unquote(input_str, specials, escape='\\'): argument
/external/chromium_org/native_client_sdk/src/tools/lib/tests/
Dquote_test.py24 def VerboseQuote(in_string, specials, *args, **kwargs): argument
34 def VerboseUnquote(in_string, specials, *args, **kwargs): argument
50 def check_invertible(self, in_string, specials, escape='\\'): argument
/external/qemu/
Dgen-charmap.py46 specials = { 'COMMA': 'Comma', variable
/external/icu/icu4c/source/i18n/
Dcollationdata.cpp155 uint32_t specials = 0; in makeReorderTable() local
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DContentSearchUtils.cpp47 String specials(regexSpecialCharacters); in createSearchRegexSource() local
/external/mksh/src/
Dvar.c42 static struct table specials; variable