/external/chromium_org/third_party/icu/source/common/ |
propsvec.c | 92 _findRow(UPropsVectors *pv, UChar32 rangeStart) { 102 if(rangeStart>=(UChar32)row[0]) { 103 if(rangeStart<(UChar32)row[1]) { 106 } else if(rangeStart<(UChar32)(row+=columns)[1]) { 110 } else if(rangeStart<(UChar32)(row+=columns)[1]) { 114 } else if((rangeStart-(UChar32)row[1])<10) { 120 } while(rangeStart>=(UChar32)row[1]); 124 } else if(rangeStart<(UChar32)pv->v[1]) { 135 if(rangeStart<(UChar32)row[0]) { 137 } else if(rangeStart<(UChar32)row[1]) [all...] |
uniset.cpp | 65 * Modify the given UChar32 variable so that it is in range, by 70 static inline UChar32 pinCodePoint(UChar32& c) { 153 list = (UChar32*) uprv_malloc(sizeof(UChar32) * capacity); 170 UnicodeSet::UnicodeSet(UChar32 start, UChar32 end) : 180 list = (UChar32*) uprv_malloc(sizeof(UChar32) * capacity); 207 list = (UChar32*) uprv_malloc(sizeof(UChar32) * capacity) [all...] |
ruleiter.h | 124 UChar32 next(int32_t options, UBool& isEscaped, UErrorCode& ec); 216 UChar32 _current() const;
|
usetiter.cpp | 61 codepoint = (UChar32)IS_STRING; // signal that value is actually a string 94 codepoint = (UChar32)IS_STRING; // signal that value is actually a string 136 if (string==NULL && codepoint!=(UChar32)IS_STRING) { 141 cpString->setTo((UChar32)codepoint);
|
util.h | 54 static UBool isUnprintable(UChar32 c); 62 static UBool escapeUnprintable(UnicodeString& result, UChar32 c); 216 UChar32 c, 258 uprv_isRuleWhiteSpace(UChar32 c);
|
/external/icu4c/common/ |
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...] |
uniset.cpp | 67 * Modify the given UChar32 variable so that it is in range, by 72 static inline UChar32 pinCodePoint(UChar32& c) { 155 list = (UChar32*) uprv_malloc(sizeof(UChar32) * capacity); 172 UnicodeSet::UnicodeSet(UChar32 start, UChar32 end) : 182 list = (UChar32*) uprv_malloc(sizeof(UChar32) * capacity); 209 list = (UChar32*) uprv_malloc(sizeof(UChar32) * capacity) [all...] |
ruleiter.h | 123 UChar32 next(int32_t options, UBool& isEscaped, UErrorCode& ec); 215 UChar32 _current() const;
|
usetiter.cpp | 61 codepoint = (UChar32)IS_STRING; // signal that value is actually a string 94 codepoint = (UChar32)IS_STRING; // signal that value is actually a string 136 if (string==NULL && codepoint!=(UChar32)IS_STRING) { 141 cpString->setTo((UChar32)codepoint);
|
/external/icu4c/common/unicode/ |
unorm2.h | 353 UChar32 c, UChar *decomposition, int32_t capacity, 387 UChar32 c, UChar *decomposition, int32_t capacity, 405 U_STABLE UChar32 U_EXPORT2 406 unorm2_composePair(const UNormalizer2 *norm2, UChar32 a, UChar32 b); 418 unorm2_getCombiningClass(const UNormalizer2 *norm2, UChar32 c); 502 unorm2_hasBoundaryBefore(const UNormalizer2 *norm2, UChar32 c); 514 unorm2_hasBoundaryAfter(const UNormalizer2 *norm2, UChar32 c); 525 unorm2_isInert(const UNormalizer2 *norm2, UChar32 c);
|
uiter.h | 185 typedef UChar32 U_CALLCONV 201 typedef UChar32 U_CALLCONV 217 typedef UChar32 U_CALLCONV 493 U_STABLE UChar32 U_EXPORT2 510 U_STABLE UChar32 U_EXPORT2 527 U_STABLE UChar32 U_EXPORT2
|
appendable.h | 72 virtual UBool appendCodePoint(UChar32 c); 180 virtual UBool appendCodePoint(UChar32 c);
|
unifilt.h | 75 virtual UBool contains(UChar32 c) const = 0;
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
uiter.h | 185 typedef UChar32 U_CALLCONV 201 typedef UChar32 U_CALLCONV 217 typedef UChar32 U_CALLCONV 493 U_STABLE UChar32 U_EXPORT2 510 U_STABLE UChar32 U_EXPORT2 527 U_STABLE UChar32 U_EXPORT2
|
unifilt.h | 75 virtual UBool contains(UChar32 c) const = 0;
|
/external/icu4c/samples/props/ |
props.cpp | 26 printProps(UChar32 codePoint) { 52 static const UChar32
|
/external/chromium/base/third_party/icu/ |
icu_utf.cc | 105 static const UChar32 108 static const UChar32 136 UChar32 137 utf8_nextCharSafeBody(const uint8 *s, int32 *pi, int32 length, UChar32 c, UBool strict) {
|
/external/chromium_org/base/third_party/icu/ |
icu_utf.cc | 105 static const UChar32 108 static const UChar32 136 UChar32 137 utf8_nextCharSafeBody(const uint8 *s, int32 *pi, int32 length, UChar32 c, UBool strict) {
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSOMUtils.cpp | 39 void serializeCharacter(UChar32 c, StringBuilder& appendTo) 45 void serializeCharacterAsCodePoint(UChar32 c, StringBuilder& appendTo) 66 UChar32 c = identifier.characterStartingAt(index); 101 UChar32 c = string.characterStartingAt(index);
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
FontData.h | 51 virtual const SimpleFontData* fontDataForCharacter(UChar32) const = 0;
|
Latin1TextIterator.h | 40 bool consume(UChar32& character, unsigned& clusterLength)
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/android/ |
FontCacheAndroidTest.cpp | 17 const UChar32 testChar = 228;
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
TextBoundaries.h | 34 inline bool requiresContextForWordBoundary(UChar32 ch)
|
/external/chromium_org/third_party/icu/source/i18n/ |
casetrn.h | 99 U_CFUNC UChar32 U_CALLCONV
|
/external/icu4c/extra/scrptrun/ |
scrptrun.h | 23 UChar32 startChar; 24 UChar32 endChar; 86 static int32_t getPairIndex(UChar32 ch); 88 static UChar32 pairedChars[];
|