/third_party/skia/third_party/externals/icu/source/i18n/ |
D | collationsets.h | 57 UBool handleCE32(UChar32 start, UChar32 end, uint32_t ce32); 60 void compare(UChar32 c, uint32_t ce32, uint32_t baseCE32); 61 void comparePrefixes(UChar32 c, const UChar *p, const UChar *q); 62 void compareContractions(UChar32 c, const UChar *p, const UChar *q); 64 void addPrefixes(const CollationData *d, UChar32 c, const UChar *p); 65 void addPrefix(const CollationData *d, const UnicodeString &pfx, UChar32 c, uint32_t ce32); 66 void addContractions(UChar32 c, const UChar *p); 67 void addSuffix(UChar32 c, const UnicodeString &sfx); 68 void add(UChar32 c); 106 void forCodePoint(const CollationData *d, UChar32 c, UErrorCode &ec); [all …]
|
/third_party/node/deps/icu-small/source/i18n/ |
D | collationsets.h | 57 UBool handleCE32(UChar32 start, UChar32 end, uint32_t ce32); 60 void compare(UChar32 c, uint32_t ce32, uint32_t baseCE32); 61 void comparePrefixes(UChar32 c, const UChar *p, const UChar *q); 62 void compareContractions(UChar32 c, const UChar *p, const UChar *q); 64 void addPrefixes(const CollationData *d, UChar32 c, const UChar *p); 65 void addPrefix(const CollationData *d, const UnicodeString &pfx, UChar32 c, uint32_t ce32); 66 void addContractions(UChar32 c, const UChar *p); 67 void addSuffix(UChar32 c, const UnicodeString &sfx); 68 void add(UChar32 c); 106 void forCodePoint(const CollationData *d, UChar32 c, UErrorCode &ec); [all …]
|
/third_party/icu/icu4c/source/i18n/ |
D | collationsets.h | 57 UBool handleCE32(UChar32 start, UChar32 end, uint32_t ce32); 60 void compare(UChar32 c, uint32_t ce32, uint32_t baseCE32); 61 void comparePrefixes(UChar32 c, const UChar *p, const UChar *q); 62 void compareContractions(UChar32 c, const UChar *p, const UChar *q); 64 void addPrefixes(const CollationData *d, UChar32 c, const UChar *p); 65 void addPrefix(const CollationData *d, const UnicodeString &pfx, UChar32 c, uint32_t ce32); 66 void addContractions(UChar32 c, const UChar *p); 67 void addSuffix(UChar32 c, const UnicodeString &sfx); 68 void add(UChar32 c); 106 void forCodePoint(const CollationData *d, UChar32 c, UErrorCode &ec); [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | collationsets.h | 57 UBool handleCE32(UChar32 start, UChar32 end, uint32_t ce32); 60 void compare(UChar32 c, uint32_t ce32, uint32_t baseCE32); 61 void comparePrefixes(UChar32 c, const UChar *p, const UChar *q); 62 void compareContractions(UChar32 c, const UChar *p, const UChar *q); 64 void addPrefixes(const CollationData *d, UChar32 c, const UChar *p); 65 void addPrefix(const CollationData *d, const UnicodeString &pfx, UChar32 c, uint32_t ce32); 66 void addContractions(UChar32 c, const UChar *p); 67 void addSuffix(UChar32 c, const UnicodeString &sfx); 68 void add(UChar32 c); 106 void forCodePoint(const CollationData *d, UChar32 c, UErrorCode &ec); [all …]
|
/third_party/icu/icu4c/source/common/ |
D | ubidi_props.cpp | 50 _enumPropertyStartsRange(const void *context, UChar32 start, UChar32 end, uint32_t value) { in _enumPropertyStartsRange() 62 UChar32 c, start, limit; in ubidi_addPropertyStarts() 134 ubidi_getClass(UChar32 c) { in ubidi_getClass() 140 ubidi_isMirrored(UChar32 c) { in ubidi_isMirrored() 145 static UChar32 146 getMirror(UChar32 c, uint16_t props) { in getMirror() 155 UChar32 c2; in getMirror() 177 U_CFUNC UChar32 178 ubidi_getMirror(UChar32 c) { in ubidi_getMirror() 184 ubidi_isBidiControl(UChar32 c) { in ubidi_isBidiControl() [all …]
|
D | ucase.h | 86 U_CAPI UChar32 U_EXPORT2 87 ucase_tolower(UChar32 c); 89 U_CAPI UChar32 U_EXPORT2 90 ucase_toupper(UChar32 c); 92 U_CAPI UChar32 U_EXPORT2 93 ucase_totitle(UChar32 c); 95 U_CAPI UChar32 U_EXPORT2 96 ucase_fold(UChar32 c, uint32_t options); 108 ucase_addCaseClosure(UChar32 c, const USetAdder *sa); 139 UChar32 next(UnicodeString &full); [all …]
|
D | ubidi_props.h | 43 ubidi_getClass(UChar32 c); 46 ubidi_isMirrored(UChar32 c); 48 U_CFUNC UChar32 49 ubidi_getMirror(UChar32 c); 52 ubidi_isBidiControl(UChar32 c); 55 ubidi_isJoinControl(UChar32 c); 58 ubidi_getJoiningType(UChar32 c); 61 ubidi_getJoiningGroup(UChar32 c); 64 ubidi_getPairedBracketType(UChar32 c); 66 U_CFUNC UChar32 [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ubidi_props.cpp | 50 _enumPropertyStartsRange(const void *context, UChar32 start, UChar32 end, uint32_t value) { in _enumPropertyStartsRange() 62 UChar32 c, start, limit; in ubidi_addPropertyStarts() 134 ubidi_getClass(UChar32 c) { in ubidi_getClass() 140 ubidi_isMirrored(UChar32 c) { in ubidi_isMirrored() 145 static UChar32 146 getMirror(UChar32 c, uint16_t props) { in getMirror() 155 UChar32 c2; in getMirror() 177 U_CFUNC UChar32 178 ubidi_getMirror(UChar32 c) { in ubidi_getMirror() 184 ubidi_isBidiControl(UChar32 c) { in ubidi_isBidiControl() [all …]
|
D | ucase.h | 86 U_CAPI UChar32 U_EXPORT2 87 ucase_tolower(UChar32 c); 89 U_CAPI UChar32 U_EXPORT2 90 ucase_toupper(UChar32 c); 92 U_CAPI UChar32 U_EXPORT2 93 ucase_totitle(UChar32 c); 95 U_CAPI UChar32 U_EXPORT2 96 ucase_fold(UChar32 c, uint32_t options); 108 ucase_addCaseClosure(UChar32 c, const USetAdder *sa); 139 UChar32 next(UnicodeString &full); [all …]
|
D | uprops.cpp | 50 typedef UBool BinaryPropertyContains(const BinaryProperty &prop, UChar32 c, UProperty which); 58 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) { in defaultContains() 63 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which)… in caseBinaryPropertyContains() 67 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isBidiControl() 71 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isMirrored() 75 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isJoinControl() 80 static UBool hasFullCompositionExclusion(const BinaryProperty &, UChar32, UProperty) { in hasFullCompositionExclusion() argument 84 static UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*whi… in hasFullCompositionExclusion() 94 static UBool isNormInert(const BinaryProperty &, UChar32, UProperty) { in isNormInert() argument 98 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) { in isNormInert() [all …]
|
D | ubidi_props.h | 43 ubidi_getClass(UChar32 c); 46 ubidi_isMirrored(UChar32 c); 48 U_CFUNC UChar32 49 ubidi_getMirror(UChar32 c); 52 ubidi_isBidiControl(UChar32 c); 55 ubidi_isJoinControl(UChar32 c); 58 ubidi_getJoiningType(UChar32 c); 61 ubidi_getJoiningGroup(UChar32 c); 64 ubidi_getPairedBracketType(UChar32 c); 66 U_CFUNC UChar32 [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | ubidi_props.cpp | 50 _enumPropertyStartsRange(const void *context, UChar32 start, UChar32 end, uint32_t value) { in _enumPropertyStartsRange() 62 UChar32 c, start, limit; in ubidi_addPropertyStarts() 134 ubidi_getClass(UChar32 c) { in ubidi_getClass() 140 ubidi_isMirrored(UChar32 c) { in ubidi_isMirrored() 145 static UChar32 146 getMirror(UChar32 c, uint16_t props) { in getMirror() 155 UChar32 c2; in getMirror() 177 U_CFUNC UChar32 178 ubidi_getMirror(UChar32 c) { in ubidi_getMirror() 184 ubidi_isBidiControl(UChar32 c) { in ubidi_isBidiControl() [all …]
|
D | ucase.h | 87 U_CAPI UChar32 U_EXPORT2 88 ucase_tolower(UChar32 c); 90 U_CAPI UChar32 U_EXPORT2 91 ucase_toupper(UChar32 c); 93 U_CAPI UChar32 U_EXPORT2 94 ucase_totitle(UChar32 c); 96 U_CAPI UChar32 U_EXPORT2 97 ucase_fold(UChar32 c, uint32_t options); 109 ucase_addCaseClosure(UChar32 c, const USetAdder *sa); 140 UChar32 next(UnicodeString &full); [all …]
|
D | ubidi_props.h | 43 ubidi_getClass(UChar32 c); 46 ubidi_isMirrored(UChar32 c); 48 U_CFUNC UChar32 49 ubidi_getMirror(UChar32 c); 52 ubidi_isBidiControl(UChar32 c); 55 ubidi_isJoinControl(UChar32 c); 58 ubidi_getJoiningType(UChar32 c); 61 ubidi_getJoiningGroup(UChar32 c); 64 ubidi_getPairedBracketType(UChar32 c); 66 U_CFUNC UChar32 [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ubidi_props.cpp | 50 _enumPropertyStartsRange(const void *context, UChar32 start, UChar32 end, uint32_t value) { in _enumPropertyStartsRange() 62 UChar32 c, start, limit; in ubidi_addPropertyStarts() 134 ubidi_getClass(UChar32 c) { in ubidi_getClass() 140 ubidi_isMirrored(UChar32 c) { in ubidi_isMirrored() 145 static UChar32 146 getMirror(UChar32 c, uint16_t props) { in getMirror() 155 UChar32 c2; in getMirror() 177 U_CFUNC UChar32 178 ubidi_getMirror(UChar32 c) { in ubidi_getMirror() 184 ubidi_isBidiControl(UChar32 c) { in ubidi_isBidiControl() [all …]
|
D | ucase.h | 87 U_CAPI UChar32 U_EXPORT2 88 ucase_tolower(UChar32 c); 90 U_CAPI UChar32 U_EXPORT2 91 ucase_toupper(UChar32 c); 93 U_CAPI UChar32 U_EXPORT2 94 ucase_totitle(UChar32 c); 96 U_CAPI UChar32 U_EXPORT2 97 ucase_fold(UChar32 c, uint32_t options); 109 ucase_addCaseClosure(UChar32 c, const USetAdder *sa); 140 UChar32 next(UnicodeString &full); [all …]
|
/third_party/skia/third_party/externals/icu/source/tools/gennorm2/ |
D | norms.h | 39 UChar32 charAt(int32_t i) const { return fArray[i]>>8; } in charAt() 43 void append(UChar32 c, uint8_t cc); 54 CompositionPair(UChar32 t, UChar32 c) : trail(t), composite(c) {} in CompositionPair() 55 UChar32 trail, composite; 65 UChar32 c; in setMappingCP() 82 UChar32 combine(UChar32 trail) const; 86 UChar32 mappingCP; // >=0 if mapping to 1 code point 157 Norm *getNorm(UChar32 c); 158 const Norm *getNorm(UChar32 c) const; 160 Norm *createNorm(UChar32 c); [all …]
|
/third_party/icu/icu4c/source/tools/gennorm2/ |
D | norms.h | 39 UChar32 charAt(int32_t i) const { return fArray[i]>>8; } in charAt() 43 void append(UChar32 c, uint8_t cc); 54 CompositionPair(UChar32 t, UChar32 c) : trail(t), composite(c) {} in CompositionPair() 55 UChar32 trail, composite; 65 UChar32 c; in setMappingCP() 82 UChar32 combine(UChar32 trail) const; 86 UChar32 mappingCP; // >=0 if mapping to 1 code point 157 Norm *getNorm(UChar32 c); 158 const Norm *getNorm(UChar32 c) const; 160 Norm *createNorm(UChar32 c); [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/gennorm2/ |
D | norms.h | 39 UChar32 charAt(int32_t i) const { return fArray[i]>>8; } in charAt() 43 void append(UChar32 c, uint8_t cc); 54 CompositionPair(UChar32 t, UChar32 c) : trail(t), composite(c) {} in CompositionPair() 55 UChar32 trail, composite; 65 UChar32 c; in setMappingCP() 82 UChar32 combine(UChar32 trail) const; 86 UChar32 mappingCP; // >=0 if mapping to 1 code point 157 Norm *getNorm(UChar32 c); 158 const Norm *getNorm(UChar32 c) const; 160 Norm *createNorm(UChar32 c); [all …]
|
/third_party/icu/icu4c/source/test/perf/charperf/ |
D | charperf.h | 23 typedef void (*CharPerfFn)(UChar32 ch); 31 for (UChar32 i = MIN_; i < MAX_; i ++) { in call() 40 CharPerfFunction(CharPerfFn func, UChar32 min, UChar32 max) in CharPerfFunction() 49 UChar32 MIN_; 50 UChar32 MAX_; 119 UChar32 MIN_; 120 UChar32 MAX_; 123 inline void isAlpha(UChar32 ch) in isAlpha() 128 inline void isUpper(UChar32 ch) in isUpper() 133 inline void isLower(UChar32 ch) in isLower() [all …]
|
/third_party/boost/libs/regex/test/regress/ |
D | test_icu.cpp | 79 BOOST_REGEX_TEST_ERROR("Size mismatch in match_results class", UChar32); in compare_result() 87 BOOST_REGEX_TEST_ERROR("Matched mismatch in match_results class", UChar32); in compare_result() 91 BOOST_REGEX_TEST_ERROR("Iterator mismatch in match_results class", UChar32); in compare_result() 96 BOOST_REGEX_TEST_ERROR("Matched mismatch in match_results class", UChar32); in compare_result() 107 BOOST_REGEX_TEST_ERROR("Matched mismatch in match_results class", UChar32); in compare_result() 111 BOOST_REGEX_TEST_ERROR("Iterator mismatch in match_results class", UChar32); in compare_result() 116 BOOST_REGEX_TEST_ERROR("Matched mismatch in match_results class", UChar32); in compare_result() 122 BOOST_REGEX_TEST_ERROR("Matched mismatch in match_results class", UChar32); in compare_result() 126 BOOST_REGEX_TEST_ERROR("Iterator mismatch in match_results class", UChar32); in compare_result() 131 BOOST_REGEX_TEST_ERROR("Matched mismatch in match_results class", UChar32); in compare_result() [all …]
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | uniset.h | 289 UChar32* list = stackList; // MUST be terminated with HIGH 295 UChar32* buffer = nullptr; // internal buffer, may be NULL 318 UChar32 stackList[INITIAL_CAPACITY]; 386 UnicodeSet(UChar32 start, UChar32 end); 609 UnicodeSet& set(UChar32 start, UChar32 end); 794 virtual UBool contains(UChar32 c) const; 804 virtual UBool contains(UChar32 start, UChar32 end) const; 841 UBool containsNone(UChar32 start, UChar32 end) const; 869 inline UBool containsSome(UChar32 start, UChar32 end) const; 1041 int32_t findCodePoint(UChar32 c) const; [all …]
|
/third_party/icu/icu4c/source/common/unicode/ |
D | uniset.h | 291 UChar32* list = stackList; // MUST be terminated with HIGH 297 UChar32* buffer = nullptr; // internal buffer, may be NULL 320 UChar32 stackList[INITIAL_CAPACITY]; 388 UnicodeSet(UChar32 start, UChar32 end); 611 UnicodeSet& set(UChar32 start, UChar32 end); 796 virtual UBool contains(UChar32 c) const; 806 virtual UBool contains(UChar32 start, UChar32 end) const; 843 UBool containsNone(UChar32 start, UChar32 end) const; 871 inline UBool containsSome(UChar32 start, UChar32 end) const; 1043 int32_t findCodePoint(UChar32 c) const; [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | uniset.h | 287 UChar32* list = stackList; // MUST be terminated with HIGH 293 UChar32* buffer = nullptr; // internal buffer, may be NULL 316 UChar32 stackList[INITIAL_CAPACITY]; 384 UnicodeSet(UChar32 start, UChar32 end); 607 UnicodeSet& set(UChar32 start, UChar32 end); 792 virtual UBool contains(UChar32 c) const; 802 virtual UBool contains(UChar32 start, UChar32 end) const; 839 UBool containsNone(UChar32 start, UChar32 end) const; 867 inline UBool containsSome(UChar32 start, UChar32 end) const; 1039 int32_t findCodePoint(UChar32 c) const; [all …]
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | uniset.h | 295 UChar32* list = stackList; // MUST be terminated with HIGH 301 UChar32* buffer = nullptr; // internal buffer, may be NULL 324 UChar32 stackList[INITIAL_CAPACITY]; 392 UnicodeSet(UChar32 start, UChar32 end); 615 UnicodeSet& set(UChar32 start, UChar32 end); 812 virtual UBool contains(UChar32 c) const override; 822 virtual UBool contains(UChar32 start, UChar32 end) const; 859 UBool containsNone(UChar32 start, UChar32 end) const; 887 inline UBool containsSome(UChar32 start, UChar32 end) const; 1059 int32_t findCodePoint(UChar32 c) const; [all …]
|