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

/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.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.c362 int32_t *pLogicalStart, int32_t *pLength)
377 if(pLength!=NULL) {
379 *pLength=pBiDi->runs[runIndex].visualLimit-
382 *pLength=pBiDi->runs[0].visualLimit;
361 ubidi_getVisualRun(UBiDi *pBiDi, int32_t runIndex, int32_t *pLogicalStart, int32_t *pLength) argument
H A Dutrie.c164 utrie_getData(UNewTrie *trie, int32_t *pLength) { argument
165 if(trie==NULL || pLength==NULL) {
169 *pLength=trie->dataLength;
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.c1192 char *dest, int32_t *pLength,
1200 if (pLength != NULL) {
1201 capacity = *pLength;
1212 if (pLength != NULL) {
1213 *pLength = 0;
1225 return u_strToUTF8(NULL, 0, pLength, s16, length16, status);
1248 return u_strToUTF8(dest, capacity, pLength, s16, length16, status);
1254 char *dest, int32_t *pLength,
1259 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status);
1576 char *dest, int32_t *pLength,
1191 ures_toUTF8String(const UChar *s16, int32_t length16, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) argument
1253 ures_getUTF8String(const UResourceBundle *resB, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) argument
1574 ures_getUTF8StringByIndex(const UResourceBundle *resB, int32_t idx, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) argument
1906 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.c169 asyncLineReader_getLineRaw(AsyncLineReader* alr, int *pLength) argument
174 if (pLength != 0)
175 *pLength = alr->pos;
/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.cpp2126 int32_t* pLength,
2134 *pLength = 0;
2142 rules = ures_getStringByKey(collation, "Sequence", pLength, status);
2144 *pLength = 0;
2122 ucol_tok_getRulesFromBundle( void* , const char* locale, const char* type, int32_t* pLength, UErrorCode* status) argument
/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/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/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.c501 EAS_RESULT EAS_HWFileLength (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 *pLength) argument
508 *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/icu4c/tools/genrb/
H A Dparse.c654 static const UChar* importFromDataFile(void* context, const char* locale, const char* type, int32_t* pLength, UErrorCode* status){ argument
785 *pLength = urulesLength;
H A Dreslist.c1366 bundle_getKeyBytes(struct SRBRoot *bundle, int32_t *pLength) { argument
1367 *pLength = bundle->fKeysTop - bundle->fKeysBottom;
/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/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 467 milliseconds