HomeSort by relevance Sort by last modified time
    Searched refs:USetAdder (Results 1 - 25 of 26) sorted by null

1 2

  /external/icu/icu4c/source/common/
uset_imp.h 47 struct USetAdder {
55 typedef struct USetAdder USetAdder;
ucnv_set.c 50 USetAdder sa={
ucnv_cnv.h 208 const USetAdder *sa,
286 const USetAdder *sa,
292 const USetAdder *sa,
ucnv_cnv.c 31 const USetAdder *sa,
39 const USetAdder *sa,
ubidi_props.h 39 ubidi_addPropertyStarts(const UBiDiProps *bdp, const USetAdder *sa, UErrorCode *pErrorCode);
ubidi_props.c 57 const USetAdder *sa=(const USetAdder *)context;
63 ubidi_addPropertyStarts(const UBiDiProps *bdp, const USetAdder *sa, UErrorCode *pErrorCode) {
ucase.h 49 ucase_addPropertyStarts(const UCaseProps *csp, const USetAdder *sa, UErrorCode *pErrorCode);
108 ucase_addCaseClosure(const UCaseProps *csp, UChar32 c, const USetAdder *sa);
123 ucase_addStringCaseClosure(const UCaseProps *csp, const UChar *s, int32_t length, const USetAdder *sa);
uprops.h 347 * @param sa USetAdder to receive characters.
350 uprv_getCharNameCharacters(const USetAdder *sa);
400 uchar_addPropertyStarts(const USetAdder *sa, UErrorCode *pErrorCode);
408 upropsvec_addPropertyStarts(const USetAdder *sa, UErrorCode *pErrorCode);
415 * @param sa USetAdder to receive result. Existing contents are lost.
419 uprv_getInclusions(const USetAdder *sa, UErrorCode *pErrorCode);
ucnvmbcs.h 584 const USetAdder *sa,
596 const USetAdder *sa,
uchar.c 647 const USetAdder *sa=(const USetAdder *)context;
655 uchar_addPropertyStarts(const USetAdder *sa, UErrorCode *pErrorCode) {
715 upropsvec_addPropertyStarts(const USetAdder *sa, UErrorCode *pErrorCode) {
ucnv_ext.h 400 const USetAdder *sa,
ucase.cpp 59 const USetAdder *sa=(const USetAdder *)context;
65 ucase_addPropertyStarts(const UCaseProps *csp, const USetAdder *sa, UErrorCode *pErrorCode) {
199 ucase_addCaseClosure(const UCaseProps *csp, UChar32 c, const USetAdder *sa) {
339 ucase_addStringCaseClosure(const UCaseProps *csp, const UChar *s, int32_t length, const USetAdder *sa) {
    [all...]
uniset_closure.cpp 141 // USetAdder implementation
189 USetAdder sa = {
normalizer2impl.cpp 337 PropertyStartsContext(const Normalizer2Impl &ni, const USetAdder *adder)
341 const USetAdder *sa;
358 const USetAdder *sa=ctx->sa;
378 const USetAdder *sa=(const USetAdder *)context;
398 Normalizer2Impl::addPropertyStarts(const USetAdder *sa, UErrorCode & /*errorCode*/) const {
412 Normalizer2Impl::addCanonIterPropertyStarts(const USetAdder *sa, UErrorCode &errorCode) const {
    [all...]
normalizer2impl.h 230 void addPropertyStarts(const USetAdder *sa, UErrorCode &errorCode) const;
231 void addCanonIterPropertyStarts(const USetAdder *sa, UErrorCode &errorCode) const;
ucnvlat1.c 419 const USetAdder *sa,
693 const USetAdder *sa,
ucnvhz.c 571 const USetAdder *sa,
ucnv_ext.cpp     [all...]
ucnv_ct.c 577 const USetAdder *sa,
unames.cpp     [all...]
ucnvmbcs.cpp 420 const USetAdder *sa,
850 const USetAdder *sa,
    [all...]
uniset_props.cpp 112 // USetAdder implementation
169 USetAdder sa = {
    [all...]
ucnvisci.c     [all...]
ucnv2022.cpp     [all...]
  /external/icu/icu4c/source/i18n/
name2uni.cpp 37 // USetAdder implementation
66 USetAdder sa = {

Completed in 1268 milliseconds

1 2