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

12 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/icu/unicode/
uchar.h 108 * For a single character, UChar32 is a simple type that can hold any code point value.
110 * @see UChar32
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
uchar.h 108 * For a single character, UChar32 is a simple type that can hold any code point value.
110 * @see UChar32
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
UnicodeIcu.h 118 inline UChar32 foldCase(UChar32 c)
139 inline UChar32 toLower(UChar32 c)
144 inline UChar32 toUpper(UChar32 c)
157 inline UChar32 toTitleCase(UChar32 c)
162 inline bool isArabicChar(UChar32 c)
167 inline bool isAlphanumeric(UChar32 c
    [all...]
  /external/icu4c/common/
ucase.h 86 U_CAPI UChar32 U_EXPORT2
87 ucase_tolower(const UCaseProps *csp, UChar32 c);
89 U_CAPI UChar32 U_EXPORT2
90 ucase_toupper(const UCaseProps *csp, UChar32 c);
92 U_CAPI UChar32 U_EXPORT2
93 ucase_totitle(const UCaseProps *csp, UChar32 c);
95 U_CAPI UChar32 U_EXPORT2
96 ucase_fold(const UCaseProps *csp, UChar32 c, uint32_t options);
108 ucase_addCaseClosure(const UCaseProps *csp, UChar32 c, const USetAdder *sa);
139 UChar32 next(UnicodeString &full)
    [all...]
normalizer2impl.h 57 static inline UBool isHangul(UChar32 c) {
65 static inline UBool isJamoL(UChar32 c) {
68 static inline UBool isJamoV(UChar32 c) {
76 static inline int32_t decompose(UChar32 c, UChar buffer[3]) {
78 UChar32 c2=c%JAMO_T_COUNT;
94 static inline void getRawDecomposition(UChar32 c, UChar buffer[2]) {
95 UChar32 orig=c;
97 UChar32 c2=c%JAMO_T_COUNT;
139 UBool append(UChar32 c, uint8_t cc, UErrorCode &errorCode) {
164 UBool appendZeroCC(UChar32 c, UErrorCode &errorCode)
    [all...]
uchar.c 57 u_charType(UChar32 c) {
75 _enumTypeRange(const void *context, UChar32 start, UChar32 end, uint32_t value) {
97 u_islower(UChar32 c) {
105 u_isupper(UChar32 c) {
113 u_istitle(UChar32 c) {
121 u_isdigit(UChar32 c) {
128 u_isxdigit(UChar32 c) {
145 u_isalpha(UChar32 c) {
152 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...]
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...]
propsvec.c 93 _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)row[1])
    [all...]
  /external/icu4c/common/unicode/
uniset.h 277 UChar32* list; // MUST be terminated with HIGH
279 UChar32* buffer; // internal buffer, may be NULL
367 UnicodeSet(UChar32 start, UChar32 end);
569 UnicodeSet& set(UChar32 start, UChar32 end);
754 virtual UBool contains(UChar32 c) const;
764 virtual UBool contains(UChar32 start, UChar32 end) const;
801 UBool containsNone(UChar32 start, UChar32 end) const
    [all...]
rep.h 108 inline UChar32 char32At(int32_t offset) const;
237 virtual UChar32 getChar32At(int32_t offset) const = 0;
250 inline UChar32
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/icu4c/i18n/
regexcmp.h 50 UChar32 fChar;
88 UChar32 nextCharLL();
89 UChar32 peekCharLL();
102 void literalChar(UChar32 c); // Compile a literal char
115 UChar32 scanNamedChar();
134 UChar32 fLastChar; // Previous char, needed to count CR-LF
136 UChar32 fPeekChar; // Saved char, if we've scanned ahead.
206 UChar32 fLastSetLiteral; // The last single code point added to a set.
uspoof_wsconf.h 43 UChar32 codePoint; // The source code point.
  /external/icu4c/samples/ucnv/
flagcb.h 36 UChar32 codePoint,
54 UChar32 codePoint,
  /external/icu4c/tools/toolutil/
ppucd.h 47 UChar32 start, end;
51 UChar32 bmg;
52 UChar32 scf, slc, stc, suc;
137 UBool getRangeForAlgNames(UChar32 &start, UChar32 &end, UErrorCode &errorCode);
149 UChar32 parseCodePoint(const char *s, UErrorCode &errorCode);
150 UBool parseCodePointRange(const char *s, UChar32 &start, UChar32 &end, UErrorCode &errorCode);
  /external/webkit/Source/WebCore/css/
CSSOMUtils.h 43 void serializeCharacter(UChar32, Vector<UChar>& appendTo);
44 void serializeCharacterAsCodePoint(UChar32, Vector<UChar>& appendTo);
  /external/webkit/Source/WebCore/html/parser/
HTMLEntitySearch.h 42 UChar32 currentValue() const { return m_currentValue; }
66 UChar32 m_currentValue;
HTMLEntityTable.h 38 UChar32 value;
  /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;

Completed in 570 milliseconds

12 3 4 5 6 7 8 91011>>