/external/icu4c/i18n/ |
casetrn.h | 99 U_CFUNC UChar32 U_CALLCONV
|
regeximp.h | 333 inline UBool contains(UChar32 c); 334 inline void add(UChar32 c); 342 inline UBool Regex8BitSet::contains(UChar32 c) { 347 inline void Regex8BitSet::add(UChar32 c) { 376 UChar32 next(); // Next case folded character 401 UChar32 next(); // Next case folded character
|
rbt_data.cpp | 97 TransliterationRuleData::lookup(UChar32 standIn) const { 103 TransliterationRuleData::lookupMatcher(UChar32 standIn) const { 109 TransliterationRuleData::lookupReplacer(UChar32 standIn) const {
|
/external/icu4c/tools/genrb/ |
read.h | 41 U_CFUNC UChar32 unescape(UCHARBUF *buf, UErrorCode *status);
|
read.c | 41 UChar32 initialChar, 45 static UChar32 getNextChar (UCHARBUF *buf, UBool skipwhite, struct UString *token, UErrorCode *status); 48 static UBool isWhitespace (UChar32 c); 49 static UBool isNewline (UChar32 c); 70 UChar32 c; 119 UChar32 initialChar, 123 UChar32 c; 129 UChar32 prevC=0; 319 static UChar32 getNextChar(UCHARBUF* buf, 323 UChar32 c, c2 [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
SegmentedFontData.cpp | 40 const SimpleFontData* SegmentedFontData::fontDataForCharacter(UChar32 c) const 50 bool SegmentedFontData::containsCharacter(UChar32 c) const 62 UChar32 c;
|
/external/chromium_org/third_party/icu/source/common/ |
rbbiscan.h | 55 UChar32 fChar; 88 UChar32 nextCharLL(); 105 UChar32 fLastChar; // Previous char, needed to count CR-LF
|
ruleiter.cpp | 35 UChar32 RuleCharacterIterator::next(int32_t options, UBool& isEscaped, UErrorCode& ec) { 38 UChar32 c = DONE; 104 UChar32 a = _current(); 135 UChar32 RuleCharacterIterator::_current() const { 140 return (i < text.length()) ? text.char32At(i) : (UChar32)DONE;
|
ucase.c | 55 _enumPropertyStartsRange(const void *context, UChar32 start, UChar32 end, uint32_t value) { 131 U_CAPI UChar32 U_EXPORT2 132 ucase_tolower(const UCaseProps *csp, UChar32 c) { 148 U_CAPI UChar32 U_EXPORT2 149 ucase_toupper(const UCaseProps *csp, UChar32 c) { 165 U_CAPI UChar32 U_EXPORT2 166 ucase_totitle(const UCaseProps *csp, UChar32 c) { 197 ucase_addCaseClosure(const UCaseProps *csp, UChar32 c, const USetAdder *sa) { 376 UChar32 c [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
testutil.cpp | 16 UnicodeString &TestUtility::appendHex(UnicodeString &buf, UChar32 ch) { 30 UnicodeString TestUtility::hex(UChar32 ch) { 43 UChar32 c;
|
/external/icu4c/common/ |
rbbiscan.h | 55 UChar32 fChar; 88 UChar32 nextCharLL(); 105 UChar32 fLastChar; // Previous char, needed to count CR-LF
|
uniset_closure.cpp | 56 list = (UChar32*) uprv_malloc(sizeof(UChar32) * capacity); 77 list = (UChar32*) uprv_malloc(sizeof(UChar32) * capacity); 144 _set_add(USet *set, UChar32 c) { 149 _set_addRange(USet *set, UChar32 start, UChar32 end) { 206 UChar32 result; 211 UChar32 start = getRangeStart(i); 212 UChar32 end = getRangeEnd(i) [all...] |
util.h | 53 static UBool isUnprintable(UChar32 c); 61 static UBool escapeUnprintable(UnicodeString& result, UChar32 c); 215 UChar32 c,
|
ruleiter.cpp | 36 UChar32 RuleCharacterIterator::next(int32_t options, UBool& isEscaped, UErrorCode& ec) { 39 UChar32 c = DONE; 104 UChar32 a = _current(); 135 UChar32 RuleCharacterIterator::_current() const { 140 return (i < text.length()) ? text.char32At(i) : (UChar32)DONE;
|
ucase.cpp | 58 _enumPropertyStartsRange(const void *context, UChar32 start, UChar32 /*end*/, uint32_t /*value*/) { 134 U_CAPI UChar32 U_EXPORT2 135 ucase_tolower(const UCaseProps *csp, UChar32 c) { 151 U_CAPI UChar32 U_EXPORT2 152 ucase_toupper(const UCaseProps *csp, UChar32 c) { 168 U_CAPI UChar32 U_EXPORT2 169 ucase_totitle(const UCaseProps *csp, UChar32 c) { 200 ucase_addCaseClosure(const UCaseProps *csp, UChar32 c, const USetAdder *sa) { 378 UChar32 c [all...] |
utf_impl.c | 80 static const UChar32 83 static const UChar32 89 static UChar32 124 U_CAPI UChar32 U_EXPORT2 125 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict) { 185 utf8_appendCharSafeBody(uint8_t *s, int32_t i, int32_t length, UChar32 c, UBool *pIsError) { 229 U_CAPI UChar32 U_EXPORT2 230 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict) { 256 c|=(UChar32)b<<shift; 280 c|=(UChar32)(b&0x3f)<<shift [all...] |
normalizer2.cpp | 39 Normalizer2::getRawDecomposition(UChar32, UnicodeString &) const { 43 UChar32 44 Normalizer2::composePair(UChar32, UChar32) const { 49 Normalizer2::getCombiningClass(UChar32 /*c*/) const { 97 getDecomposition(UChar32, UnicodeString &) const { 113 virtual UBool hasBoundaryBefore(UChar32) const { return TRUE; } 114 virtual UBool hasBoundaryAfter(UChar32) const { return TRUE; } 115 virtual UBool isInert(UChar32) const { return TRUE; } 200 getDecomposition(UChar32 c, UnicodeString &decomposition) const [all...] |
/external/icu4c/test/intltest/ |
testutil.cpp | 16 UnicodeString &TestUtility::appendHex(UnicodeString &buf, UChar32 ch) { 30 UnicodeString TestUtility::hex(UChar32 ch) { 43 UChar32 c;
|
/external/chromium_org/third_party/icu/source/tools/genrb/ |
read.c | 40 UChar32 initialChar, 44 static UChar32 getNextChar (UCHARBUF *buf, UBool skipwhite, struct UString *token, UErrorCode *status); 47 static UBool isWhitespace (UChar32 c); 48 static UBool isNewline (UChar32 c); 68 UChar32 c; 117 UChar32 initialChar, 121 UChar32 c; 127 UChar32 prevC=0; 317 static UChar32 getNextChar(UCHARBUF* buf, 321 UChar32 c, c2 [all...] |
/external/icu4c/tools/gennorm2/ |
n2builder.cpp | 67 UChar32 start, limit; 94 CompositionPair(UChar32 t, UChar32 c) : trail(t), composite(c) {} 95 UChar32 trail, composite; 105 UChar32 c; 125 UChar32 mappingCP; // >=0 if mapping to 1 code point 157 virtual UBool rangeHandler(UChar32 start, UChar32 end, uint32_t value) = 0; 166 enumRangeHandler(const void *context, UChar32 start, UChar32 end, uint32_t value) [all...] |
gennorm2.cpp | 225 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { 235 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { 255 builder.setRoundTripMapping((UChar32)startCP, mapping); 257 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) [all...] |
/external/chromium_org/third_party/icu/source/tools/gennorm2/ |
n2builder.cpp | 67 UChar32 start, limit; 94 CompositionPair(UChar32 t, UChar32 c) : trail(t), composite(c) {} 95 UChar32 trail, composite; 105 UChar32 c; 124 UChar32 mappingCP; // >=0 if mapping to 1 code point 146 virtual UBool rangeHandler(UChar32 start, UChar32 end, uint32_t value) = 0; 155 enumRangeHandler(const void *context, UChar32 start, UChar32 end, uint32_t value) [all...] |
gennorm2.cpp | 219 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { 229 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { 249 builder.setRoundTripMapping((UChar32)startCP, mapping); 251 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
rbt_data.cpp | 97 TransliterationRuleData::lookup(UChar32 standIn) const { 103 TransliterationRuleData::lookupMatcher(UChar32 standIn) const { 109 TransliterationRuleData::lookupReplacer(UChar32 standIn) const {
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
HTMLEntityParser.h | 50 void append(UChar32 c)
|