Home
last modified time | relevance | path

Searched refs:pLength (Results 1 – 25 of 43) sorted by relevance

12

/external/icu/icu4c/source/i18n/
Dudatpg.cpp126 UChar *conflictingPattern, int32_t capacity, int32_t *pLength, in udatpg_addPattern() argument
140 if(pLength!=NULL) { in udatpg_addPattern()
141 *pLength=length; in udatpg_addPattern()
157 int32_t *pLength) { in udatpg_getAppendItemFormat() argument
159 if(pLength!=NULL) { in udatpg_getAppendItemFormat()
160 *pLength=result.length(); in udatpg_getAppendItemFormat()
176 int32_t *pLength) { in udatpg_getAppendItemName() argument
178 if(pLength!=NULL) { in udatpg_getAppendItemName()
179 *pLength=result.length(); in udatpg_getAppendItemName()
212 int32_t *pLength) { in udatpg_getDateTimeFormat() argument
[all …]
Dformattedvalue.cpp199 int32_t* pLength, in ufmtval_getString() argument
209 if (pLength != nullptr) { in ufmtval_getString()
210 *pLength = readOnlyAlias.length(); in ufmtval_getString()
/external/icu/icu4c/source/common/
Duresdata.h438 res_getStringNoTrace(const ResourceData *pResData, Resource res, int32_t *pLength);
441 res_getBinaryNoTrace(const ResourceData *pResData, Resource res, int32_t *pLength);
444 res_getIntVectorNoTrace(const ResourceData *pResData, Resource res, int32_t *pLength);
447 res_getAlias(const ResourceData *pResData, Resource res, int32_t *pLength);
484 const ResourceData *pResData, Resource res, int32_t *pLength) { in res_getString() argument
486 return res_getStringNoTrace(pResData, res, pLength); in res_getString()
490 const ResourceData *pResData, Resource res, int32_t *pLength) { in res_getBinary() argument
492 return res_getBinaryNoTrace(pResData, res, pLength); in res_getBinary()
496 const ResourceData *pResData, Resource res, int32_t *pLength) { in res_getIntVector() argument
498 return res_getIntVectorNoTrace(pResData, res, pLength); in res_getIntVector()
Dlocresdata.cpp48 int32_t *pLength, in uloc_getTableStringWithFallback() argument
92 item = ures_getStringByKeyWithFallback(table.getAlias(), itemKey, pLength, &errorCode); in uloc_getTableStringWithFallback()
105 … item = ures_getStringByKeyWithFallback(table.getAlias(), replacement, pLength, &errorCode); in uloc_getTableStringWithFallback()
Ducmndata.cpp228 int32_t *pLength, in offsetTOCLookupFn() argument
251 *pLength = (int32_t)(entry[1].dataOffset - entry->dataOffset); in offsetTOCLookupFn()
253 *pLength = -1; in offsetTOCLookupFn()
279 int32_t *pLength, in pointerTOCLookupFn() argument
298 *pLength=-1; in pointerTOCLookupFn()
Duresdata.cpp311 res_getStringNoTrace(const ResourceData *pResData, Resource res, int32_t *pLength) { in res_getStringNoTrace() argument
343 if(pLength) { in res_getStringNoTrace()
344 *pLength=length; in res_getStringNoTrace()
420 res_getAlias(const ResourceData *pResData, Resource res, int32_t *pLength) { in res_getAlias() argument
432 if(pLength) { in res_getAlias()
433 *pLength=length; in res_getAlias()
439 res_getBinaryNoTrace(const ResourceData *pResData, Resource res, int32_t *pLength) { in res_getBinaryNoTrace() argument
451 if(pLength) { in res_getBinaryNoTrace()
452 *pLength=length; in res_getBinaryNoTrace()
459 res_getIntVectorNoTrace(const ResourceData *pResData, Resource res, int32_t *pLength) { in res_getIntVectorNoTrace() argument
[all …]
Ducmndata.h91 int32_t *pLength,
Duresbund.cpp1308 char *dest, int32_t *pLength, in ures_toUTF8String() argument
1316 if (pLength != NULL) { in ures_toUTF8String()
1317 capacity = *pLength; in ures_toUTF8String()
1328 if (pLength != NULL) { in ures_toUTF8String()
1329 *pLength = 0; in ures_toUTF8String()
1341 return u_strToUTF8(NULL, 0, pLength, s16, length16, status); in ures_toUTF8String()
1364 return u_strToUTF8(dest, capacity, pLength, s16, length16, status); in ures_toUTF8String()
1370 char *dest, int32_t *pLength, in ures_getUTF8String() argument
1375 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status); in ures_getUTF8String()
1701 char *dest, int32_t *pLength, in ures_getUTF8StringByIndex() argument
[all …]
/external/icu/libicu/cts_headers/
Duresdata.h438 res_getStringNoTrace(const ResourceData *pResData, Resource res, int32_t *pLength);
441 res_getBinaryNoTrace(const ResourceData *pResData, Resource res, int32_t *pLength);
444 res_getIntVectorNoTrace(const ResourceData *pResData, Resource res, int32_t *pLength);
447 res_getAlias(const ResourceData *pResData, Resource res, int32_t *pLength);
484 const ResourceData *pResData, Resource res, int32_t *pLength) { in res_getString() argument
486 return res_getStringNoTrace(pResData, res, pLength); in res_getString()
490 const ResourceData *pResData, Resource res, int32_t *pLength) { in res_getBinary() argument
492 return res_getBinaryNoTrace(pResData, res, pLength); in res_getBinary()
496 const ResourceData *pResData, Resource res, int32_t *pLength) { in res_getIntVector() argument
498 return res_getIntVectorNoTrace(pResData, res, pLength); in res_getIntVector()
Ducmndata.h91 int32_t *pLength,
/external/icu/libandroidicu/include/unicode/
Dudatpg.h369 UChar *conflictingPattern, int32_t capacity, int32_t *pLength,
410 int32_t *pLength);
445 int32_t *pLength);
515 int32_t *pLength);
544 int32_t *pLength);
656 int32_t *pLength);
Dures.h699 char *dest, int32_t *pLength,
792 char *dest, int32_t *pLength,
Duformattedvalue.h380 int32_t* pLength,
/external/icu/libicu/cts_headers/unicode/
Dudatpg.h369 UChar *conflictingPattern, int32_t capacity, int32_t *pLength,
410 int32_t *pLength);
445 int32_t *pLength);
515 int32_t *pLength);
544 int32_t *pLength);
656 int32_t *pLength);
Dures.h699 char *dest, int32_t *pLength,
792 char *dest, int32_t *pLength,
Duformattedvalue.h380 int32_t* pLength,
/external/icu/icu4c/source/i18n/unicode/
Dudatpg.h369 UChar *conflictingPattern, int32_t capacity, int32_t *pLength,
410 int32_t *pLength);
445 int32_t *pLength);
515 int32_t *pLength);
544 int32_t *pLength);
656 int32_t *pLength);
Duformattedvalue.h380 int32_t* pLength,
/external/sonivox/arm-wt-22k/lib_src/
Deas_xmf.c70 …ata, S_XMF_DATA *pXMFData, EAS_I32 nodeOffset, EAS_I32 endOffset, EAS_I32 *pLength, EAS_I32 depth);
600 …Data, S_XMF_DATA *pXMFData, EAS_I32 nodeOffset, EAS_I32 endOffset, EAS_I32 *pLength, EAS_I32 depth) in XMF_ReadNode() argument
624 …if ((result = XMF_ReadVLQ(hwInstData, pXMFData->fileHandle, &remainingInlineBytes, pLength)) != EA… in XMF_ReadNode()
626 if ((*pLength < 0) || (*pLength > endOffset - nodeOffset)) in XMF_ReadNode()
630 deltaBytes = endOffset - nodeOffset - *pLength; in XMF_ReadNode()
635 endOffset = nodeOffset + *pLength; in XMF_ReadNode()
646 if (headerLength < 0 || headerLength > *pLength) in XMF_ReadNode()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DChainStrengthAnalyzer.java93 int pLength = ((DSAPublicKey) pubkey).getParams().getP().bitLength(); in checkKeyLength() local
95 if ((pLength < MIN_DSA_P_LEN_BITS) || (qLength < MIN_DSA_Q_LEN_BITS)) { in checkKeyLength()
/external/conscrypt/common/src/main/java/org/conscrypt/
DChainStrengthAnalyzer.java91 int pLength = ((DSAPublicKey) pubkey).getParams().getP().bitLength(); in checkKeyLength() local
93 if ((pLength < MIN_DSA_P_LEN_BITS) || (qLength < MIN_DSA_Q_LEN_BITS)) { in checkKeyLength()
/external/icu/icu4c/source/test/cintltst/
Dudatpg_test.c254 int32_t length, pLength; in TestBuilder() local
321 p = udatpg_getPatternForSkeleton(dtpg, s, length, &pLength); in TestBuilder()
322 if (U_FAILURE(errorCode) || p==NULL || u_memcmp(p, ptrResult[count], pLength)!=0 ) { in TestBuilder()
334 p = udatpg_getPatternForSkeleton(dtpg, s, length, &pLength); in TestBuilder()
335 … if (U_FAILURE(errorCode) || p==NULL || u_memcmp(p, resultBaseSkeletons[count], pLength)!=0 ) { in TestBuilder()
/external/icu/icu4c/source/common/unicode/
Dures.h699 char *dest, int32_t *pLength,
792 char *dest, int32_t *pLength,
/external/sonivox/arm-wt-22k/host_src/
Deas_host.h71 …AS_RESULT EAS_HWFileLength (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 *pLength);
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
DEASLibVst.c869 EAS_RESULT EAS_HWFileLength (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 *pLength) in EAS_HWFileLength() argument
881 if ((*pLength = ftell(file->pFile)) == -1L) in EAS_HWFileLength()
1298 EAS_RESULT EAS_HWFileLength (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 *pLength) in EAS_HWFileLength() argument
1309 *pLength = file->fileSize; in EAS_HWFileLength()

12