Searched defs:offsetIndex (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ucnv_cb.cpp | 40 int32_t offsetIndex, in ucnv_cbFromUWriteBytes() 59 int32_t offsetIndex, in ucnv_cbFromUWriteUChars() 178 int32_t offsetIndex, in ucnv_cbFromUWriteSub() 231 int32_t offsetIndex, in ucnv_cbToUWriteUChars() 248 int32_t offsetIndex, in ucnv_cbToUWriteSub()
|
D | ucnvhz.cpp | 500 _HZ_WriteSub(UConverterFromUnicodeArgs *args, int32_t offsetIndex, UErrorCode *err) { in _HZ_WriteSub()
|
D | ucnv2022.cpp | 3475 _ISO_2022_WriteSub(UConverterFromUnicodeArgs *args, int32_t offsetIndex, UErrorCode *err) { in _ISO_2022_WriteSub()
|
D | ucnvmbcs.cpp | 5652 int32_t offsetIndex, in ucnv_MBCSWriteSub()
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetEncoderICU.java | 810 int offsetIndex = source.position(); in cbFromUWriteUChars() local
|
/external/icu/icu4c/source/test/cintltst/ |
D | usrchtst.c | 1515 int offsetIndex = 0; in TestSetMatch() local
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 904 …verterFromUnicodeArgs * args, const char * source, int32_t length, int32_t offsetIndex, UErrorCode… in ucnv_cbFromUWriteBytes_android() 907 void ucnv_cbFromUWriteSub_android(UConverterFromUnicodeArgs * args, int32_t offsetIndex, UErrorCode… in ucnv_cbFromUWriteSub_android() 910 …codeArgs * args, const UChar ** source, const UChar * sourceLimit, int32_t offsetIndex, UErrorCode… in ucnv_cbFromUWriteUChars_android() 913 void ucnv_cbToUWriteSub_android(UConverterToUnicodeArgs * args, int32_t offsetIndex, UErrorCode * e… in ucnv_cbToUWriteSub_android() 916 …nverterToUnicodeArgs * args, const UChar * source, int32_t length, int32_t offsetIndex, UErrorCode… in ucnv_cbToUWriteUChars_android()
|