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

  /external/chromium_org/third_party/icu/source/tools/toolutil/
ucm.h 81 uint8_t unicodeMask;
  /external/icu/icu4c/source/tools/toolutil/
ucm.h 81 uint8_t unicodeMask;
  /external/chromium_org/third_party/icu/source/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...]
  /external/icu/icu4c/source/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 266 milliseconds