Home
last modified time | relevance | path

Searched defs:mySourceLimit (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/icu/icu4c/source/common/
H A Ducnv2022.cpp1266 const char* mySourceLimit, *realSourceLimit; in T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC() local
2092 const char *mySourceLimit = args->sourceLimit; in UConverter_toUnicode_ISO_2022_JP_OFFSETS_LOGIC() local
2685 const char *mySourceLimit = args->sourceLimit; in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC() local
3278 const char *mySourceLimit = args->sourceLimit; in UConverter_toUnicode_ISO_2022_CN_OFFSETS_LOGIC() local
H A Ducnvhz.cpp161 const char *mySourceLimit = args->sourceLimit; in UConverter_toUnicode_HZ_OFFSETS_LOGIC() local
H A Ducnv_ct.cpp471 const char *mySourceLimit = args->sourceLimit; in UConverter_toUnicode_CompoundText_OFFSETS() local
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Ducnv2022.cpp1260 const char* mySourceLimit, *realSourceLimit; in T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC() local
2018 const char *mySourceLimit = args->sourceLimit; in UConverter_toUnicode_ISO_2022_JP_OFFSETS_LOGIC() local
2606 const char *mySourceLimit = args->sourceLimit; in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC() local
3199 const char *mySourceLimit = args->sourceLimit; in UConverter_toUnicode_ISO_2022_CN_OFFSETS_LOGIC() local
H A Ducnvhz.cpp161 const char *mySourceLimit = args->sourceLimit; in UConverter_toUnicode_HZ_OFFSETS_LOGIC() local
H A Ducnv_ct.cpp471 const char *mySourceLimit = args->sourceLimit; in UConverter_toUnicode_CompoundText_OFFSETS() local
/aosp_15_r20/external/icu/android_icu4j/libcore_bridge/src/native/
H A Dcom_android_icu_charset_NativeConverter.cpp240 const UChar* mySourceLimit= reinterpret_cast<const UChar*>(uSource.get()) + sourceEnd; in NativeConverter_encode() local
296 const char* mySourceLimit = reinterpret_cast<const char*>(uSource.get() + sourceEnd); in NativeConverter_decode() local