OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:unicodeMask
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/icu/source/tools/toolutil/
ucm.h
80
uint8_t
unicodeMask
;
/external/icu4c/tools/toolutil/
ucm.h
81
uint8_t
unicodeMask
;
/external/chromium_org/third_party/icu/source/common/
ucnv_bld.h
60
/** values for the
unicodeMask
*/
83
uint8_t
unicodeMask
; /* +79: 1 bit 0: has supplementary bit 1: has single surrogates */
ucnvmbcs.h
120
* The
unicodeMask
in the static data is part of the base table data structure.
123
* The static data
unicodeMask
refers only to the base table's properties if
125
* In an extension-only file, the static data
unicodeMask
is 0.
126
* The extension data indexes have a separate field with the
unicodeMask
flags.
188
* if(staticData.
unicodeMask
&UCNV_HAS_SUPPLEMENTARY) {
382
uint8_t outputType,
unicodeMask
;
ucnvmbcs.c
725
if(mbcsTable->
unicodeMask
&UCNV_HAS_SUPPLEMENTARY) {
[
all
...]
/external/icu4c/common/
ucnv_bld.h
61
/** values for the
unicodeMask
*/
84
uint8_t
unicodeMask
; /* +79: 1 bit 0: has supplementary bit 1: has single surrogates */
ucnvmbcs.h
123
* The
unicodeMask
in the static data is part of the base table data structure.
126
* The static data
unicodeMask
refers only to the base table's properties if
128
* In an extension-only file, the static data
unicodeMask
is 0.
129
* The extension data indexes have a separate field with the
unicodeMask
flags.
191
* if(staticData.
unicodeMask
&UCNV_HAS_SUPPLEMENTARY) {
385
uint8_t outputType,
unicodeMask
;
ucnvmbcs.c
728
if(mbcsTable->
unicodeMask
&UCNV_HAS_SUPPLEMENTARY) {
[
all
...]
Completed in 36 milliseconds