Home
last modified time | relevance | path

Searched defs:subChars (Results 1 – 8 of 8) sorted by relevance

/third_party/icu/icu4c/source/common/
Ducnv_bld.h178 uint8_t *subChars; member
Ducnv.cpp489 uint8_t *subChars; in ucnv_setSubstString() local
/third_party/skia/third_party/externals/icu/source/common/
Ducnv_bld.h178 uint8_t *subChars; member
Ducnv.cpp482 uint8_t *subChars; in ucnv_setSubstString() local
/third_party/node/deps/icu-small/source/common/
Ducnv_bld.h178 uint8_t *subChars; member
Ducnv.cpp489 uint8_t *subChars; in ucnv_setSubstString() local
/third_party/icu/icu4c/source/test/cintltst/
Dccapitst.c3685 static const char subChars[5]={ 0x61, 0x62, 0x63, 0x64, 0x65 }; in TestSubstString() local
/third_party/icu/ohos_icu4c/src/
Dicu_addon.cpp1334 void ucnv_getSubstChars(const UConverter *converter, char *subChars, int8_t *len, UErrorCode *err) in ucnv_getSubstChars()
1403 void ucnv_setSubstChars(UConverter *converter, const char *subChars, int8_t len, UErrorCode *err) in ucnv_setSubstChars()