HomeSort by relevance Sort by last modified time
    Searched refs:UChar32 (Results 51 - 75 of 677) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/icu/source/common/unicode/
uset.h 263 uset_open(UChar32 start, UChar32 end);
387 UChar32 start, UChar32 end);
526 uset_add(USet* set, UChar32 c);
553 uset_addRange(USet* set, UChar32 start, UChar32 end);
588 uset_remove(USet* set, UChar32 c);
600 uset_removeRange(USet* set, UChar32 start, UChar32 end)
    [all...]
symtable.h 88 virtual const UnicodeFunctor* lookupMatcher(UChar32 ch) const = 0;
  /external/icu4c/common/unicode/
uset.h 267 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 end)
    [all...]
symtable.h 88 virtual const UnicodeFunctor* lookupMatcher(UChar32 ch) const = 0;
  /external/chromium_org/third_party/icu/source/common/
uchar.c 56 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 c)
    [all...]
ubidi_props.c 54 _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 c)
    [all...]
uprops.cpp 48 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 c, UProperty which)
    [all...]
normalizer2impl.h 56 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 c)
    [all...]
bmpset.h 41 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 {
rbbisetb.h 39 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;
uchriter.cpp 188 UChar32
193 UChar32 c;
201 UChar32
205 UChar32 c;
213 UChar32
217 UChar32 c;
225 UChar32
235 UChar32 c;
244 UChar32
247 UChar32 c
    [all...]
  /external/icu4c/common/
ubidi_props.c 54 _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 c)
    [all...]
uprops.cpp 48 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 c, UProperty which)
    [all...]
bmpset.h 41 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 {
rbbisetb.h 39 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;
uchriter.cpp 189 UChar32
194 UChar32 c;
202 UChar32
206 UChar32 c;
214 UChar32
218 UChar32 c;
226 UChar32
236 UChar32 c;
245 UChar32
248 UChar32 c
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
FontFallbackWin.h 59 PLATFORM_EXPORT const UChar* getFallbackFamily(UChar32 character,
  /external/chromium_org/third_party/icu/source/i18n/
uspoof_wsconf.h 43 UChar32 codePoint; // The source code point.
  /external/chromium_org/third_party/icu/source/test/intltest/
nptrans.h 52 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/test/perf/unisetperf/draft/
unicont.h 23 virtual UBool contains(UChar32 c) const = 0;
  /external/chromium_org/third_party/icu/source/tools/genrb/
read.h 41 UChar32 unescape(UCHARBUF *buf, UErrorCode *status);
  /external/icu4c/i18n/
uspoof_wsconf.h 43 UChar32 codePoint; // The source code point.
  /external/icu4c/test/intltest/
nptrans.h 52 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/icu4c/test/perf/unisetperf/draft/
unicont.h 23 virtual UBool contains(UChar32 c) const = 0;
  /external/chromium_org/third_party/WebKit/Source/wtf/unicode/
UTF8.cpp 136 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 869 milliseconds

1 23 4 5 6 7 8 91011>>