OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:toUnicodeStatus
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/common/
ucnv_bld.h
108
uint32_t
toUnicodeStatus
;
183
uint32_t
toUnicodeStatus
; /* Used to internalize stream status information */
ucnvisci.c
133
UChar32 prevToUnicodeStatus; /* Hold the previous
toUnicodeStatus
. This is necessary because we may need to know the last two code points. */
189
cnv->
toUnicodeStatus
= missingCharMarker;
249
cnv->
toUnicodeStatus
= missingCharMarker;
[
all
...]
/external/icu4c/common/
ucnv_bld.h
109
uint32_t
toUnicodeStatus
;
184
uint32_t
toUnicodeStatus
; /* Used to internalize stream status information */
ucnvisci.c
131
UChar32 prevToUnicodeStatus; /* Hold the previous
toUnicodeStatus
. This is necessary because we may need to know the last two code points. */
200
cnv->
toUnicodeStatus
= missingCharMarker;
252
cnv->
toUnicodeStatus
= missingCharMarker;
[
all
...]
Completed in 2247 milliseconds