Searched defs:offsetsLength (Results 1 - 8 of 8) sorted by relevance

/external/icu/icu4c/source/common/
H A Dsimplepatternformatter.cpp184 int32_t *offsets, int32_t offsetsLength, UErrorCode &errorCode) const {
188 if (isInvalidArray(values, valuesLength) || isInvalidArray(offsets, offsetsLength) ||
195 offsets, offsetsLength, errorCode);
201 int32_t *offsets, int32_t offsetsLength, UErrorCode &errorCode) const {
205 if (isInvalidArray(values, valuesLength) || isInvalidArray(offsets, offsetsLength)) {
244 offsets, offsetsLength, errorCode);
266 int32_t *offsets, int32_t offsetsLength,
271 for (int32_t i = 0; i < offsetsLength; i++) {
289 if (n < offsetsLength) {
293 if (n < offsetsLength) {
181 formatAndAppend( const UnicodeString *const *values, int32_t valuesLength, UnicodeString &appendTo, int32_t *offsets, int32_t offsetsLength, UErrorCode &errorCode) const argument
198 formatAndReplace( const UnicodeString *const *values, int32_t valuesLength, UnicodeString &result, int32_t *offsets, int32_t offsetsLength, UErrorCode &errorCode) const argument
262 format( const UChar *compiledPattern, int32_t compiledPatternLength, const UnicodeString *const *values, UnicodeString &result, const UnicodeString *resultCopy, UBool forbidResultAsValue, int32_t *offsets, int32_t offsetsLength, UErrorCode &errorCode) argument
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dconvtest.cpp93 int32_t offsetsLength; local
135 offsetsLength=0;
136 cc.offsets=testCase->getIntVector(offsetsLength, "offsets", errorCode);
137 if(offsetsLength==0) {
139 } else if(offsetsLength!=unicode.length()) {
141 i, unicode.length(), offsetsLength);
214 int32_t offsetsLength, index; local
257 offsetsLength=0;
258 cc.offsets=testCase->getIntVector(offsetsLength, "offsets", errorCode);
259 if(offsetsLength
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 163 milliseconds