HomeSort by relevance Sort by last modified time
    Searched full:shareddata (Results 1 - 21 of 21) sorted by null

  /external/clang/test/CodeGenCUDA/
filter-decl.cu 14 // CHECK-HOST-NOT: shareddata = global
15 // CHECK-DEVICE: shareddata = global
16 __shared__ char shareddata[256];
  /external/icu4c/common/
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));
ucnv_set.c 44 if(cnv->sharedData->impl->getUnicodeSet==NULL) {
64 cnv->sharedData->impl->getUnicodeSet(cnv, &sa, whichSet, pErrorCode);
ucnvmbcs.c 712 ucnv_MBCSGetFilteredUnicodeSetForUnicode(const UConverterSharedData *sharedData,
726 mbcsTable=&sharedData->mbcs;
    [all...]
ucnv_bld.cpp 319 UConverterSharedData *sharedData;
337 sharedData = ucnv_data_unFlattenClone(pArgs, data, err);
352 UTRACE_EXIT_PTR_STATUS(sharedData, *err);
353 return sharedData;
577 * It must be sharedData->referenceCounter != ~0
581 ucnv_unload(UConverterSharedData *sharedData) {
582 if(sharedData != NULL) {
583 if (sharedData->referenceCounter > 0) {
584 sharedData->referenceCounter--;
587 if((sharedData->referenceCounter <= 0)&&(sharedData->sharedDataCached == FALSE))
    [all...]
ucnv_imp.h 120 ucnv_unloadSharedDataIfReady(UConverterSharedData *sharedData);
126 ucnv_incrementRefCount(UConverterSharedData *sharedData);
ucnvmbcs.h 491 ucnv_MBCSSimpleGetNextUChar(UConverterSharedData *sharedData,
501 ucnv_MBCSSingleSimpleGetNextUChar(UConverterSharedData *sharedData,
510 #define _MBCS_SINGLE_SIMPLE_GET_NEXT_BMP(sharedData, b) \
511 (UChar)MBCS_ENTRY_FINAL_VALUE_16((sharedData)->mbcs.stateTable[0][(uint8_t)(b)])
518 ucnv_MBCSIsLeadByte(UConverterSharedData *sharedData, char byte);
521 #define _MBCS_IS_LEAD_BYTE(sharedData, byte) \
522 (UBool)MBCS_ENTRY_IS_TRANSITION((sharedData)->mbcs.stateTable[0][(uint8_t)(byte)])
542 ucnv_MBCSFromUChar32(UConverterSharedData *sharedData,
553 ucnv_MBCSSingleFromUChar32(UConverterSharedData *sharedData,
580 ucnv_MBCSGetUnicodeSetForUnicode(const UConverterSharedData *sharedData,
    [all...]
ucnv.c 197 if (cnv->sharedData->impl->safeClone != NULL) {
200 cnv->sharedData->impl->safeClone(cnv, NULL, &bufferSizeNeeded, status);
275 if (cnv->sharedData->impl->safeClone != NULL) {
277 localConverter = cnv->sharedData->impl->safeClone(cnv, localConverter, pBufferSize, status);
295 if (cnv->sharedData->referenceCounter != ~0) {
296 ucnv_incrementRefCount(cnv->sharedData);
372 if (converter->sharedData->impl->close != NULL) {
373 converter->sharedData->impl->close(converter);
385 if (converter->sharedData->referenceCounter != ~0) {
386 ucnv_unloadSharedDataIfReady(converter->sharedData);
    [all...]
ucnv_ext.cpp 269 ((cnv)->sharedData->mbcs.outputType==MBCS_OUTPUT_2_SISO ? (int8_t)(cnv)->mode : \
270 (cnv)->sharedData->mbcs.outputType==MBCS_OUTPUT_DBCS_ONLY ? 1 : -1)
374 match=ucnv_extMatchToU(cnv->sharedData->mbcs.extIndexes, (int8_t)UCNV_SISO_STATE(cnv),
392 ucnv_extWriteToU(cnv, cnv->sharedData->mbcs.extIndexes,
765 cnv->sharedData->mbcs.outputType==MBCS_OUTPUT_DBCS_ONLY)
868 match=ucnv_extMatchFromU(cnv->sharedData->mbcs.extIndexes,
892 ucnv_extWriteFromU(cnv, cnv->sharedData->mbcs.extIndexes,
948 ucnv_extGetUnicodeSetString(const UConverterSharedData *sharedData,
    [all...]
ucnv_bld.h 96 uint32_t referenceCounter; /* used to count number of clients, 0xffffffff for static SharedData */
173 UConverterSharedData *sharedData; /* Pointer to the shared immutable part of the converter object */
269 * It must be sharedData->referenceCounter != ~0
273 ucnv_unload(UConverterSharedData *sharedData);
ucnv_cb.c 206 if(converter->sharedData->impl->writeSub!=NULL) {
207 converter->sharedData->impl->writeSub(args, offsetIndex, err);
ucnv2022.cpp 526 cnv->sharedData=(UConverterSharedData*)(&_ISO2022JPData);
571 cnv->sharedData=(UConverterSharedData*)&_ISO2022KRData;
593 cnv->sharedData=(UConverterSharedData*)&_ISO2022CNData;
617 cnv->sharedData=(UConverterSharedData*)&_ISO2022Data;
626 cnv->maxBytesPerUChar=cnv->sharedData->staticData->maxBytesPerChar;
    [all...]
ucnv_cnv.h 62 typedef void (*UConverterLoad) (UConverterSharedData *sharedData,
65 typedef void (*UConverterUnload) (UConverterSharedData *sharedData);
ucnv_u8.c 99 UBool isCESU8 = (UBool)(cnv->sharedData == &_CESU8Data);
229 UBool isCESU8 = (UBool)(cnv->sharedData == &_CESU8Data);
360 UBool isNotCESU8 = (UBool)(cnv->sharedData != &_CESU8Data);
476 UBool isNotCESU8 = (UBool)(cnv->sharedData != &_CESU8Data);
    [all...]
ucnv_ct.c 545 savedSharedData = subArgs.converter->sharedData;
546 subArgs.converter->sharedData = myConverterData->myConverterArray[currentState];
550 subArgs.converter->sharedData = savedSharedData;
ucnvhz.c 269 targetUniChar = ucnv_MBCSSimpleGetNextUChar(myData->gbConverter->sharedData,
379 length= ucnv_MBCSFromUChar32(myConverterData->gbConverter->sharedData,
581 ((UConverterDataHZ*)cnv->extraInfo)->gbConverter->sharedData,
ucnv_u16.c     [all...]
ucnv_ext.h 395 ucnv_extGetUnicodeSet(const UConverterSharedData *sharedData,
ucnvlat1.c 154 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;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.2.R36x_v20101019_1345/
eclipse_1310.so 

Completed in 852 milliseconds