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

  /external/icu/icu4c/source/common/
ucnv_u16.c 574 if(UCNV_GET_VERSION(cnv)==0) {
580 if(choice!=UCNV_RESET_TO_UNICODE && UCNV_GET_VERSION(cnv)==1) {
590 if(UCNV_GET_VERSION(cnv)<=1) {
599 if(UCNV_GET_VERSION(cnv)==0) {
    [all...]
ucnv_bld.h 47 #define UCNV_GET_VERSION(cnv) ((cnv)->options&UCNV_OPTION_VERSION)
ucnv_u7.c 199 if(UCNV_GET_VERSION(cnv)<=1) {
201 cnv->fromUnicodeStatus=UCNV_GET_VERSION(cnv)<<28;
    [all...]

Completed in 140 milliseconds