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

1 2 3 4 5 6 7 8 91011>>

  /external/icu/icu4c/source/common/
uset_imp.h 30 USetAdd(USet *set, UChar32 c);
33 USetAddRange(USet *set, UChar32 start, UChar32 end);
39 USetRemove(USet *set, UChar32 c);
42 USetRemoveRange(USet *set, UChar32 start, UChar32 end);
ubidi_props.h 49 ubidi_getClass(const UBiDiProps *bdp, UChar32 c);
52 ubidi_isMirrored(const UBiDiProps *bdp, UChar32 c);
54 U_CFUNC UChar32
55 ubidi_getMirror(const UBiDiProps *bdp, UChar32 c);
58 ubidi_isBidiControl(const UBiDiProps *bdp, UChar32 c);
61 ubidi_isJoinControl(const UBiDiProps *bdp, UChar32 c);
64 ubidi_getJoiningType(const UBiDiProps *bdp, UChar32 c);
67 ubidi_getJoiningGroup(const UBiDiProps *bdp, UChar32 c);
70 ubidi_getPairedBracketType(const UBiDiProps *bdp, UChar32 c);
72 U_CFUNC UChar32
    [all...]
propsvec.h 89 UChar32 start, UChar32 end,
99 upvec_getValue(const UPropsVectors *pv, UChar32 c, int32_t column);
108 UChar32 *pRangeStart, UChar32 *pRangeEnd);
130 UChar32 start, UChar32 end,
172 UChar32 start, UChar32 end,
patternprops.h 48 static UBool isSyntax(UChar32 c);
53 static UBool isSyntaxOrWhiteSpace(UChar32 c);
58 static UBool isWhiteSpace(UChar32 c);
brkeng.h 61 virtual UBool handles(UChar32 c, int32_t breakType) const = 0;
132 virtual const LanguageBreakEngine *getEngineFor(UChar32 c, int32_t breakType) = 0;
183 virtual UBool handles(UChar32 c, int32_t breakType) const;
209 virtual void handleCharacter(UChar32 c, int32_t breakType);
257 virtual const LanguageBreakEngine *getEngineFor(UChar32 c, int32_t breakType);
270 virtual const LanguageBreakEngine *loadEngineFor(UChar32 c, int32_t breakType);
ubidi_props.cpp 57 _enumPropertyStartsRange(const void *context, UChar32 start, UChar32 end, uint32_t value) {
69 UChar32 c, start, limit;
147 ubidi_getClass(const UBiDiProps *bdp, UChar32 c) {
153 ubidi_isMirrored(const UBiDiProps *bdp, UChar32 c) {
158 static UChar32
159 getMirror(const UBiDiProps *bdp, UChar32 c, uint16_t props) {
168 UChar32 c2;
190 U_CFUNC UChar32
191 ubidi_getMirror(const UBiDiProps *bdp, UChar32 c)
    [all...]
ucase.h 85 U_CAPI UChar32 U_EXPORT2
86 ucase_tolower(UChar32 c);
88 U_CAPI UChar32 U_EXPORT2
89 ucase_toupper(UChar32 c);
91 U_CAPI UChar32 U_EXPORT2
92 ucase_totitle(UChar32 c);
94 U_CAPI UChar32 U_EXPORT2
95 ucase_fold(UChar32 c, uint32_t options);
107 ucase_addCaseClosure(UChar32 c, const USetAdder *sa);
138 UChar32 next(UnicodeString &full)
    [all...]
  /external/icu/icu4c/source/i18n/
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)
    [all...]
rbt_data.h 125 UnicodeFunctor* lookup(UChar32 standIn) const;
134 UnicodeMatcher* lookupMatcher(UChar32 standIn) const;
143 UnicodeReplacer* lookupReplacer(UChar32 standIn) const;
regeximp.cpp 27 UChar32 CaseFoldingUTextIterator::next() {
28 UChar32 foldedC;
29 UChar32 originalC;
44 foldedC = (UChar32)fFoldLength;
74 UChar32 CaseFoldingUCharIterator::next() {
75 UChar32 foldedC;
76 UChar32 originalC;
92 foldedC = (UChar32)fFoldLength;
regexcmp.h 54 UChar32 fChar;
92 UChar32 nextCharLL();
93 UChar32 peekCharLL();
106 void literalChar(UChar32 c); // Compile a literal char
126 UChar32 scanNamedChar();
130 static void U_EXPORT2 findCaseInsensitiveStarters(UChar32 c, UnicodeSet *starterChars);
149 UChar32 fLastChar; // Previous char, needed to count CR-LF
151 UChar32 fPeekChar; // Saved char, if we've scanned ahead.
223 UChar32 fLastSetLiteral; // The last single code point added to a set.
uitercollationiterator.h 46 virtual UChar32 nextCodePoint(UErrorCode &errorCode);
48 virtual UChar32 previousCodePoint(UErrorCode &errorCode);
51 virtual uint32_t handleNextCE32(UChar32 &c, UErrorCode &errorCode);
78 virtual UChar32 nextCodePoint(UErrorCode &errorCode);
80 virtual UChar32 previousCodePoint(UErrorCode &errorCode);
83 virtual uint32_t handleNextCE32(UChar32 &c, UErrorCode &errorCode);
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);
  /external/icu/icu4c/source/common/unicode/
usetiter.h 80 UChar32 codepoint;
91 UChar32 codepointEnd;
147 inline UChar32 getCodepoint() const;
155 inline UChar32 getCodepointEnd() const;
248 // endElement and nextElements are really UChar32's, but we keep
306 return codepoint == (UChar32)IS_STRING;
309 inline UChar32 UnicodeSetIterator::getCodepoint() const {
313 inline UChar32 UnicodeSetIterator::getCodepointEnd() const {
uchriter.h 165 virtual UChar32 first32(void);
175 virtual UChar32 first32PostInc(void);
193 virtual UChar32 last32(void);
216 virtual UChar32 setIndex32(int32_t position);
230 virtual UChar32 current32(void) const;
261 virtual UChar32 next32(void);
271 virtual UChar32 next32PostInc(void);
300 virtual UChar32 previous32(void);
normalizer2.h 301 getDecomposition(UChar32 c, UnicodeString &decomposition) const = 0;
328 getRawDecomposition(UChar32 c, UnicodeString &decomposition) const;
345 virtual UChar32
346 composePair(UChar32 a, UChar32 b) const;
357 getCombiningClass(UChar32 c) const;
456 virtual UBool hasBoundaryBefore(UChar32 c) const = 0;
472 virtual UBool hasBoundaryAfter(UChar32 c) const = 0;
487 virtual UBool isInert(UChar32 c) const = 0;
617 getDecomposition(UChar32 c, UnicodeString &decomposition) const U_OVERRIDE
    [all...]
uniset.h 282 UChar32* list; // MUST be terminated with HIGH
284 UChar32* buffer; // internal buffer, may be NULL
372 UnicodeSet(UChar32 start, UChar32 end);
596 UnicodeSet& set(UChar32 start, UChar32 end);
781 virtual UBool contains(UChar32 c) const;
791 virtual UBool contains(UChar32 start, UChar32 end) const;
828 UBool containsNone(UChar32 start, UChar32 end) const
    [all...]
rep.h 110 inline UChar32 char32At(int32_t offset) const;
239 virtual UChar32 getChar32At(int32_t offset) const = 0;
254 inline UChar32
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...]
  /external/icu/icu4c/source/tools/gennorm2/
norms.h 39 UChar32 charAt(int32_t i) const { return fArray[i]>>8; }
43 void append(UChar32 c, uint8_t cc);
54 CompositionPair(UChar32 t, UChar32 c) : trail(t), composite(c) {}
55 UChar32 trail, composite;
65 UChar32 c;
82 UChar32 combine(UChar32 trail) const;
86 UChar32 mappingCP; // >=0 if mapping to 1 code point
157 Norm *getNorm(UChar32 c)
    [all...]
extradata.h 33 void rangeHandler(UChar32 start, UChar32 end, Norm &norm) U_OVERRIDE;
51 int32_t writeMapping(UChar32 c, const Norm &norm, UnicodeString &dataString);
52 int32_t writeNoNoMapping(UChar32 c, const Norm &norm,
54 UBool setNoNoDelta(UChar32 c, Norm &norm) const;
56 void writeCompositions(UChar32 c, const Norm &norm, UnicodeString &dataString);
57 void writeExtraData(UChar32 c, Norm &norm);
n2builder.h 57 void setCC(UChar32 c, uint8_t cc);
58 void setOneWayMapping(UChar32 c, const UnicodeString &m);
59 void setRoundTripMapping(UChar32 c, const UnicodeString &m);
60 void removeMapping(UChar32 c);
78 Norm *checkNormForMapping(Norm *p, UChar32 c); // check for permitted overrides
93 void setSmallFCD(UChar32 c);
98 void writeNorm16(UChar32 start, UChar32 end, Norm &norm);
  /external/icu/icu4c/source/test/perf/charperf/
charperf.h 23 typedef void (*CharPerfFn)(UChar32 ch);
31 for (UChar32 i = MIN_; i < MAX_; i ++) {
40 CharPerfFunction(CharPerfFn func, UChar32 min, UChar32 max)
49 UChar32 MIN_;
50 UChar32 MAX_;
119 UChar32 MIN_;
120 UChar32 MAX_;
123 inline void isAlpha(UChar32 ch)
128 inline void isUpper(UChar32 ch
    [all...]
  /bionic/libc/bionic/
icu_wrappers.cpp 32 typedef int8_t (*u_charType_t)(UChar32);
38 typedef int32_t (*u_getIntPropertyValue_t)(UChar32, UProperty);
45 typedef UBool (*u_hasBinaryProperty_t)(UChar32, UProperty);
  /frameworks/minikin/include/minikin/
Emoji.h 31 UCharDirection emojiBidiOverride(const void* context, UChar32 c);

Completed in 470 milliseconds

1 2 3 4 5 6 7 8 91011>>