OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UTF8_ACCEPT
(Results
1 - 6
of
6
) sorted by null
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/utils/
Utf8Decoder.java
53
private static final int
UTF8_ACCEPT
= 0;
90
this.state =
UTF8_ACCEPT
;
94
state =
UTF8_ACCEPT
;
108
if (b > 0 && state ==
UTF8_ACCEPT
) {
113
codePoint = state ==
UTF8_ACCEPT
? (0xFF >> type) & i : (i & 0x3F) | (codePoint << 6);
117
case
UTF8_ACCEPT
:
133
state =
UTF8_ACCEPT
;
/external/jetty/src/java/org/eclipse/jetty/util/
Utf8Appendable.java
54
private static final int
UTF8_ACCEPT
= 0;
58
protected int _state =
UTF8_ACCEPT
;
96
_state =
UTF8_ACCEPT
;
147
if (b > 0 && _state ==
UTF8_ACCEPT
)
155
_codep = _state ==
UTF8_ACCEPT
? (0xFF >> type) & i : (i & 0x3F) | (_codep << 6);
160
case
UTF8_ACCEPT
:
176
_state =
UTF8_ACCEPT
;
189
return _state ==
UTF8_ACCEPT
;
205
_state =
UTF8_ACCEPT
;
223
_state =
UTF8_ACCEPT
;
[
all
...]
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
encodingstest.cpp
242
#define
UTF8_ACCEPT
0u
269
*codep = (*state !=
UTF8_ACCEPT
) ?
283
// return state ==
UTF8_ACCEPT
;
309
EXPECT_EQ(
UTF8_ACCEPT
, state);
310
if (
UTF8_ACCEPT
!= state)
/packages/apps/Test/connectivity/sl4n/rapidjson/test/perftest/
misctest.cpp
32
#define
UTF8_ACCEPT
0
59
*codep = (*state !=
UTF8_ACCEPT
) ?
73
return state ==
UTF8_ACCEPT
;
[
all
...]
/prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/
jetty-util-8.1.14.v20131031.jar
/prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.0.CR3/
netty-codec-http-4.1.0.CR3.jar
Completed in 182 milliseconds