Home
last modified time | relevance | path

Searched refs:LIST_SEPARATOR (Results 1 – 4 of 4) sorted by relevance

/external/chromium/base/json/
Djson_reader.cc258 if (token.type == Token::LIST_SEPARATOR) { in BuildValue()
318 if (token.type == Token::LIST_SEPARATOR) { in BuildValue()
547 token = Token(Token::LIST_SEPARATOR, json_pos_, 1); in ParseToken()
Djson_reader.h65 LIST_SEPARATOR, // , enumerator
/external/chromium_org/third_party/libusb/src/libusb/os/
Dwindows_usb.h60 #define LIST_SEPARATOR ';' macro
Dwindows_usb.c694 const char sep_str[2] = {LIST_SEPARATOR, 0}; in get_sub_api()
1217 lookup[k].list[l] = LIST_SEPARATOR; in get_api_type()