Searched refs:UChar32 (Results 51 - 75 of 703) sorted by relevance

1234567891011>>

/external/icu/icu4c/source/common/unicode/
H A Duset.h267 uset_open(UChar32 start, UChar32 end);
391 UChar32 start, UChar32 end);
530 uset_add(USet* set, UChar32 c);
557 uset_addRange(USet* set, UChar32 start, UChar32 end);
592 uset_remove(USet* set, UChar32 c);
604 uset_removeRange(USet* set, UChar32 start, UChar32 en
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Duchar.c56 u_charType(UChar32 c) {
74 _enumTypeRange(const void *context, UChar32 start, UChar32 end, uint32_t value) {
96 u_islower(UChar32 c) {
104 u_isupper(UChar32 c) {
112 u_istitle(UChar32 c) {
120 u_isdigit(UChar32 c) {
127 u_isxdigit(UChar32 c) {
144 u_isalpha(UChar32 c) {
151 u_isUAlphabetic(UChar32
[all...]
H A Dubidi_props.c54 _enumPropertyStartsRange(const void *context, UChar32 start, UChar32 end, uint32_t value) {
64 UChar32 c, start, limit;
130 ubidi_getClass(const UBiDiProps *bdp, UChar32 c) {
136 ubidi_isMirrored(const UBiDiProps *bdp, UChar32 c) {
141 U_CFUNC UChar32
142 ubidi_getMirror(const UBiDiProps *bdp, UChar32 c) {
152 UChar32 c2;
175 ubidi_isBidiControl(const UBiDiProps *bdp, UChar32 c) {
181 ubidi_isJoinControl(const UBiDiProps *bdp, UChar32
[all...]
H A Duprops.cpp48 typedef UBool BinaryPropertyContains(const BinaryProperty &prop, UChar32 c, UProperty which);
56 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) {
61 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) {
65 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
69 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
73 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
78 static UBool hasFullCompositionExclusion(const BinaryProperty &, UChar32, UProperty) {
82 static UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
92 static UBool isNormInert(const BinaryProperty &, UChar32, UProperty) {
96 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar32
[all...]
H A Dnormalizer2impl.h56 static inline UBool isHangul(UChar32 c) {
64 static inline UBool isJamoL(UChar32 c) {
67 static inline UBool isJamoV(UChar32 c) {
75 static inline int32_t decompose(UChar32 c, UChar buffer[3]) {
77 UChar32 c2=c%JAMO_T_COUNT;
120 UBool append(UChar32 c, uint8_t cc, UErrorCode &errorCode) {
145 UBool appendZeroCC(UChar32 c, UErrorCode &errorCode);
168 UBool appendSupplementary(UChar32 c, uint8_t cc, UErrorCode &errorCode);
169 void insert(UChar32 c, uint8_t cc);
170 static void writeCodePoint(UChar *p, UChar32
[all...]
H A Dbmpset.h41 virtual UBool contains(UChar32 c) const;
76 * Same as UnicodeSet::findCodePoint(UChar32 c) const except that the
92 int32_t findCodePoint(UChar32 c, int32_t lo, int32_t hi) const;
94 inline UBool containsSlow(UChar32 c, int32_t lo, int32_t hi) const;
155 inline UBool BMPSet::containsSlow(UChar32 c, int32_t lo, int32_t hi) const {
H A Drbbisetb.h39 UChar32 fStartChar; // Start of range, unicode 32 bit value.
40 UChar32 fEndChar; // End of range, unicode 32 bit value.
50 void split(UChar32 where, UErrorCode &status); // Spit this range in two at "where", with
89 UChar32 getFirstChar(int32_t val) const;
H A Duchriter.cpp188 UChar32
193 UChar32 c;
201 UChar32
205 UChar32 c;
213 UChar32
217 UChar32 c;
225 UChar32
235 UChar32 c;
244 UChar32
247 UChar32
[all...]
H A Dpropsvec.c92 _findRow(UPropsVectors *pv, UChar32 rangeStart) {
102 if(rangeStart>=(UChar32)row[0]) {
103 if(rangeStart<(UChar32)row[1]) {
106 } else if(rangeStart<(UChar32)(row+=columns)[1]) {
110 } else if(rangeStart<(UChar32)(row+=columns)[1]) {
114 } else if((rangeStart-(UChar32)row[1])<10) {
120 } while(rangeStart>=(UChar32)row[1]);
124 } else if(rangeStart<(UChar32)pv->v[1]) {
135 if(rangeStart<(UChar32)row[0]) {
137 } else if(rangeStart<(UChar32)ro
[all...]
H A Duniset.cpp65 * Modify the given UChar32 variable so that it is in range, by
70 static inline UChar32 pinCodePoint(UChar32& c) {
153 list = (UChar32*) uprv_malloc(sizeof(UChar32) * capacity);
170 UnicodeSet::UnicodeSet(UChar32 start, UChar32 end) :
180 list = (UChar32*) uprv_malloc(sizeof(UChar32) * capacity);
207 list = (UChar32*) uprv_mallo
[all...]
/external/icu/icu4c/source/common/
H A Duprops.cpp48 typedef UBool BinaryPropertyContains(const BinaryProperty &prop, UChar32 c, UProperty which);
56 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) {
61 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) {
65 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
69 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
73 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
78 static UBool hasFullCompositionExclusion(const BinaryProperty &, UChar32, UProperty) {
82 static UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
92 static UBool isNormInert(const BinaryProperty &, UChar32, UProperty) {
96 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar32
[all...]
H A Dbmpset.h41 virtual UBool contains(UChar32 c) const;
76 * Same as UnicodeSet::findCodePoint(UChar32 c) const except that the
92 int32_t findCodePoint(UChar32 c, int32_t lo, int32_t hi) const;
94 inline UBool containsSlow(UChar32 c, int32_t lo, int32_t hi) const;
155 inline UBool BMPSet::containsSlow(UChar32 c, int32_t lo, int32_t hi) const {
H A Drbbisetb.h39 UChar32 fStartChar; // Start of range, unicode 32 bit value.
40 UChar32 fEndChar; // End of range, unicode 32 bit value.
50 void split(UChar32 where, UErrorCode &status); // Spit this range in two at "where", with
89 UChar32 getFirstChar(int32_t val) const;
H A Duchriter.cpp189 UChar32
194 UChar32 c;
202 UChar32
206 UChar32 c;
214 UChar32
218 UChar32 c;
226 UChar32
236 UChar32 c;
245 UChar32
248 UChar32
[all...]
H A Dpropsvec.c93 _findRow(UPropsVectors *pv, UChar32 rangeStart) {
103 if(rangeStart>=(UChar32)row[0]) {
104 if(rangeStart<(UChar32)row[1]) {
107 } else if(rangeStart<(UChar32)(row+=columns)[1]) {
111 } else if(rangeStart<(UChar32)(row+=columns)[1]) {
115 } else if((rangeStart-(UChar32)row[1])<10) {
121 } while(rangeStart>=(UChar32)row[1]);
125 } else if(rangeStart<(UChar32)pv->v[1]) {
136 if(rangeStart<(UChar32)row[0]) {
138 } else if(rangeStart<(UChar32)ro
[all...]
H A Duniset.cpp67 * Modify the given UChar32 variable so that it is in range, by
72 static inline UChar32 pinCodePoint(UChar32& c) {
155 list = (UChar32*) uprv_malloc(sizeof(UChar32) * capacity);
172 UnicodeSet::UnicodeSet(UChar32 start, UChar32 end) :
182 list = (UChar32*) uprv_malloc(sizeof(UChar32) * capacity);
209 list = (UChar32*) uprv_mallo
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLEntityTable.h37 UChar32 firstValue;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DCharacter.h48 static bool isCJKIdeograph(UChar32);
49 static bool isCJKIdeographOrSymbol(UChar32);
57 static bool canReceiveTextEmphasis(UChar32);
73 static bool isRoundingHackCharacter(UChar32 c)
H A DFontSelector.h43 virtual void willUseFontData(const FontDescription&, const AtomicString& familyName, UChar32) = 0;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
H A DFontFallbackWin.h49 PLATFORM_EXPORT const UChar* getFallbackFamily(UChar32 character,
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnptrans.h52 inline UBool isProhibited(UChar32 ch);
121 UBool isLabelSeparator(UChar32 ch, UErrorCode& status);
124 inline UBool isLDHChar(UChar32 ch);
133 inline UBool NamePrepTransform::isLDHChar(UChar32 ch){
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dread.h41 UChar32 unescape(UCHARBUF *buf, UErrorCode *status);
/external/icu/icu4c/source/i18n/
H A Dcollationfcd.h57 static inline UBool hasLccc(UChar32 c) {
69 static inline UBool hasTccc(UChar32 c) {
81 static inline UBool mayHaveLccc(UChar32 c) {
104 static inline UBool maybeTibetanCompositeVowel(UChar32 c) {
/external/icu/icu4c/source/test/intltest/
H A Dnptrans.h52 inline UBool isProhibited(UChar32 ch);
114 UBool isLabelSeparator(UChar32 ch, UErrorCode& status);
116 inline UBool isLDHChar(UChar32 ch);
126 inline UBool NamePrepTransform::isLDHChar(UChar32 ch){
/external/chromium_org/third_party/WebKit/Source/wtf/unicode/
H A DUTF8.cpp136 UChar32 ch;
138 const UChar32 byteMask = 0xBF;
139 const UChar32 byteMark = 0x80;
144 if (ch < (UChar32)0x80)
178 UChar32 ch;
180 const UChar32 byteMask = 0xBF;
181 const UChar32 byteMark = 0x80;
184 // If we have a surrogate pair, convert to UChar32 first.
188 UChar32 ch2 = static_cast<unsigned short>(*source);
189 // If it's a low surrogate, convert to UChar32
[all...]

Completed in 4498 milliseconds

1234567891011>>