Searched defs:Delimiter (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/tools/usb_gadget/
H A Dhid_descriptors.py159 Delimiter = _DefineItem('Delimiter', 10, hid_constants.Scope.LOCAL) variable
/external/clang/lib/Format/
H A DContinuationIndenter.cpp924 StringRef Delimiter = local
927 Postfix = Text.substr(Text.size() - 2 - Delimiter.size());
929 Postfix.substr(1).startswith(Delimiter);

Completed in 90 milliseconds