Searched refs:offsetIndex (Results 1 - 15 of 15) sorted by relevance

/external/chromium/third_party/icu/public/common/unicode/
H A Ducnv_cb.h78 * @param offsetIndex the relative offset index from callback.
89 int32_t offsetIndex,
98 * @param offsetIndex the relative offset index from the current source pointer to be used
107 int32_t offsetIndex,
117 * @param offsetIndex the relative offset index from callback which will be set
125 int32_t offsetIndex,
136 * @param offsetIndex the relative offset index which will be written.
144 int32_t offsetIndex,
152 * @param offsetIndex the relative offset index from callback.
158 int32_t offsetIndex,
[all...]
/external/icu4c/common/unicode/
H A Ducnv_cb.h78 * @param offsetIndex the relative offset index from callback.
89 int32_t offsetIndex,
98 * @param offsetIndex the relative offset index from the current source pointer to be used
107 int32_t offsetIndex,
117 * @param offsetIndex the relative offset index from callback which will be set
125 int32_t offsetIndex,
136 * @param offsetIndex the relative offset index which will be written.
144 int32_t offsetIndex,
152 * @param offsetIndex the relative offset index from callback.
158 int32_t offsetIndex,
[all...]
/external/webkit/WebCore/icu/unicode/
H A Ducnv_cb.h78 * @param offsetIndex the relative offset index from callback.
89 int32_t offsetIndex,
98 * @param offsetIndex the relative offset index from the current source pointer to be used
107 int32_t offsetIndex,
117 * @param offsetIndex the relative offset index from callback which will be set
125 int32_t offsetIndex,
136 * @param offsetIndex the relative offset index which will be written.
144 int32_t offsetIndex,
152 * @param offsetIndex the relative offset index from callback.
158 int32_t offsetIndex,
[all...]
/external/chromium/third_party/icu/source/common/
H A Ducnv_cb.c38 int32_t offsetIndex,
49 &args->offsets, offsetIndex,
57 int32_t offsetIndex,
94 *(args->offsets)++ = offsetIndex;
176 int32_t offsetIndex,
202 ucnv_cbFromUWriteUChars(args, &source, source - length, offsetIndex, err);
207 converter->sharedData->impl->writeSub(args, offsetIndex, err);
216 offsetIndex, err); local
221 offsetIndex, err); local
229 int32_t offsetIndex,
35 ucnv_cbFromUWriteBytes(UConverterFromUnicodeArgs *args, const char* source, int32_t length, int32_t offsetIndex, UErrorCode * err) argument
54 ucnv_cbFromUWriteUChars(UConverterFromUnicodeArgs *args, const UChar** source, const UChar* sourceLimit, int32_t offsetIndex, UErrorCode * err) argument
175 ucnv_cbFromUWriteSub(UConverterFromUnicodeArgs *args, int32_t offsetIndex, UErrorCode * err) argument
226 ucnv_cbToUWriteUChars(UConverterToUnicodeArgs *args, const UChar* source, int32_t length, int32_t offsetIndex, UErrorCode * err) argument
245 ucnv_cbToUWriteSub(UConverterToUnicodeArgs *args, int32_t offsetIndex, UErrorCode * err) argument
[all...]
H A Ducnv_cnv.h164 typedef void (*UConverterWriteSub) (UConverterFromUnicodeArgs *pArgs, int32_t offsetIndex, UErrorCode *pErrorCode);
H A Ducnvhz.c500 _HZ_WriteSub(UConverterFromUnicodeArgs *args, int32_t offsetIndex, UErrorCode *err) { argument
516 offsetIndex, err);
H A Ducnv2022.c386 _ISO_2022_WriteSub(UConverterFromUnicodeArgs *args, int32_t offsetIndex, UErrorCode *err);
3403 _ISO_2022_WriteSub(UConverterFromUnicodeArgs *args, int32_t offsetIndex, UErrorCode *err) { argument
3503 offsetIndex, err);
H A Ducnvmbcs.c5366 int32_t offsetIndex,
5421 ucnv_cbFromUWriteBytes(pArgs, subchar, length, offsetIndex, pErrorCode);
5365 ucnv_MBCSWriteSub(UConverterFromUnicodeArgs *pArgs, int32_t offsetIndex, UErrorCode *pErrorCode) argument
/external/icu4c/common/
H A Ducnv_cb.c38 int32_t offsetIndex,
49 &args->offsets, offsetIndex,
57 int32_t offsetIndex,
94 *(args->offsets)++ = offsetIndex;
176 int32_t offsetIndex,
202 ucnv_cbFromUWriteUChars(args, &source, source - length, offsetIndex, err);
207 converter->sharedData->impl->writeSub(args, offsetIndex, err);
216 offsetIndex, err); local
221 offsetIndex, err); local
229 int32_t offsetIndex,
35 ucnv_cbFromUWriteBytes(UConverterFromUnicodeArgs *args, const char* source, int32_t length, int32_t offsetIndex, UErrorCode * err) argument
54 ucnv_cbFromUWriteUChars(UConverterFromUnicodeArgs *args, const UChar** source, const UChar* sourceLimit, int32_t offsetIndex, UErrorCode * err) argument
175 ucnv_cbFromUWriteSub(UConverterFromUnicodeArgs *args, int32_t offsetIndex, UErrorCode * err) argument
226 ucnv_cbToUWriteUChars(UConverterToUnicodeArgs *args, const UChar* source, int32_t length, int32_t offsetIndex, UErrorCode * err) argument
245 ucnv_cbToUWriteSub(UConverterToUnicodeArgs *args, int32_t offsetIndex, UErrorCode * err) argument
[all...]
H A Ducnv_cnv.h164 typedef void (*UConverterWriteSub) (UConverterFromUnicodeArgs *pArgs, int32_t offsetIndex, UErrorCode *pErrorCode);
H A Ducnvhz.c500 _HZ_WriteSub(UConverterFromUnicodeArgs *args, int32_t offsetIndex, UErrorCode *err) { argument
516 offsetIndex, err);
H A Ducnv2022.c386 _ISO_2022_WriteSub(UConverterFromUnicodeArgs *args, int32_t offsetIndex, UErrorCode *err);
3425 _ISO_2022_WriteSub(UConverterFromUnicodeArgs *args, int32_t offsetIndex, UErrorCode *err) { argument
3525 offsetIndex, err);
H A Ducnvmbcs.c5500 int32_t offsetIndex,
5555 ucnv_cbFromUWriteBytes(pArgs, subchar, length, offsetIndex, pErrorCode);
5499 ucnv_MBCSWriteSub(UConverterFromUnicodeArgs *pArgs, int32_t offsetIndex, UErrorCode *pErrorCode) argument
/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationShrinker.java856 for (int offsetIndex = 0; offsetIndex < offsetCount; offsetIndex++)
860 int offset = producerOffsets.instructionOffset(offsetIndex);
948 for (int offsetIndex = 0; offsetIndex < offsetCount; offsetIndex++)
952 int offset = producerOffsets.instructionOffset(offsetIndex);
1822 for (int offsetIndex = 0; offsetIndex < offsetCoun
[all...]
/external/icu4c/test/cintltst/
H A Dusrchtst.c1414 int offsetIndex = 0; local
1450 while (offsetIndex < size) {
1451 if (offsetIndex + 2 < size) {
1452 if (usearch_following(strsrch, search.offset[offsetIndex + 2] - 1,
1453 &status) != search.offset[offsetIndex + 2] ||
1456 search.offset[offsetIndex + 2] - 1);
1459 if (offsetIndex + 1 < size) {
1460 if (usearch_preceding(strsrch, search.offset[offsetIndex + 1] +
1461 search.size[offsetIndex + 1] + 1,
1462 &status) != search.offset[offsetIndex
[all...]

Completed in 239 milliseconds