Searched defs:offsetIndex (Results 1 - 9 of 9) sorted by relevance

/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 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 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/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 187 milliseconds