Home
last modified time | relevance | path

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

123

/third_party/node/deps/icu-small/source/i18n/
Dudatpg.cpp126 char16_t *conflictingPattern, int32_t capacity, int32_t *pLength, in udatpg_addPattern() argument
140 if(pLength!=nullptr) { in udatpg_addPattern()
141 *pLength=length; in udatpg_addPattern()
157 int32_t *pLength) { in udatpg_getAppendItemFormat() argument
159 if(pLength!=nullptr) { in udatpg_getAppendItemFormat()
160 *pLength=result.length(); in udatpg_getAppendItemFormat()
176 int32_t *pLength) { in udatpg_getAppendItemName() argument
178 if(pLength!=nullptr) { 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()
/third_party/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()
/third_party/skia/third_party/externals/icu/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()
/third_party/skia/third_party/externals/icu/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()
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()
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()
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 …]
/third_party/node/deps/icu-small/source/common/
Duresdata.h440 res_getStringNoTrace(const ResourceData *pResData, Resource res, int32_t *pLength);
443 res_getBinaryNoTrace(const ResourceData *pResData, Resource res, int32_t *pLength);
446 res_getIntVectorNoTrace(const ResourceData *pResData, Resource res, int32_t *pLength);
449 res_getAlias(const ResourceData *pResData, Resource res, int32_t *pLength);
486 const ResourceData *pResData, Resource res, int32_t *pLength) { in res_getString() argument
488 return res_getStringNoTrace(pResData, res, pLength); in res_getString()
492 const ResourceData *pResData, Resource res, int32_t *pLength) { in res_getBinary() argument
494 return res_getBinaryNoTrace(pResData, res, pLength); in res_getBinary()
498 const ResourceData *pResData, Resource res, int32_t *pLength) { in res_getIntVector() argument
500 return res_getIntVectorNoTrace(pResData, res, pLength); in res_getIntVector()
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()
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()
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,
/third_party/icu/icu4c/source/common/
Duresdata.h440 res_getStringNoTrace(const ResourceData *pResData, Resource res, int32_t *pLength);
443 res_getBinaryNoTrace(const ResourceData *pResData, Resource res, int32_t *pLength);
446 res_getIntVectorNoTrace(const ResourceData *pResData, Resource res, int32_t *pLength);
449 res_getAlias(const ResourceData *pResData, Resource res, int32_t *pLength);
486 const ResourceData *pResData, Resource res, int32_t *pLength) { in res_getString() argument
488 return res_getStringNoTrace(pResData, res, pLength); in res_getString()
492 const ResourceData *pResData, Resource res, int32_t *pLength) { in res_getBinary() argument
494 return res_getBinaryNoTrace(pResData, res, pLength); in res_getBinary()
498 const ResourceData *pResData, Resource res, int32_t *pLength) { in res_getIntVector() argument
500 return res_getIntVectorNoTrace(pResData, res, pLength); in res_getIntVector()
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()
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()
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,
/third_party/icu/icu4c/source/i18n/unicode/
Dudatpg.h369 UChar *conflictingPattern, int32_t capacity, int32_t *pLength,
410 int32_t *pLength);
445 int32_t *pLength);
526 int32_t *pLength);
587 UDateFormatStyle style, int32_t *pLength,
619 int32_t *pLength);
731 int32_t *pLength);
/third_party/node/deps/icu-small/source/i18n/unicode/
Dudatpg.h369 UChar *conflictingPattern, int32_t capacity, int32_t *pLength,
410 int32_t *pLength);
445 int32_t *pLength);
526 int32_t *pLength);
586 UDateFormatStyle style, int32_t *pLength,
617 int32_t *pLength);
729 int32_t *pLength);
/third_party/skia/third_party/externals/icu/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);
/third_party/icu/icu4c/source/test/cintltst/
Dudatpg_test.c263 int32_t length, pLength; in TestBuilder() local
330 p = udatpg_getPatternForSkeleton(dtpg, s, length, &pLength); in TestBuilder()
331 if (U_FAILURE(errorCode) || p==NULL || u_memcmp(p, ptrResult[count], pLength)!=0 ) { in TestBuilder()
343 p = udatpg_getPatternForSkeleton(dtpg, s, length, &pLength); in TestBuilder()
344 … if (U_FAILURE(errorCode) || p==NULL || u_memcmp(p, resultBaseSkeletons[count], pLength)!=0 ) { in TestBuilder()
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dures.h699 char *dest, int32_t *pLength,
792 char *dest, int32_t *pLength,

123