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

/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.c298 res_getString(const ResourceData *pResData, Resource res, int32_t *pLength) { argument
326 if(pLength) {
327 *pLength=length;
333 res_getAlias(const ResourceData *pResData, Resource res, int32_t *pLength) { argument
345 if(pLength) {
346 *pLength=length;
352 res_getBinary(const ResourceData *pResData, Resource res, int32_t *pLength) { argument
364 if(pLength) {
365 *pLength=length;
372 res_getIntVector(const ResourceData *pResData, Resource res, int32_t *pLength) { argument
[all...]
H A Duresbund.cpp1262 char *dest, int32_t *pLength,
1270 if (pLength != NULL) {
1271 capacity = *pLength;
1282 if (pLength != NULL) {
1283 *pLength = 0;
1295 return u_strToUTF8(NULL, 0, pLength, s16, length16, status);
1318 return u_strToUTF8(dest, capacity, pLength, s16, length16, status);
1324 char *dest, int32_t *pLength,
1329 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status);
1646 char *dest, int32_t *pLength,
1261 ures_toUTF8String(const UChar *s16, int32_t length16, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) argument
1323 ures_getUTF8String(const UResourceBundle *resB, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) argument
1644 ures_getUTF8StringByIndex(const UResourceBundle *resB, int32_t idx, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) argument
2021 ures_getUTF8StringByKey(const UResourceBundle *resB, const char *key, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) 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/icu/icu4c/source/test/cintltst/
H A Ducnvseltst.c198 text_nextString(TestText *tt, int32_t *pLength) { argument
218 *pLength = (int32_t)(tt->limit - s);
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 ) {
/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/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/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;
/external/icu/icu4c/source/tools/genrb/
H A Dreslist.c1404 bundle_getKeyBytes(struct SRBRoot *bundle, int32_t *pLength) { argument
1405 *pLength = bundle->fKeysTop - bundle->fKeysBottom;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1034 milliseconds