• Home
  • Raw
  • Download

Lines Matching refs:cnv

167 _CompoundTextOpen(UConverter *cnv, UConverterLoadArgs *pArgs, UErrorCode *errorCode);
176 _CompoundTextgetName(const UConverter* cnv);
259 _CompoundTextOpen(UConverter *cnv, UConverterLoadArgs *pArgs, UErrorCode *errorCode){ in _CompoundTextOpen() argument
260 cnv->extraInfo = uprv_malloc (sizeof (UConverterDataCompoundText)); in _CompoundTextOpen()
261 if (cnv->extraInfo != NULL) { in _CompoundTextOpen()
262 UConverterDataCompoundText *myConverterData = (UConverterDataCompoundText *) cnv->extraInfo; in _CompoundTextOpen()
290 _CompoundTextClose(cnv); in _CompoundTextOpen()
323 _CompoundTextgetName(const UConverter* cnv){ in _CompoundTextgetName() argument
329 UConverter *cnv = args->converter; in UConverter_fromUnicode_CompoundText_OFFSETS() local
336 UBool useFallback = cnv->useFallback; in UConverter_fromUnicode_CompoundText_OFFSETS()
344 UConverterDataCompoundText *myConverterData = (UConverterDataCompoundText *) cnv->extraInfo; in UConverter_fromUnicode_CompoundText_OFFSETS()
349 if((sourceChar = cnv->fromUChar32)!=0 && target< targetLimit) { in UConverter_fromUnicode_CompoundText_OFFSETS()
368 cnv->fromUChar32=0x00; in UConverter_fromUnicode_CompoundText_OFFSETS()
375 cnv->fromUChar32=sourceChar; in UConverter_fromUnicode_CompoundText_OFFSETS()
380 cnv->fromUChar32=sourceChar; in UConverter_fromUnicode_CompoundText_OFFSETS()
387 cnv->fromUChar32=sourceChar; in UConverter_fromUnicode_CompoundText_OFFSETS()
576 _CompoundText_GetUnicodeSet(const UConverter *cnv, in _CompoundText_GetUnicodeSet() argument
580 UConverterDataCompoundText *myConverterData = (UConverterDataCompoundText *)cnv->extraInfo; in _CompoundText_GetUnicodeSet()