Home
last modified time | relevance | path

Searched defs:ignoreSpace (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dcsrsbcs.cpp107 bool ignoreSpace = FALSE; in parseCharacters() local
214 bool ignoreSpace = FALSE; in parseCharacters() local
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/
DTestRunner.py461 ignoreSpace = lambda line, separator: separator.join(line.split()) function