/external/chromium_org/third_party/icu/source/tools/gennorm2/ |
n2builder.h | 59 void setCC(UChar32 c, uint8_t cc); 60 void setOneWayMapping(UChar32 c, const UnicodeString &m); 61 void setRoundTripMapping(UChar32 c, const UnicodeString &m); 62 void removeMapping(UChar32 c); 79 Norm *getNorm(UChar32 c); 80 Norm *createNorm(UChar32 c); 81 Norm *checkNormForMapping(Norm *p, UChar32 c); // check for permitted overrides 83 const Norm &getNormRef(UChar32 c) const; 84 uint8_t getCC(UChar32 c) const; 86 UChar32 combine(const Norm &norm, UChar32 trail) const [all...] |
/external/icu/icu4c/source/tools/gennorm2/ |
n2builder.h | 59 void setCC(UChar32 c, uint8_t cc); 60 void setOneWayMapping(UChar32 c, const UnicodeString &m); 61 void setRoundTripMapping(UChar32 c, const UnicodeString &m); 62 void removeMapping(UChar32 c); 79 Norm *getNorm(UChar32 c); 80 Norm *createNorm(UChar32 c); 81 Norm *checkNormForMapping(Norm *p, UChar32 c); // check for permitted overrides 83 const Norm &getNormRef(UChar32 c) const; 84 uint8_t getCC(UChar32 c) const; 86 UChar32 combine(const Norm &norm, UChar32 trail) const [all...] |
/external/icu/icu4c/source/i18n/ |
collationsets.h | 55 UBool handleCE32(UChar32 start, UChar32 end, uint32_t ce32); 58 void compare(UChar32 c, uint32_t ce32, uint32_t baseCE32); 59 void comparePrefixes(UChar32 c, const UChar *p, const UChar *q); 60 void compareContractions(UChar32 c, const UChar *p, const UChar *q); 62 void addPrefixes(const CollationData *d, UChar32 c, const UChar *p); 63 void addPrefix(const CollationData *d, const UnicodeString &pfx, UChar32 c, uint32_t ce32); 64 void addContractions(UChar32 c, const UChar *p); 65 void addSuffix(UChar32 c, const UnicodeString &sfx); 66 void add(UChar32 c) [all...] |
regeximp.cpp | 26 UChar32 CaseFoldingUTextIterator::next() { 27 UChar32 foldedC; 28 UChar32 originalC; 43 foldedC = (UChar32)fFoldLength; 74 UChar32 CaseFoldingUCharIterator::next() { 75 UChar32 foldedC; 76 UChar32 originalC; 92 foldedC = (UChar32)fFoldLength;
|
/external/chromium_org/third_party/icu/source/test/perf/charperf/ |
charperf.h | 19 typedef void (*CharPerfFn)(UChar32 ch); 27 for (UChar32 i = MIN_; i < MAX_; i ++) { 36 CharPerfFunction(CharPerfFn func, UChar32 min, UChar32 max) 45 UChar32 MIN_; 46 UChar32 MAX_; 115 UChar32 MIN_; 116 UChar32 MAX_; 119 inline void isAlpha(UChar32 ch) 124 inline void isUpper(UChar32 ch [all...] |
/external/icu/icu4c/source/test/perf/charperf/ |
charperf.h | 19 typedef void (*CharPerfFn)(UChar32 ch); 27 for (UChar32 i = MIN_; i < MAX_; i ++) { 36 CharPerfFunction(CharPerfFn func, UChar32 min, UChar32 max) 45 UChar32 MIN_; 46 UChar32 MAX_; 115 UChar32 MIN_; 116 UChar32 MAX_; 119 inline void isAlpha(UChar32 ch) 124 inline void isUpper(UChar32 ch [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSUnicodeRangeValue.h | 36 static PassRefPtrWillBeRawPtr<CSSUnicodeRangeValue> create(UChar32 from, UChar32 to) 41 UChar32 from() const { return m_from; } 42 UChar32 to() const { return m_to; } 51 CSSUnicodeRangeValue(UChar32 from, UChar32 to) 58 UChar32 m_from; 59 UChar32 m_to;
|
CSSFontFace.h | 74 UnicodeRange(UChar32 from, UChar32 to) 80 UChar32 from() const { return m_from; } 81 UChar32 to() const { return m_to; } 82 bool contains(UChar32 c) const { return m_from <= c && c <= m_to; } 84 bool operator<(UChar32 c) const { return m_to < c; } 87 UChar32 m_from; 88 UChar32 m_to; 94 bool contains(UChar32) const; 104 bool maybeScheduleFontLoad(const FontDescription&, UChar32); [all...] |
/external/chromium_org/third_party/icu/source/common/ |
ubidi_props.c | 54 _enumPropertyStartsRange(const void *context, UChar32 start, UChar32 end, uint32_t value) { 64 UChar32 c, start, limit; 132 ubidi_getClass(const UBiDiProps *bdp, UChar32 c) { 138 ubidi_isMirrored(const UBiDiProps *bdp, UChar32 c) { 143 static UChar32 144 getMirror(const UBiDiProps *bdp, UChar32 c, uint16_t props) { 153 UChar32 c2; 175 U_CFUNC UChar32 176 ubidi_getMirror(const UBiDiProps *bdp, UChar32 c) [all...] |
uset_imp.h | 28 USetAdd(USet *set, UChar32 c); 31 USetAddRange(USet *set, UChar32 start, UChar32 end); 37 USetRemove(USet *set, UChar32 c); 40 USetRemoveRange(USet *set, UChar32 start, UChar32 end);
|
ubidi_props.h | 47 ubidi_getClass(const UBiDiProps *bdp, UChar32 c); 50 ubidi_isMirrored(const UBiDiProps *bdp, UChar32 c); 52 U_CFUNC UChar32 53 ubidi_getMirror(const UBiDiProps *bdp, UChar32 c); 56 ubidi_isBidiControl(const UBiDiProps *bdp, UChar32 c); 59 ubidi_isJoinControl(const UBiDiProps *bdp, UChar32 c); 62 ubidi_getJoiningType(const UBiDiProps *bdp, UChar32 c); 65 ubidi_getJoiningGroup(const UBiDiProps *bdp, UChar32 c); 68 ubidi_getPairedBracketType(const UBiDiProps *bdp, UChar32 c); 70 U_CFUNC UChar32 [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...] |
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...] |
/external/icu/icu4c/source/common/ |
ubidi_props.c | 54 _enumPropertyStartsRange(const void *context, UChar32 start, UChar32 end, uint32_t value) { 64 UChar32 c, start, limit; 132 ubidi_getClass(const UBiDiProps *bdp, UChar32 c) { 138 ubidi_isMirrored(const UBiDiProps *bdp, UChar32 c) { 143 static UChar32 144 getMirror(const UBiDiProps *bdp, UChar32 c, uint16_t props) { 153 UChar32 c2; 175 U_CFUNC UChar32 176 ubidi_getMirror(const UBiDiProps *bdp, UChar32 c) [all...] |
uset_imp.h | 28 USetAdd(USet *set, UChar32 c); 31 USetAddRange(USet *set, UChar32 start, UChar32 end); 37 USetRemove(USet *set, UChar32 c); 40 USetRemoveRange(USet *set, UChar32 start, UChar32 end);
|
ubidi_props.h | 47 ubidi_getClass(const UBiDiProps *bdp, UChar32 c); 50 ubidi_isMirrored(const UBiDiProps *bdp, UChar32 c); 52 U_CFUNC UChar32 53 ubidi_getMirror(const UBiDiProps *bdp, UChar32 c); 56 ubidi_isBidiControl(const UBiDiProps *bdp, UChar32 c); 59 ubidi_isJoinControl(const UBiDiProps *bdp, UChar32 c); 62 ubidi_getJoiningType(const UBiDiProps *bdp, UChar32 c); 65 ubidi_getJoiningGroup(const UBiDiProps *bdp, UChar32 c); 68 ubidi_getPairedBracketType(const UBiDiProps *bdp, UChar32 c); 70 U_CFUNC UChar32 [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...] |
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...] |
/external/chromium_org/third_party/WebKit/Source/wtf/unicode/icu/ |
UnicodeIcu.h | 117 inline UChar32 foldCase(UChar32 c) 138 inline UChar32 toLower(UChar32 c) 143 inline UChar32 toUpper(UChar32 c) 156 inline UChar32 toTitleCase(UChar32 c) 161 inline bool isArabicChar(UChar32 c) 166 inline bool isAlphanumeric(UChar32 c [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
SegmentedFontData.h | 38 FontDataRange(UChar32 from, UChar32 to, PassRefPtr<SimpleFontData> fontData) 45 UChar32 from() const { return m_from; } 46 UChar32 to() const { return m_to; } 51 UChar32 m_from; 52 UChar32 m_to; 65 bool containsCharacter(UChar32) const; 70 virtual const SimpleFontData* fontDataForCharacter(UChar32) const OVERRIDE;
|
/external/chromium_org/third_party/icu/source/i18n/ |
regeximp.cpp | 26 UChar32 CaseFoldingUTextIterator::next() { 27 UChar32 foldedC; 28 UChar32 originalC; 43 foldedC = (UChar32)fFoldLength; 74 UChar32 CaseFoldingUCharIterator::next() { 75 UChar32 foldedC; 76 UChar32 originalC; 92 foldedC = (UChar32)fFoldLength;
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
testutil.h | 22 static UnicodeString &appendHex(UnicodeString &buf, UChar32 ch); 24 static UnicodeString hex(UChar32 ch);
|
/external/icu/icu4c/source/test/intltest/ |
testutil.h | 22 static UnicodeString &appendHex(UnicodeString &buf, UChar32 ch); 24 static UnicodeString hex(UChar32 ch);
|
/external/chromium_org/third_party/icu/source/samples/ucnv/ |
flagcb.h | 36 UChar32 codePoint, 54 UChar32 codePoint,
|
/external/icu/icu4c/source/samples/ucnv/ |
flagcb.h | 36 UChar32 codePoint, 54 UChar32 codePoint,
|