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

  /external/icu4c/common/
ucnv_u16.c 572 if(UCNV_GET_VERSION(cnv)==0) {
578 if(choice!=UCNV_RESET_TO_UNICODE && UCNV_GET_VERSION(cnv)==1) {
588 if(UCNV_GET_VERSION(cnv)<=1) {
597 if(UCNV_GET_VERSION(cnv)==0) {
    [all...]
ucnv_bld.h 44 #define UCNV_GET_VERSION(cnv) ((cnv)->options&UCNV_OPTION_VERSION)
ucnv_u7.c 195 if(UCNV_GET_VERSION(cnv)<=1) {
197 cnv->fromUnicodeStatus=UCNV_GET_VERSION(cnv)<<28;
    [all...]

Completed in 896 milliseconds