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

1 2

  /external/chromium_org/third_party/icu/source/common/
uset_imp.h 47 struct USetAdder {
55 typedef struct USetAdder USetAdder;
ucnv_set.c 50 USetAdder sa={
ucnv_cnv.h 205 const USetAdder *sa,
283 const USetAdder *sa,
289 const USetAdder *sa,
ucnv_cnv.c 31 const USetAdder *sa,
39 const USetAdder *sa,
ubidi_props.h 43 ubidi_addPropertyStarts(const UBiDiProps *bdp, const USetAdder *sa, UErrorCode *pErrorCode);
ubidi_props.c 56 const USetAdder *sa=(const USetAdder *)context;
62 ubidi_addPropertyStarts(const UBiDiProps *bdp, const USetAdder *sa, UErrorCode *pErrorCode) {
ucase.h 43 ucase_addPropertyStarts(const UCaseProps *csp, const USetAdder *sa, UErrorCode *pErrorCode);
102 ucase_addCaseClosure(const UCaseProps *csp, UChar32 c, const USetAdder *sa);
117 ucase_addStringCaseClosure(const UCaseProps *csp, const UChar *s, int32_t length, const USetAdder *sa);
uprops.h 325 * @param sa USetAdder to receive characters.
328 uprv_getCharNameCharacters(const USetAdder *sa);
378 uchar_addPropertyStarts(const USetAdder *sa, UErrorCode *pErrorCode);
386 upropsvec_addPropertyStarts(const USetAdder *sa, UErrorCode *pErrorCode);
393 * @param sa USetAdder to receive result. Existing contents are lost.
397 uprv_getInclusions(const USetAdder *sa, UErrorCode *pErrorCode);
ucnvmbcs.h 544 const USetAdder *sa,
556 const USetAdder *sa,
uchar.c 624 const USetAdder *sa=(const USetAdder *)context;
632 uchar_addPropertyStarts(const USetAdder *sa, UErrorCode *pErrorCode) {
692 upropsvec_addPropertyStarts(const USetAdder *sa, UErrorCode *pErrorCode) {
ucnv_ext.h 396 const USetAdder *sa,
ucase.c 57 const USetAdder *sa=(const USetAdder *)context;
63 ucase_addPropertyStarts(const UCaseProps *csp, const USetAdder *sa, UErrorCode *pErrorCode) {
197 ucase_addCaseClosure(const UCaseProps *csp, UChar32 c, const USetAdder *sa) {
337 ucase_addStringCaseClosure(const UCaseProps *csp, const UChar *s, int32_t length, const USetAdder *sa) {
    [all...]
  /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 56 const USetAdder *sa=(const USetAdder *)context;
62 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 649 const USetAdder *sa=(const USetAdder *)context;
657 uchar_addPropertyStarts(const USetAdder *sa, UErrorCode *pErrorCode) {
717 upropsvec_addPropertyStarts(const USetAdder *sa, UErrorCode *pErrorCode) {
ucnv_ext.h 400 const USetAdder *sa,
  /external/chromium_org/third_party/icu/source/i18n/
name2uni.cpp 35 // USetAdder implementation
64 USetAdder sa = {
  /external/icu/icu4c/source/i18n/
name2uni.cpp 37 // USetAdder implementation
66 USetAdder sa = {

Completed in 817 milliseconds

1 2