Searched refs:UCNV_OPTION_VERSION (Results 1 – 2 of 2) sorted by relevance
44 #define UCNV_OPTION_VERSION 0xf macro47 #define UCNV_GET_VERSION(cnv) ((cnv)->options&UCNV_OPTION_VERSION)
678 pArgs->options=(pPieces->options&=~UCNV_OPTION_VERSION); in parseConverterOptions()681 … pArgs->options=pPieces->options=(pPieces->options&~UCNV_OPTION_VERSION)|(uint32_t)(c-'0'); in parseConverterOptions()