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

123

/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/chromium_org/third_party/icu/source/i18n/unicode/
H A Dudatpg.h324 * @param pLength a pointer to the length of conflictingPattern.
335 UChar *conflictingPattern, int32_t capacity, int32_t *pLength,
369 * @param pLength A pointer that will receive the length of appendItemFormat.
376 int32_t *pLength);
402 * @param pLength A pointer that will receive the length of the name for field.
409 int32_t *pLength);
439 * @param pLength A pointer that will receive the length of the format
445 int32_t *pLength);
468 * @param pLength A pointer that will receive the length of the decimal string.
474 int32_t *pLength);
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dudatpg.h324 * @param pLength a pointer to the length of conflictingPattern.
335 UChar *conflictingPattern, int32_t capacity, int32_t *pLength,
369 * @param pLength A pointer that will receive the length of appendItemFormat.
376 int32_t *pLength);
402 * @param pLength A pointer that will receive the length of the name for field.
409 int32_t *pLength);
439 * @param pLength A pointer that will receive the length of the format
445 int32_t *pLength);
468 * @param pLength A pointer that will receive the length of the decimal string.
474 int32_t *pLength);
[all...]
/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.h99 int32_t *pLength,
H A Dulocimp.h35 int32_t *pLength,
H A Duresdata.h354 * and set its length in *pLength.
358 res_getString(const ResourceData *pResData, Resource res, int32_t *pLength);
361 res_getAlias(const ResourceData *pResData, Resource res, int32_t *pLength);
364 res_getBinary(const ResourceData *pResData, Resource res, int32_t *pLength);
367 res_getIntVector(const ResourceData *pResData, Resource res, int32_t *pLength);
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 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.h85 int32_t *pLength,
H A Dulocimp.h35 int32_t *pLength,
H A Duresdata.h354 * and set its length in *pLength.
358 res_getString(const ResourceData *pResData, Resource res, int32_t *pLength);
361 res_getAlias(const ResourceData *pResData, Resource res, int32_t *pLength);
364 res_getBinary(const ResourceData *pResData, Resource res, int32_t *pLength);
367 res_getIntVector(const ResourceData *pResData, Resource res, int32_t *pLength);
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 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.h188 * If 'pLength" is not NULL, the function sets '*pLength' to the length
198 const char* asyncLineReader_getLineRaw(AsyncLineReader* alr, int *pLength);
H A Dasync-utils.c170 asyncLineReader_getLineRaw(AsyncLineReader* alr, int *pLength) argument
175 if (pLength != 0)
176 *pLength = alr->pos;
/external/chromium_org/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_org/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/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);
/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);
/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);
/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 ) {
/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 ) {

Completed in 492 milliseconds

123