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

12 3 4 5 6 7 8 91011>>

  /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/icu4c/source/common/
uchar.cpp 57 u_charType(UChar32 c) {
76 _enumTypeRange(const void *context, UChar32 start, UChar32 end, uint32_t value) {
98 u_islower(UChar32 c) {
106 u_isupper(UChar32 c) {
114 u_istitle(UChar32 c) {
122 u_isdigit(UChar32 c) {
129 u_isxdigit(UChar32 c) {
146 u_isalpha(UChar32 c) {
153 u_isUAlphabetic(UChar32 c)
    [all...]
uprops.cpp 47 typedef UBool BinaryPropertyContains(const BinaryProperty &prop, UChar32 c, UProperty which);
55 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) {
60 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) {
64 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
68 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
72 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
77 static UBool hasFullCompositionExclusion(const BinaryProperty &, UChar32, UProperty) {
81 static UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
91 static UBool isNormInert(const BinaryProperty &, UChar32, UProperty) {
95 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar32 c, UProperty which)
    [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
93 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...]
uniset.cpp 69 * Modify the given UChar32 variable so that it is in range, by
74 static inline UChar32 pinCodePoint(UChar32& c) {
157 list = (UChar32*) uprv_malloc(sizeof(UChar32) * capacity);
174 UnicodeSet::UnicodeSet(UChar32 start, UChar32 end) :
184 list = (UChar32*) uprv_malloc(sizeof(UChar32) * capacity);
211 list = (UChar32*) uprv_malloc(sizeof(UChar32) * capacity)
    [all...]
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...]
normalizer2impl.h 67 static inline UBool isHangul(UChar32 c) {
71 isHangulLV(UChar32 c) {
75 static inline UBool isJamoL(UChar32 c) {
78 static inline UBool isJamoV(UChar32 c) {
81 static inline UBool isJamoT(UChar32 c) {
85 static UBool isJamo(UChar32 c) {
94 static inline int32_t decompose(UChar32 c, UChar buffer[3]) {
96 UChar32 c2=c%JAMO_T_COUNT;
112 static inline void getRawDecomposition(UChar32 c, UChar buffer[2]) {
113 UChar32 orig=c
    [all...]
ruleiter.h 125 UChar32 next(int32_t options, UBool& isEscaped, UErrorCode& ec);
217 UChar32 _current() const;
  /external/icu/icu4c/source/common/unicode/
uset.h 273 uset_open(UChar32 start, UChar32 end);
397 UChar32 start, UChar32 end);
536 uset_add(USet* set, UChar32 c);
563 uset_addRange(USet* set, UChar32 start, UChar32 end);
598 uset_remove(USet* set, UChar32 c);
610 uset_removeRange(USet* set, UChar32 start, UChar32 end)
    [all...]
symtable.h 90 virtual const UnicodeFunctor* lookupMatcher(UChar32 ch) const = 0;
uchar.h 132 * For a single character, UChar32 is a simple type that can hold any code point value.
134 * @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
appendable.h 74 virtual UBool appendCodePoint(UChar32 c);
182 virtual UBool appendCodePoint(UChar32 c);
  /external/icu/icu4c/source/i18n/
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) {
number_stringbuilder.h 59 UChar32 getFirstCodePoint() const;
61 UChar32 getLastCodePoint() const;
63 UChar32 codePointAt(int32_t index) const;
65 UChar32 codePointBefore(int32_t index) const;
69 int32_t appendCodePoint(UChar32 codePoint, Field field, UErrorCode &status);
71 int32_t insertCodePoint(int32_t index, UChar32 codePoint, Field field, UErrorCode &status);
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);
bocsu.h 156 U_CFUNC UChar32
157 u_writeIdenticalLevelRun(UChar32 prev, const UChar *s, int32_t length, icu::ByteSink &sink);
  /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;
  /external/icu/icu4c/source/tools/gennorm2/
norms.cpp 25 void BuilderReorderingBuffer::append(UChar32 c, uint8_t cc) {
55 UChar32 Norm::combine(UChar32 trail) const {
94 Norm *Norms::getNorm(UChar32 c) {
102 const Norm *Norms::getNorm(UChar32 c) const {
110 const Norm &Norms::getNormRef(UChar32 c) const {
114 Norm *Norms::createNorm(UChar32 c) {
132 UChar32 c;
159 enumRangeHandler(const void *context, UChar32 start, UChar32 end, uint32_t value)
    [all...]
  /external/icu/icu4c/source/samples/props/
props.cpp 32 printProps(UChar32 codePoint) {
58 static const UChar32

Completed in 515 milliseconds

12 3 4 5 6 7 8 91011>>