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

  /external/icu4c/common/
ucnv_bld.h 41 #define UCNV_OPTION_VERSION 0xf
44 #define UCNV_GET_VERSION(cnv) ((cnv)->options&UCNV_OPTION_VERSION)
ucnv_bld.c 683 pArgs->options=(pPieces->options&=~UCNV_OPTION_VERSION);
686 pArgs->options=pPieces->options=(pPieces->options&~UCNV_OPTION_VERSION)|(uint32_t)(c-'0');
    [all...]

Completed in 40 milliseconds