Home
last modified time | relevance | path

Searched refs:CHAR_SPACE (Results 1 – 6 of 6) sorted by relevance

/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Expressions/
Dshell.js31 var CHAR_SPACE = ' '; variable
74 var delim = CHAR_COMMA + CHAR_SPACE;
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
Dshell.js39 var CHAR_SPACE = ' '; variable
191 var delim = CHAR_COMMA + CHAR_SPACE;
/external/opencore/protocols/rtsp_parcom/src/
Drtsp_parser.cpp855 || (CHAR_SPACE != *(nlEnd + 1) // could be a non-whitespace in dealWithLineContinuations()
867 && (CHAR_SPACE == *sPtr in dealWithLineContinuations()
880 * cPtr = CHAR_SPACE; in dealWithLineContinuations()
937 || CHAR_SPACE == *fieldNamePtr in dealWithFieldRepetitions()
Drtsp_par_com_constants.h128 const char CHAR_SPACE = ' '; variable
Drtsp_par_com_outgoing_message.cpp461 *(fullRequestBufferSpace++) = CHAR_SPACE; in compose()
471 *(fullRequestBufferSpace++) = CHAR_SPACE; in compose()
Drtsp_par_com_incoming_message.cpp1509 && (CHAR_SPACE == *cPtr in parseOneRTPInfoEntry()
1543 && CHAR_SPACE != *cPtr in parseOneRTPInfoEntry()
1575 && (CHAR_SPACE == *cPtr in parseOneRTPInfoEntry()