Searched defs:lastConverterIndex (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Ducnv_lmb.c749 ulmbcs_byte_t * lastConverterIndex, /* output: track last successful group used */
774 *lastConverterIndex = group;
848 ulmbcs_byte_t lastConverterIndex = 0; local
948 &lastConverterIndex, groups_tried);
964 &lastConverterIndex, groups_tried);
970 &lastConverterIndex, groups_tried);
976 &lastConverterIndex, groups_tried);
983 &lastConverterIndex, groups_tried);
990 extraInfo->localeConverterIndex, pLMBCS, &uniChar, &lastConverterIndex, groups_tried);
993 if (!bytes_written && (lastConverterIndex)
744 LMBCSConversionWorker( UConverterDataLMBCS * extraInfo, ulmbcs_byte_t group, ulmbcs_byte_t * pStartLMBCS, UChar * pUniChar, ulmbcs_byte_t * lastConverterIndex, UBool * groups_tried ) argument
[all...]
/external/icu4c/common/
H A Ducnv_lmb.c749 ulmbcs_byte_t * lastConverterIndex, /* output: track last successful group used */
774 *lastConverterIndex = group;
848 ulmbcs_byte_t lastConverterIndex = 0; local
948 &lastConverterIndex, groups_tried);
964 &lastConverterIndex, groups_tried);
970 &lastConverterIndex, groups_tried);
976 &lastConverterIndex, groups_tried);
983 &lastConverterIndex, groups_tried);
990 extraInfo->localeConverterIndex, pLMBCS, &uniChar, &lastConverterIndex, groups_tried);
993 if (!bytes_written && (lastConverterIndex)
744 LMBCSConversionWorker( UConverterDataLMBCS * extraInfo, ulmbcs_byte_t group, ulmbcs_byte_t * pStartLMBCS, UChar * pUniChar, ulmbcs_byte_t * lastConverterIndex, UBool * groups_tried ) argument
[all...]

Completed in 62 milliseconds