Searched refs:caseFlags (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dpunycode.h48 * @param caseFlags Vector of boolean values, one per input UChar,
55 * If caseFlags==NULL then input characters are not
69 const UBool *caseFlags,
81 * and of caseFlags in numbers of UBools.
82 * @param caseFlags Output array for case flags as
104 UBool *caseFlags,
H A Dpunycode.c181 const UBool *caseFlags,
218 caseFlags!=NULL ?
219 asciiCaseMap((char)c, caseFlags[j]) :
224 n=(caseFlags!=NULL && caseFlags[j])<<31L;
251 caseFlags!=NULL ?
252 asciiCaseMap((char)c, caseFlags[j]) :
257 n=(caseFlags!=NULL && caseFlags[j])<<31L;
374 UBool *caseFlags,
179 u_strToPunycode(const UChar *src, int32_t srcLength, UChar *dest, int32_t destCapacity, const UBool *caseFlags, UErrorCode *pErrorCode) argument
372 u_strFromPunycode(const UChar *src, int32_t srcLength, UChar *dest, int32_t destCapacity, UBool *caseFlags, UErrorCode *pErrorCode) argument
[all...]
H A Duidna.cpp212 UBool* caseFlags = NULL; local
333 // caseFlags = (UBool*) uprv_malloc(b1Len * sizeof(UBool));
334 // uprv_memset(caseFlags,TRUE,b1Len);
336 b2Len = u_strToPunycode(b1,b1Len,b2,b2Capacity,caseFlags, status);
349 b2Len = u_strToPunycode(b1,b1Len,b2,b2Len,caseFlags, status);
388 uprv_free(caseFlags);
418 UBool* caseFlags = NULL; local
496 b2Len = u_strFromPunycode(b1Prime, b1PrimeLen, b2, b2Capacity, caseFlags,status);
509 b2Len = u_strFromPunycode(b1Prime, b1PrimeLen, b2, b2Len, caseFlags, status);
588 uprv_free(caseFlags);
[all...]
/external/icu/icu4c/source/common/
H A Dpunycode.h48 * @param caseFlags Vector of boolean values, one per input UChar,
55 * If caseFlags==NULL then input characters are not
69 const UBool *caseFlags,
81 * and of caseFlags in numbers of UBools.
82 * @param caseFlags Output array for case flags as
104 UBool *caseFlags,
H A Dpunycode.cpp184 const UBool *caseFlags,
221 caseFlags!=NULL ?
222 asciiCaseMap((char)c, caseFlags[j]) :
227 n=(caseFlags!=NULL && caseFlags[j])<<31L;
254 caseFlags!=NULL ?
255 asciiCaseMap((char)c, caseFlags[j]) :
260 n=(caseFlags!=NULL && caseFlags[j])<<31L;
377 UBool *caseFlags,
182 u_strToPunycode(const UChar *src, int32_t srcLength, UChar *dest, int32_t destCapacity, const UBool *caseFlags, UErrorCode *pErrorCode) argument
375 u_strFromPunycode(const UChar *src, int32_t srcLength, UChar *dest, int32_t destCapacity, UBool *caseFlags, UErrorCode *pErrorCode) argument
[all...]
H A Duidna.cpp212 UBool* caseFlags = NULL; local
333 // caseFlags = (UBool*) uprv_malloc(b1Len * sizeof(UBool));
334 // uprv_memset(caseFlags,TRUE,b1Len);
336 b2Len = u_strToPunycode(b1,b1Len,b2,b2Capacity,caseFlags, status);
349 b2Len = u_strToPunycode(b1,b1Len,b2,b2Len,caseFlags, status);
388 uprv_free(caseFlags);
418 UBool* caseFlags = NULL; local
496 b2Len = u_strFromPunycode(b1Prime, b1PrimeLen, b2, b2Capacity, caseFlags,status);
509 b2Len = u_strFromPunycode(b1Prime, b1PrimeLen, b2, b2Len, caseFlags, status);
588 uprv_free(caseFlags);
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Didnaref.cpp139 unsigned char* caseFlags = NULL; local
159 //caseFlags = (unsigned char*) uprv_malloc(b1Len *sizeof(unsigned char));
161 error = punycode_encode(b1Len,b1,caseFlags, (uint32_t*)&b2Len, b2);
174 punycode_status error = punycode_encode(b1Len,b1,caseFlags, (uint32_t*)&b2Len, b2);
194 uprv_free(caseFlags);
211 unsigned char* caseFlags = NULL; //(unsigned char*) uprv_malloc(srcLength * sizeof(unsigned char*)); local
212 punycode_status error = punycode_decode(srcLength,b1,(uint32_t*)&b2Len,b2,caseFlags);
220 error = punycode_decode(srcLength,b1,(uint32_t*)&b2Len,b2,caseFlags);
237 uprv_free(caseFlags);
269 UBool* caseFlags local
440 UBool* caseFlags = NULL; local
[all...]
H A Dtestidna.cpp875 UBool caseFlags[MAX_DEST_SIZE];
885 int32_t destLen = u_strToPunycode(dest,destCapacity,start,labelLen,caseFlags, &status);
/external/icu/icu4c/source/test/intltest/
H A Didnaref.cpp139 unsigned char* caseFlags = NULL; local
159 //caseFlags = (unsigned char*) uprv_malloc(b1Len *sizeof(unsigned char));
161 error = punycode_encode(b1Len,b1,caseFlags, (uint32_t*)&b2Len, b2);
174 punycode_status error = punycode_encode(b1Len,b1,caseFlags, (uint32_t*)&b2Len, b2);
194 uprv_free(caseFlags);
211 unsigned char* caseFlags = NULL; //(unsigned char*) uprv_malloc(srcLength * sizeof(unsigned char*)); local
212 punycode_status error = punycode_decode(srcLength,b1,(uint32_t*)&b2Len,b2,caseFlags);
220 error = punycode_decode(srcLength,b1,(uint32_t*)&b2Len,b2,caseFlags);
237 uprv_free(caseFlags);
269 UBool* caseFlags local
442 UBool* caseFlags = NULL; local
[all...]
H A Dtestidna.cpp875 UBool caseFlags[MAX_DEST_SIZE];
885 int32_t destLen = u_strToPunycode(dest,destCapacity,start,labelLen,caseFlags, &status);
/external/deqp/modules/gles3/performance/
H A Des3pBufferDataUploadTests.cpp2713 MapBufferRangeCase (Context& ctx, const char* name, const char* desc, int minBufferSize, int maxBufferSize, int numSamples, deUint32 bufferUsage, deUint32 mapFlags, int caseFlags);
2718 static CaseType getBaseCaseType (int caseFlags);
2719 static int getBaseFlags (deUint32 mapFlags, int caseFlags);
2732 MapBufferRangeCase::MapBufferRangeCase (Context& ctx, const char* name, const char* desc, int minBufferSize, int maxBufferSize, int numSamples, deUint32 bufferUsage, deUint32 mapFlags, int caseFlags)
2733 : BasicUploadCase<MapBufferRangeDuration> (ctx, name, desc, minBufferSize, maxBufferSize, numSamples, bufferUsage, getBaseCaseType(caseFlags), RESULT_MEDIAN_TRANSFER_RATE, getBaseFlags(mapFlags, caseFlags))
2734 , m_manualInvalidation ((caseFlags&FLAG_MANUAL_INVALIDATION) != 0)
2735 , m_fullUpload ((caseFlags&FLAG_PARTIAL) == 0)
2736 , m_useUnusedUnspecifiedBuffer ((caseFlags&FLAG_USE_UNUSED_UNSPECIFIED_BUFFER) != 0)
2737 , m_useUnusedSpecifiedBuffer ((caseFlags
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp1102 ImageStoreCase (Context& context, const char* name, const char* description, const TextureFormat& format, TextureType textureType, deUint32 caseFlags = 0)
1106 , m_singleLayerBind ((caseFlags & CASEFLAG_SINGLE_LAYER_BIND) != 0)
1266 ImageLoadAndStoreCase (Context& context, const char* name, const char* description, const TextureFormat& format, TextureType textureType, deUint32 caseFlags = 0)
1271 , m_restrictImages ((caseFlags & CASEFLAG_RESTRICT_IMAGES) != 0)
1272 , m_singleLayerBind ((caseFlags & CASEFLAG_SINGLE_LAYER_BIND) != 0)
1276 ImageLoadAndStoreCase (Context& context, const char* name, const char* description, const TextureFormat& textureFormat, const TextureFormat& imageFormat, TextureType textureType, deUint32 caseFlags = 0)
1281 , m_restrictImages ((caseFlags & CASEFLAG_RESTRICT_IMAGES) != 0)
1282 , m_singleLayerBind ((caseFlags & CASEFLAG_SINGLE_LAYER_BIND) != 0)
H A Des31fTessellationGeometryInteractionTests.cpp3185 static const int caseFlags[] =
3199 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(caseFlags); ++ndx)
3201 const std::string name = PointSizeCase::genTestCaseName(caseFlags[ndx]);
3202 const std::string desc = PointSizeCase::genTestCaseDescription(caseFlags[ndx]);
3204 pointSizeGroup->addChild(new PointSizeCase(m_context, name.c_str(), desc.c_str(), caseFlags[ndx]));
H A Des31fProgramInterfaceQueryTestCase.cpp154 bool isSelected (deUint32 caseFlags) const;
187 bool PropValidator::isSelected (deUint32 caseFlags) const
189 return (caseFlags & (deUint32)m_validationProp) != 0;
H A Des31fSSBOLayoutTests.cpp1022 const deUint32 caseFlags = layoutFlags[layoutFlagNdx].flags; local
1031 modeGroup->addChild(new BlockSingleStructCase(m_context, caseName.c_str(), "", caseFlags, bufferModes[modeNdx].mode, isArray ? 3 : 0));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 580 milliseconds