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

  /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.c 655 if(mbcsTable->unicodeMask&UCNV_HAS_SUPPLEMENTARY) {
    [all...]
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;
ucnv2022.c     [all...]
ucnv_bld.c     [all...]
  /external/icu4c/tools/toolutil/
ucm.h 80 uint8_t unicodeMask;
ucm.c 905 table->unicodeMask=0;
986 /* set unicodeMask */
990 table->unicodeMask|=UCNV_HAS_SUPPLEMENTARY; /* there are supplementary code points */
992 table->unicodeMask|=UCNV_HAS_SURROGATES; /* there are surrogate code points */
    [all...]
  /external/icu4c/tools/makeconv/
genmbcs.c     [all...]
gencnvex.c 220 indexes[UCNV_EXT_FLAGS]=extData->ucm->ext->unicodeMask;
    [all...]

Completed in 404 milliseconds