home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Programming / ICU / src / icuapps / locexp / util / decompcb.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-10-22  |  526 b   |  20 lines

  1.  
  2. /* #include a bunch of stuff before this file... */
  3.  
  4. extern UConverterFromUCallback DECOMPOSE_lastResortCallback;
  5.  
  6. U_CAPI void 
  7.   UCNV_FROM_U_CALLBACK_DECOMPOSE (UConverter * _this,
  8.                         char **target,
  9.                         const char *targetLimit,
  10.                         const UChar ** source,
  11.                         const UChar * sourceLimit,
  12.                         int32_t *offsets,
  13.                         bool_t flush,
  14.                         UErrorCode * err);
  15.  
  16. /* NOTE: returns USING_FALLBACK_ERROR instead of ZERO_ERROR if 
  17.    decomposition occurs. (does NOT occur in INDEX_OUTOFBOUNDS cases) */
  18.  
  19.  
  20.