Searched defs:pLength (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/third_party/icu/source/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.c220 int32_t *pLength,
242 *pLength = (int32_t)(entry[1].dataOffset - entry->dataOffset);
244 *pLength = -1;
271 int32_t *pLength,
289 *pLength=-1;
218 offsetTOCLookupFn(const UDataMemory *pData, const char *tocEntryName, int32_t *pLength, UErrorCode *pErrorCode) argument
269 pointerTOCLookupFn(const UDataMemory *pData, const char *name, int32_t *pLength, UErrorCode *pErrorCode) argument
H A Dubidiln.c366 int32_t *pLogicalStart, int32_t *pLength)
381 if(pLength!=NULL) {
383 *pLength=pBiDi->runs[runIndex].visualLimit-
386 *pLength=pBiDi->runs[0].visualLimit;
365 ubidi_getVisualRun(UBiDi *pBiDi, int32_t runIndex, int32_t *pLogicalStart, int32_t *pLength) argument
H A Dutrie.cpp164 utrie_getData(UNewTrie *trie, int32_t *pLength) { argument
165 if(trie==NULL || pLength==NULL) {
169 *pLength=trie->dataLength;
H A Duresdata.c302 res_getString(const ResourceData *pResData, Resource res, int32_t *pLength) { argument
330 if(pLength) {
331 *pLength=length;
337 res_getAlias(const ResourceData *pResData, Resource res, int32_t *pLength) { argument
349 if(pLength) {
350 *pLength=length;
356 res_getBinary(const ResourceData *pResData, Resource res, int32_t *pLength) { argument
368 if(pLength) {
369 *pLength=length;
376 res_getIntVector(const ResourceData *pResData, Resource res, int32_t *pLength) { argument
[all...]
/external/icu/icu4c/source/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.c220 int32_t *pLength,
242 *pLength = (int32_t)(entry[1].dataOffset - entry->dataOffset);
244 *pLength = -1;
271 int32_t *pLength,
289 *pLength=-1;
218 offsetTOCLookupFn(const UDataMemory *pData, const char *tocEntryName, int32_t *pLength, UErrorCode *pErrorCode) argument
269 pointerTOCLookupFn(const UDataMemory *pData, const char *name, int32_t *pLength, UErrorCode *pErrorCode) argument
H A Dubidiln.c366 int32_t *pLogicalStart, int32_t *pLength)
381 if(pLength!=NULL) {
383 *pLength=pBiDi->runs[runIndex].visualLimit-
386 *pLength=pBiDi->runs[0].visualLimit;
365 ubidi_getVisualRun(UBiDi *pBiDi, int32_t runIndex, int32_t *pLogicalStart, int32_t *pLength) argument
H A Dutrie.cpp164 utrie_getData(UNewTrie *trie, int32_t *pLength) { argument
165 if(trie==NULL || pLength==NULL) {
169 *pLength=trie->dataLength;
H A Duresdata.c300 res_getString(const ResourceData *pResData, Resource res, int32_t *pLength) { argument
328 if(pLength) {
329 *pLength=length;
335 res_getAlias(const ResourceData *pResData, Resource res, int32_t *pLength) { argument
347 if(pLength) {
348 *pLength=length;
354 res_getBinary(const ResourceData *pResData, Resource res, int32_t *pLength) { argument
366 if(pLength) {
367 *pLength=length;
374 res_getIntVector(const ResourceData *pResData, Resource res, int32_t *pLength) { argument
[all...]
/external/qemu/android/
H A Dasync-utils.c170 asyncLineReader_getLineRaw(AsyncLineReader* alr, int *pLength) argument
175 if (pLength != 0)
176 *pLength = alr->pos;
/external/chromium_org/third_party/icu/source/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...]
/external/icu/icu4c/source/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...]
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_xmf.c68 static EAS_RESULT XMF_ReadNode (EAS_HW_DATA_HANDLE hwInstData, S_XMF_DATA *pXMFData, EAS_I32 nodeOffset, EAS_I32 *pLength);
553 static EAS_RESULT XMF_ReadNode (EAS_HW_DATA_HANDLE hwInstData, S_XMF_DATA *pXMFData, EAS_I32 nodeOffset, EAS_I32 *pLength) argument
568 if ((result = XMF_ReadVLQ(hwInstData, pXMFData->fileHandle, pLength)) != EAS_SUCCESS)
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dudatpg_test.c245 int32_t length, pLength; local
312 p = udatpg_getPatternForSkeleton(dtpg, s, length, &pLength);
313 if (U_FAILURE(errorCode) || p==NULL || u_memcmp(p, ptrResult[count], pLength)!=0 ) {
325 p = udatpg_getPatternForSkeleton(dtpg, s, length, &pLength);
326 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/icu/icu4c/source/test/cintltst/
H A Dudatpg_test.c245 int32_t length, pLength; local
312 p = udatpg_getPatternForSkeleton(dtpg, s, length, &pLength);
313 if (U_FAILURE(errorCode) || p==NULL || u_memcmp(p, ptrResult[count], pLength)!=0 ) {
325 p = udatpg_getPatternForSkeleton(dtpg, s, length, &pLength);
326 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/sonivox/arm-fm-22k/host_src/
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_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_hostmm.c500 EAS_RESULT EAS_HWFileLength (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 *pLength) argument
507 *pLength = file->fileSize;
/external/sonivox/arm-wt-22k/misc/
H A Deas_host.c587 EAS_RESULT EAS_HWFileLength (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 *pLength) argument
599 if ((*pLength = ftell(file->pFile)) == -1L)
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dparse.cpp651 static const UChar* importFromDataFile(void* context, const char* locale, const char* type, int32_t* pLength, UErrorCode* status){ argument
785 *pLength = urulesLength;
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
H A DEASLib.c1174 EAS_RESULT EAS_HWFileLength (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 *pLength) argument
1186 if ((*pLength = ftell(file->pFile)) == -1L)
1603 EAS_RESULT EAS_HWFileLength (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 *pLength) argument
1614 *pLength = file->fileSize;
H A DEASLibVst.c869 EAS_RESULT EAS_HWFileLength (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 *pLength) argument
881 if ((*pLength = ftell(file->pFile)) == -1L)
1298 EAS_RESULT EAS_HWFileLength (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 *pLength) argument
1309 *pLength = file->fileSize;

Completed in 7765 milliseconds

12