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

  /external/icu4c/common/
ucnv_set.c 44 if(cnv->sharedData->impl->getUnicodeSet==NULL) {
64 cnv->sharedData->impl->getUnicodeSet(cnv, &sa, whichSet, pErrorCode);
ucnvdisp.c 60 name=ures_getStringByKey(rb, cnv->sharedData->staticData->name, &length, &localStatus);
71 length=(int32_t)uprv_strlen(cnv->sharedData->staticData->name);
72 u_charsToUChars(cnv->sharedData->staticData->name, displayName, uprv_min(length, displayNameCapacity));
ucnvmbcs.h 454 ucnv_MBCSSimpleGetNextUChar(UConverterSharedData *sharedData,
464 ucnv_MBCSSingleSimpleGetNextUChar(UConverterSharedData *sharedData,
473 #define _MBCS_SINGLE_SIMPLE_GET_NEXT_BMP(sharedData, b) \
474 (UChar)MBCS_ENTRY_FINAL_VALUE_16((sharedData)->mbcs.stateTable[0][(uint8_t)(b)])
481 ucnv_MBCSIsLeadByte(UConverterSharedData *sharedData, char byte);
484 #define _MBCS_IS_LEAD_BYTE(sharedData, byte) \
485 (UBool)MBCS_ENTRY_IS_TRANSITION((sharedData)->mbcs.stateTable[0][(uint8_t)(byte)])
505 ucnv_MBCSFromUChar32(UConverterSharedData *sharedData,
516 ucnv_MBCSSingleFromUChar32(UConverterSharedData *sharedData,
543 ucnv_MBCSGetUnicodeSetForUnicode(const UConverterSharedData *sharedData,
    [all...]
ucnvmbcs.c 709 ucnv_MBCSGetFilteredUnicodeSetForUnicode(const UConverterSharedData *sharedData,
723 mbcsTable=&sharedData->mbcs;
    [all...]
ucnv_imp.h 119 ucnv_unloadSharedDataIfReady(UConverterSharedData *sharedData);
125 ucnv_incrementRefCount(UConverterSharedData *sharedData);
ucnv.c 195 if (cnv->sharedData->impl->safeClone != NULL) {
198 cnv->sharedData->impl->safeClone(cnv, NULL, &bufferSizeNeeded, status);
273 if (cnv->sharedData->impl->safeClone != NULL) {
275 localConverter = cnv->sharedData->impl->safeClone(cnv, localConverter, pBufferSize, status);
293 if (cnv->sharedData->referenceCounter != ~0) {
294 ucnv_incrementRefCount(cnv->sharedData);
370 if (converter->sharedData->impl->close != NULL) {
371 converter->sharedData->impl->close(converter);
383 if (converter->sharedData->referenceCounter != ~0) {
384 ucnv_unloadSharedDataIfReady(converter->sharedData);
    [all...]
ucnv_bld.c 314 UConverterSharedData *sharedData;
332 sharedData = ucnv_data_unFlattenClone(pArgs, data, err);
347 UTRACE_EXIT_PTR_STATUS(sharedData, *err);
348 return sharedData;
572 * It must be sharedData->referenceCounter != ~0
576 ucnv_unload(UConverterSharedData *sharedData) {
577 if(sharedData != NULL) {
578 if (sharedData->referenceCounter > 0) {
579 sharedData->referenceCounter--;
582 if((sharedData->referenceCounter <= 0)&&(sharedData->sharedDataCached == FALSE))
    [all...]
ucnv_bld.h 95 uint32_t referenceCounter; /* used to count number of clients, 0xffffffff for static SharedData */
172 UConverterSharedData *sharedData; /* Pointer to the shared immutable part of the converter object */
268 * It must be sharedData->referenceCounter != ~0
272 ucnv_unload(UConverterSharedData *sharedData);
ucnv_ext.c 268 ((cnv)->sharedData->mbcs.outputType==MBCS_OUTPUT_2_SISO ? (int8_t)(cnv)->mode : \
269 (cnv)->sharedData->mbcs.outputType==MBCS_OUTPUT_DBCS_ONLY ? 1 : -1)
373 match=ucnv_extMatchToU(cnv->sharedData->mbcs.extIndexes, (int8_t)UCNV_SISO_STATE(cnv),
391 ucnv_extWriteToU(cnv, cnv->sharedData->mbcs.extIndexes,
764 cnv->sharedData->mbcs.outputType==MBCS_OUTPUT_DBCS_ONLY)
867 match=ucnv_extMatchFromU(cnv->sharedData->mbcs.extIndexes,
891 ucnv_extWriteFromU(cnv, cnv->sharedData->mbcs.extIndexes,
946 ucnv_extGetUnicodeSetString(const UConverterSharedData *sharedData,
    [all...]
ucnv_cb.c 206 if(converter->sharedData->impl->writeSub!=NULL) {
207 converter->sharedData->impl->writeSub(args, offsetIndex, err);
ucnv_cnv.h 59 typedef void (*UConverterLoad) (UConverterSharedData *sharedData,
62 typedef void (*UConverterUnload) (UConverterSharedData *sharedData);
ucnv2022.c 520 cnv->sharedData=(UConverterSharedData*)(&_ISO2022JPData);
565 cnv->sharedData=(UConverterSharedData*)&_ISO2022KRData;
587 cnv->sharedData=(UConverterSharedData*)&_ISO2022CNData;
611 cnv->sharedData=(UConverterSharedData*)&_ISO2022Data;
620 cnv->maxBytesPerUChar=cnv->sharedData->staticData->maxBytesPerChar;
    [all...]
ucnvhz.c 269 targetUniChar = ucnv_MBCSSimpleGetNextUChar(myData->gbConverter->sharedData,
379 length= ucnv_MBCSFromUChar32(myConverterData->gbConverter->sharedData,
581 ((UConverterDataHZ*)cnv->extraInfo)->gbConverter->sharedData,
ucnv_ext.h 395 ucnv_extGetUnicodeSet(const UConverterSharedData *sharedData,
ucnv_u16.c     [all...]
ucnv_u8.c 96 UBool isCESU8 = (UBool)(cnv->sharedData == &_CESU8Data);
226 UBool isCESU8 = (UBool)(cnv->sharedData == &_CESU8Data);
357 UBool isNotCESU8 = (UBool)(cnv->sharedData != &_CESU8Data);
473 UBool isNotCESU8 = (UBool)(cnv->sharedData != &_CESU8Data);
    [all...]
ucnvlat1.c 153 if(cnv->sharedData==&_Latin1Data) {
  /external/icu4c/tools/makeconv/
makeconv.c 44 UConverterSharedData sharedData;
51 data->sharedData.structSize=sizeof(UConverterSharedData);
53 data->sharedData.staticData=&data->staticData;

Completed in 1445 milliseconds