OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isControl
(Results
1 - 14
of
14
) sorted by null
/external/jetty/src/java/org/eclipse/jetty/websocket/
FragmentExtension.java
49
if (getConnection().
isControl
(opcode))
WebSocket.java
213
boolean
isControl
(byte opcode);
DeflateFrameExtension.java
71
if (getConnection().
isControl
(opcode) || !isFlag(flags,1))
118
if (getConnection().
isControl
(opcode) || length<_minLength)
WebSocketConnectionD00.java
456
public boolean
isControl
(byte opcode)
WebSocketConnectionD06.java
451
public boolean
isControl
(byte opcode)
WebSocketConnectionD08.java
523
public boolean
isControl
(byte opcode)
WebSocketConnectionRFC6455.java
566
public boolean
isControl
(byte opcode)
[
all
...]
/libcore/ojluni/src/main/native/
Character.cpp
155
bool
isControl
= (codePoint <= 0x1f || (codePoint >= 0x7f && codePoint <= 0x9f));
156
UCharNameChoice nameType =
isControl
? U_EXTENDED_CHAR_NAME : U_UNICODE_CHAR_NAME;
/external/icu/icu4c/source/test/perf/charperf/
charperf.cpp
168
return new CharPerfFunction(
isControl
, MIN_, MAX_);
charperf.h
159
inline void
isControl
(UChar32 ch)
/prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-websocket/8.1.14.v20131031/
jetty-websocket-8.1.14.v20131031.jar
/external/libusb/libusb/os/
darwin_usb.c
[
all
...]
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar
Completed in 132 milliseconds