OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UTF8_ERROR_VALUE_1
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/unicode/
utf_old.h
185
*
UTF8_ERROR_VALUE_1
and UTF8_ERROR_VALUE_2 are special error values for UTF-8,
198
#define
UTF8_ERROR_VALUE_1
0x15
201
* See documentation on
UTF8_ERROR_VALUE_1
for details.
222
(((c)&0xfffe)==0xfffe || (c)==
UTF8_ERROR_VALUE_1
|| (c)==UTF8_ERROR_VALUE_2)
231
(c)!=
UTF8_ERROR_VALUE_1
&& (c)!=UTF8_ERROR_VALUE_2)
415
(c)=
UTF8_ERROR_VALUE_1
; \
488
(c)=
UTF8_ERROR_VALUE_1
; \
[
all
...]
/external/icu4c/common/unicode/
utf_old.h
181
*
UTF8_ERROR_VALUE_1
and UTF8_ERROR_VALUE_2 are special error values for UTF-8,
194
#define
UTF8_ERROR_VALUE_1
0x15
197
* See documentation on
UTF8_ERROR_VALUE_1
for details.
218
(((c)&0xfffe)==0xfffe || (c)==
UTF8_ERROR_VALUE_1
|| (c)==UTF8_ERROR_VALUE_2)
227
(c)!=
UTF8_ERROR_VALUE_1
&& (c)!=UTF8_ERROR_VALUE_2)
411
(c)=
UTF8_ERROR_VALUE_1
; \
484
(c)=
UTF8_ERROR_VALUE_1
; \
[
all
...]
Completed in 841 milliseconds