Lines Matching refs:cnv
168 _CompoundTextOpen(UConverter *cnv, UConverterLoadArgs *pArgs, UErrorCode *errorCode);
177 _CompoundTextgetName(const UConverter* cnv);
260 _CompoundTextOpen(UConverter *cnv, UConverterLoadArgs *pArgs, UErrorCode *errorCode){ in _CompoundTextOpen() argument
261 cnv->extraInfo = uprv_malloc (sizeof (UConverterDataCompoundText)); in _CompoundTextOpen()
262 if (cnv->extraInfo != NULL) { in _CompoundTextOpen()
263 UConverterDataCompoundText *myConverterData = (UConverterDataCompoundText *) cnv->extraInfo; in _CompoundTextOpen()
291 _CompoundTextClose(cnv); in _CompoundTextOpen()
324 _CompoundTextgetName(const UConverter* cnv){ in _CompoundTextgetName() argument
330 UConverter *cnv = args->converter; in UConverter_fromUnicode_CompoundText_OFFSETS() local
337 UBool useFallback = cnv->useFallback; in UConverter_fromUnicode_CompoundText_OFFSETS()
345 UConverterDataCompoundText *myConverterData = (UConverterDataCompoundText *) cnv->extraInfo; in UConverter_fromUnicode_CompoundText_OFFSETS()
350 if((sourceChar = cnv->fromUChar32)!=0 && target< targetLimit) { in UConverter_fromUnicode_CompoundText_OFFSETS()
369 cnv->fromUChar32=0x00; in UConverter_fromUnicode_CompoundText_OFFSETS()
376 cnv->fromUChar32=sourceChar; in UConverter_fromUnicode_CompoundText_OFFSETS()
381 cnv->fromUChar32=sourceChar; in UConverter_fromUnicode_CompoundText_OFFSETS()
388 cnv->fromUChar32=sourceChar; in UConverter_fromUnicode_CompoundText_OFFSETS()
574 _CompoundText_GetUnicodeSet(const UConverter *cnv, in _CompoundText_GetUnicodeSet() argument
578 UConverterDataCompoundText *myConverterData = (UConverterDataCompoundText *)cnv->extraInfo; in _CompoundText_GetUnicodeSet()