HomeSort by relevance Sort by last modified time
    Searched refs:UChar32 (Results 26 - 50 of 400) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/icu/icu4c/source/i18n/
utf8collationiterator.h 47 virtual UChar32 nextCodePoint(UErrorCode &errorCode);
49 virtual UChar32 previousCodePoint(UErrorCode &errorCode);
62 virtual uint32_t handleNextCE32(UChar32 &c, UErrorCode &errorCode);
94 virtual UChar32 nextCodePoint(UErrorCode &errorCode);
96 virtual UChar32 previousCodePoint(UErrorCode &errorCode);
99 virtual uint32_t handleNextCE32(UChar32 &c, UErrorCode &errorCode);
collationfcd.h 59 static inline UBool hasLccc(UChar32 c) {
71 static inline UBool hasTccc(UChar32 c) {
83 static inline UBool mayHaveLccc(UChar32 c) {
106 static inline UBool maybeTibetanCompositeVowel(UChar32 c) {
numparse_stringsegment.cpp 59 UChar32 StringSegment::codePointAt(int32_t index) const {
72 UChar32 StringSegment::getCodePoint() const {
83 bool StringSegment::startsWith(UChar32 otherCp) const {
90 UChar32 cp = getCodePoint();
129 bool StringSegment::codePointsEqual(UChar32 cp1, UChar32 cp2, bool foldCase) {
utf16collationiterator.h 57 virtual UChar32 nextCodePoint(UErrorCode &errorCode);
59 virtual UChar32 previousCodePoint(UErrorCode &errorCode);
67 virtual uint32_t handleNextCE32(UChar32 &c, UErrorCode &errorCode);
104 virtual UChar32 nextCodePoint(UErrorCode &errorCode);
106 virtual UChar32 previousCodePoint(UErrorCode &errorCode);
109 virtual uint32_t handleNextCE32(UChar32 &c, UErrorCode &errorCode);
  /external/icu/icu4c/source/common/
uprops.cpp 50 typedef UBool BinaryPropertyContains(const BinaryProperty &prop, UChar32 c, UProperty which);
58 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) {
63 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) {
67 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
71 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
75 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
80 static UBool hasFullCompositionExclusion(const BinaryProperty &, UChar32, UProperty) {
84 static UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
94 static UBool isNormInert(const BinaryProperty &, UChar32, UProperty) {
98 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar32 c, UProperty which)
    [all...]
uchar.cpp 49 u_charType(UChar32 c) {
68 _enumTypeRange(const void *context, UChar32 start, UChar32 end, uint32_t value) {
90 u_islower(UChar32 c) {
98 u_isupper(UChar32 c) {
106 u_istitle(UChar32 c) {
114 u_isdigit(UChar32 c) {
121 u_isxdigit(UChar32 c) {
138 u_isalpha(UChar32 c) {
145 u_isUAlphabetic(UChar32 c)
    [all...]
bmpset.h 44 virtual UBool contains(UChar32 c) const;
79 * Same as UnicodeSet::findCodePoint(UChar32 c) const except that the
95 int32_t findCodePoint(UChar32 c, int32_t lo, int32_t hi) const;
97 inline UBool containsSlow(UChar32 c, int32_t lo, int32_t hi) const;
158 inline UBool BMPSet::containsSlow(UChar32 c, int32_t lo, int32_t hi) const {
rbbisetb.h 43 UChar32 fStartChar; // Start of range, unicode 32 bit value.
44 UChar32 fEndChar; // End of range, unicode 32 bit value.
54 void split(UChar32 where, UErrorCode &status); // Spit this range in two at "where", with
94 UChar32 getFirstChar(int32_t val) const;
uchriter.cpp 191 UChar32
196 UChar32 c;
204 UChar32
208 UChar32 c;
216 UChar32
220 UChar32 c;
228 UChar32
238 UChar32 c;
247 UChar32
250 UChar32 c
    [all...]
ucptrie_impl.h 132 typedef UChar32
133 UCPTrieGetRange(const void *trie, UChar32 start,
136 U_CFUNC UChar32
138 const void *trie, UChar32 start,
propsvec.cpp 95 _findRow(UPropsVectors *pv, UChar32 rangeStart) {
105 if(rangeStart>=(UChar32)row[0]) {
106 if(rangeStart<(UChar32)row[1]) {
109 } else if(rangeStart<(UChar32)(row+=columns)[1]) {
113 } else if(rangeStart<(UChar32)(row+=columns)[1]) {
117 } else if((rangeStart-(UChar32)row[1])<10) {
123 } while(rangeStart>=(UChar32)row[1]);
127 } else if(rangeStart<(UChar32)pv->v[1]) {
138 if(rangeStart<(UChar32)row[0]) {
140 } else if(rangeStart<(UChar32)row[1])
    [all...]
uniset.cpp 67 * Modify the given UChar32 variable so that it is in range, by
72 static inline UChar32 pinCodePoint(UChar32& c) {
169 UnicodeSet::UnicodeSet(UChar32 start, UChar32 end) {
188 uprv_memcpy(list, o.list, (size_t)len*sizeof(UChar32));
244 uprv_memcpy(list, o.list, (size_t)len*sizeof(UChar32));
358 UBool UnicodeSet::contains(UChar32 c) const {
388 int32_t UnicodeSet::findCodePoint(UChar32 c) const {
431 UBool UnicodeSet::contains(UChar32 start, UChar32 end) const
    [all...]
  /external/icu/icu4c/source/common/unicode/
chariter.h 35 * of Unicode characters. ICU uses the type UChar32 for them.
73 * UChar32 c;
162 virtual UChar32 next32PostInc(void) = 0;
222 * UChar32 c;
242 * UChar32 c;
265 * UChar32 c=it.current32();
410 virtual UChar32 first32(void) = 0;
420 virtual UChar32 first32PostInc(void);
447 virtual UChar32 last32(void) = 0;
479 virtual UChar32 setIndex32(int32_t position) = 0
    [all...]
uset.h 277 uset_open(UChar32 start, UChar32 end);
401 UChar32 start, UChar32 end);
540 uset_add(USet* set, UChar32 c);
567 uset_addRange(USet* set, UChar32 start, UChar32 end);
602 uset_remove(USet* set, UChar32 c);
614 uset_removeRange(USet* set, UChar32 start, UChar32 end)
    [all...]
symtable.h 90 virtual const UnicodeFunctor* lookupMatcher(UChar32 ch) const = 0;
uchar.h 162 * For a single character, UChar32 is a simple type that can hold any code point value.
164 * @see UChar32
    [all...]
unorm2.h 356 UChar32 c, UChar *decomposition, int32_t capacity,
390 UChar32 c, UChar *decomposition, int32_t capacity,
408 U_STABLE UChar32 U_EXPORT2
409 unorm2_composePair(const UNormalizer2 *norm2, UChar32 a, UChar32 b);
421 unorm2_getCombiningClass(const UNormalizer2 *norm2, UChar32 c);
505 unorm2_hasBoundaryBefore(const UNormalizer2 *norm2, UChar32 c);
517 unorm2_hasBoundaryAfter(const UNormalizer2 *norm2, UChar32 c);
528 unorm2_isInert(const UNormalizer2 *norm2, UChar32 c);
uiter.h 187 typedef UChar32 U_CALLCONV
203 typedef UChar32 U_CALLCONV
219 typedef UChar32 U_CALLCONV
495 U_STABLE UChar32 U_EXPORT2
512 U_STABLE UChar32 U_EXPORT2
529 U_STABLE UChar32 U_EXPORT2
  /external/icu/icu4c/source/samples/ucnv/
flagcb.h 39 UChar32 codePoint,
57 UChar32 codePoint,
  /external/icu/icu4c/source/tools/toolutil/
ppucd.h 49 UChar32 start, end;
53 UChar32 bmg, bpb;
54 UChar32 scf, slc, stc, suc;
143 UBool getRangeForAlgNames(UChar32 &start, UChar32 &end, UErrorCode &errorCode);
155 UChar32 parseCodePoint(const char *s, UErrorCode &errorCode);
156 UBool parseCodePointRange(const char *s, UChar32 &start, UChar32 &end, UErrorCode &errorCode);
  /external/icu/libandroidicu/include/unicode/
uset.h 277 uset_open(UChar32 start, UChar32 end);
401 UChar32 start, UChar32 end);
540 uset_add(USet* set, UChar32 c);
567 uset_addRange(USet* set, UChar32 start, UChar32 end);
602 uset_remove(USet* set, UChar32 c);
614 uset_removeRange(USet* set, UChar32 start, UChar32 end)
    [all...]
uchar.h 162 * For a single character, UChar32 is a simple type that can hold any code point value.
164 * @see UChar32
    [all...]
unorm2.h 356 UChar32 c, UChar *decomposition, int32_t capacity,
390 UChar32 c, UChar *decomposition, int32_t capacity,
408 U_STABLE UChar32 U_EXPORT2
409 unorm2_composePair(const UNormalizer2 *norm2, UChar32 a, UChar32 b);
421 unorm2_getCombiningClass(const UNormalizer2 *norm2, UChar32 c);
505 unorm2_hasBoundaryBefore(const UNormalizer2 *norm2, UChar32 c);
517 unorm2_hasBoundaryAfter(const UNormalizer2 *norm2, UChar32 c);
528 unorm2_isInert(const UNormalizer2 *norm2, UChar32 c);
  /external/icu/icu4c/source/test/intltest/
nptrans.h 54 inline UBool isProhibited(UChar32 ch);
116 UBool isLabelSeparator(UChar32 ch, UErrorCode& status);
118 inline UBool isLDHChar(UChar32 ch);
128 inline UBool NamePrepTransform::isLDHChar(UChar32 ch){
  /external/icu/icu4c/source/test/perf/unisetperf/draft/
unicont.h 27 virtual UBool contains(UChar32 c) const = 0;

Completed in 936 milliseconds

12 3 4 5 6 7 8 91011>>