HomeSort by relevance Sort by last modified time
    Searched defs:unicodeMask (Results 1 - 4 of 4) sorted by null

  /external/icu4c/tools/toolutil/
ucm.h 80 uint8_t unicodeMask;
  /external/icu4c/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...]

Completed in 38 milliseconds