Searched refs:pLength (Results 1 - 25 of 37) sorted by relevance

12

/external/icu4c/i18n/
H A Dudatpg.cpp122 UChar *conflictingPattern, int32_t capacity, int32_t *pLength,
136 if(pLength!=NULL) {
137 *pLength=length;
153 int32_t *pLength) {
155 if(pLength!=NULL) {
156 *pLength=result.length();
172 int32_t *pLength) {
174 if(pLength!=NULL) {
175 *pLength=result.length();
189 int32_t *pLength) {
119 udatpg_addPattern(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t patternLength, UBool override, UChar *conflictingPattern, int32_t capacity, int32_t *pLength, UErrorCode *pErrorCode) argument
151 udatpg_getAppendItemFormat(const UDateTimePatternGenerator *dtpg, UDateTimePatternField field, int32_t *pLength) argument
170 udatpg_getAppendItemName(const UDateTimePatternGenerator *dtpg, UDateTimePatternField field, int32_t *pLength) argument
188 udatpg_getDateTimeFormat(const UDateTimePatternGenerator *dtpg, int32_t *pLength) argument
205 udatpg_getDecimal(const UDateTimePatternGenerator *dtpg, int32_t *pLength) argument
260 udatpg_getPatternForSkeleton(const UDateTimePatternGenerator *dtpg, const UChar *skeleton, int32_t skeletonLength, int32_t *pLength) argument
[all...]
H A Ducol_tok.h206 int32_t* pLength,
/external/icu4c/i18n/unicode/
H A Dudatpg.h322 * @param pLength a pointer to the length of conflictingPattern.
333 UChar *conflictingPattern, int32_t capacity, int32_t *pLength,
367 * @param pLength A pointer that will receive the length of appendItemFormat.
374 int32_t *pLength);
400 * @param pLength A pointer that will receive the length of the name for field.
407 int32_t *pLength);
437 * @param pLength A pointer that will receive the length of the format
443 int32_t *pLength);
466 * @param pLength A pointer that will receive the length of the decimal string.
472 int32_t *pLength);
[all...]
/external/icu4c/common/
H A Dlocresdata.cpp46 int32_t *pLength,
81 item = ures_getStringByKeyWithFallback(&subTable, itemKey, pLength, &errorCode);
91 item = ures_getStringByKeyWithFallback(&table, itemKey, pLength, &errorCode);
104 item = ures_getStringByKeyWithFallback(&table, replacement, pLength, &errorCode);
43 uloc_getTableStringWithFallback(const char *path, const char *locale, const char *tableKey, const char *subTableKey, const char *itemKey, int32_t *pLength, UErrorCode *pErrorCode) argument
H A Ducmndata.h84 int32_t *pLength,
H A Dulocimp.h35 int32_t *pLength,
H A Duresdata.h348 * and set its length in *pLength.
352 res_getString(const ResourceData *pResData, Resource res, int32_t *pLength);
355 res_getAlias(const ResourceData *pResData, Resource res, int32_t *pLength);
358 res_getBinary(const ResourceData *pResData, Resource res, int32_t *pLength);
361 res_getIntVector(const ResourceData *pResData, Resource res, int32_t *pLength);
H A Ducmndata.c102 int32_t *pLength,
143 *pLength = (int32_t)(entry[1].dataOffset - entry->dataOffset);
145 *pLength = -1;
172 int32_t *pLength,
209 *pLength=-1;
100 offsetTOCLookupFn(const UDataMemory *pData, const char *tocEntryName, int32_t *pLength, UErrorCode *pErrorCode) argument
170 pointerTOCLookupFn(const UDataMemory *pData, const char *name, int32_t *pLength, UErrorCode *pErrorCode) argument
H A Duresdata.c295 res_getString(const ResourceData *pResData, Resource res, int32_t *pLength) { argument
323 if(pLength) {
324 *pLength=length;
330 res_getAlias(const ResourceData *pResData, Resource res, int32_t *pLength) { argument
342 if(pLength) {
343 *pLength=length;
349 res_getBinary(const ResourceData *pResData, Resource res, int32_t *pLength) { argument
361 if(pLength) {
362 *pLength=length;
369 res_getIntVector(const ResourceData *pResData, Resource res, int32_t *pLength) { argument
[all...]
H A Duresbund.c1175 char *dest, int32_t *pLength,
1183 if (pLength != NULL) {
1184 capacity = *pLength;
1195 if (pLength != NULL) {
1196 *pLength = 0;
1208 return u_strToUTF8(NULL, 0, pLength, s16, length16, status);
1231 return u_strToUTF8(dest, capacity, pLength, s16, length16, status);
1237 char *dest, int32_t *pLength,
1242 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status);
1559 char *dest, int32_t *pLength,
1174 ures_toUTF8String(const UChar *s16, int32_t length16, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) argument
1236 ures_getUTF8String(const UResourceBundle *resB, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) argument
1557 ures_getUTF8StringByIndex(const UResourceBundle *resB, int32_t idx, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) argument
1889 ures_getUTF8StringByKey(const UResourceBundle *resB, const char *key, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) argument
[all...]
/external/qemu/android/
H A Dasync-utils.h176 * If 'pLength" is not NULL, the function sets '*pLength' to the length
186 const char* asyncLineReader_getLineRaw(AsyncLineReader* alr, int *pLength);
H A Dasync-utils.c166 asyncLineReader_getLineRaw(AsyncLineReader* alr, int *pLength) argument
171 if (pLength != 0)
172 *pLength = alr->pos;
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
H A Dchrome_ex_oauthsimple.js292 var pLength = this._parameters[pName].length;
293 for (var j=0;j<pLength;j++)
/external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
H A Dchrome_ex_oauthsimple.js292 var pLength = this._parameters[pName].length;
293 for (var j=0;j<pLength;j++)
/external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
H A Dchrome_ex_oauthsimple.js292 var pLength = this._parameters[pName].length;
293 for (var j=0;j<pLength;j++)
/external/sonivox/arm-fm-22k/host_src/
H A Deas_host.h67 extern EAS_RESULT EAS_HWFileLength (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 *pLength);
H A Deas_hostmm.c470 EAS_RESULT EAS_HWFileLength (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 *pLength) argument
477 *pLength = file->fileSize;
/external/sonivox/arm-hybrid-22k/host_src/
H A Deas_host.h67 extern EAS_RESULT EAS_HWFileLength (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 *pLength);
H A Deas_hostmm.c470 EAS_RESULT EAS_HWFileLength (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 *pLength) argument
477 *pLength = file->fileSize;
/external/sonivox/arm-wt-22k/host_src/
H A Deas_host.h71 extern EAS_RESULT EAS_HWFileLength (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 *pLength);
H A Deas_hostmm.c501 EAS_RESULT EAS_HWFileLength (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 *pLength) argument
508 *pLength = file->fileSize;
/external/icu4c/test/cintltst/
H A Dudatpg_test.c222 int32_t length, pLength; local
289 p = udatpg_getPatternForSkeleton(dtpg, s, length, &pLength);
290 if (U_FAILURE(errorCode) || p==NULL || u_memcmp(p, ptrResult[count], pLength)!=0 ) {
302 p = udatpg_getPatternForSkeleton(dtpg, s, length, &pLength);
303 if (U_FAILURE(errorCode) || p==NULL || u_memcmp(p, resultBaseSkeletons[count], pLength)!=0 ) {
H A Ducnvseltst.c200 text_nextString(TestText *tt, int32_t *pLength) { argument
220 *pLength = (int32_t)(tt->limit - s);
/external/icu4c/common/unicode/
H A Dures.h654 * @param pLength Input: Capacity of destination buffer.
682 char *dest, int32_t *pLength,
747 * @param pLength Input: Capacity of destination buffer.
775 char *dest, int32_t *pLength,
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_xmf.c66 static EAS_RESULT XMF_ReadNode (EAS_HW_DATA_HANDLE hwInstData, S_XMF_DATA *pXMFData, EAS_I32 nodeOffset, EAS_I32 *pLength);
542 static EAS_RESULT XMF_ReadNode (EAS_HW_DATA_HANDLE hwInstData, S_XMF_DATA *pXMFData, EAS_I32 nodeOffset, EAS_I32 *pLength) argument
557 if ((result = XMF_ReadVLQ(hwInstData, pXMFData->fileHandle, pLength)) != EAS_SUCCESS)

Completed in 2489 milliseconds

12