OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:uchar32
(Results
201 - 225
of
762
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/icu/icu4c/source/common/
uniset_props.cpp
117
_set_add(USet *set,
UChar32
c) {
122
_set_addRange(USet *set,
UChar32
start,
UChar32
end) {
335
list = (
UChar32
*) uprv_malloc(sizeof(
UChar32
) * capacity);
467
UChar32
lastChar = 0;
480
UChar32
c = 0;
840
static UBool numericValueFilter(
UChar32
ch, void* context) {
844
static UBool generalCategoryMaskFilter(
UChar32
ch, void* context) {
846
return (U_GET_GC_MASK((
UChar32
) ch) & value) != 0
[
all
...]
caniter.cpp
168
UChar32
cp = 0;
287
UChar32
cp;
445
UChar32
cp;
455
UChar32
cp2 = iter.getCodepoint();
498
Hashtable *CanonicalIterator::extract(Hashtable *fillinResult,
UChar32
comp, const UChar *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status) {
499
//Hashtable *CanonicalIterator::extract(
UChar32
comp, const UnicodeString &segment, int32_t segLen, int32_t segmentPos, UErrorCode &status) {
516
UChar32
cp;
518
UChar32
decompCp;
/external/icu/icu4c/source/i18n/
rulebasedcollator.cpp
386
RuleBasedCollator::internalAddContractions(
UChar32
c, UnicodeSet &set, UErrorCode &errorCode) const {
785
UChar32
nextCodePoint() {
790
UChar32
c;
803
UChar32
nextDecomposedCodePoint(const Normalizer2Impl &nfcImpl,
UChar32
c) {
816
virtual
UChar32
nextRawCodePoint() = 0;
828
virtual
UChar32
nextRawCodePoint() {
830
UChar32
c = *s++;
880
virtual
UChar32
nextRawCodePoint() {
882
UChar32
c
[
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
Font.h
126
inline GlyphData glyphDataForCharacter(
UChar32
& c, bool mirror, bool spaceNormalize = false, FontDataVariant variant = AutoVariant) const
133
std::pair<GlyphData, GlyphPage*> glyphDataAndPageForCharacter(
UChar32
&, bool mirror, bool normalizeSpace = false, FontDataVariant = AutoVariant) const;
134
bool primaryFontHasGlyphForCharacter(
UChar32
) const;
181
void willUseFontData(
UChar32
) const;
FontSelector.h
43
virtual void willUseFontData(const FontDescription&, const AtomicString& familyName,
UChar32
) = 0;
Latin1TextIterator.h
40
bool consume(
UChar32
& character, unsigned& clusterLength)
/external/chromium_org/third_party/WebKit/Source/platform/text/
TextBoundaries.cpp
42
UChar32
ch;
54
UChar32
ch;
TextBoundaries.h
34
inline bool requiresContextForWordBoundary(
UChar32
ch)
UnicodeUtilities.h
36
PLATFORM_EXPORT bool isSeparator(
UChar32
);
UnicodeUtilitiesTest.cpp
44
static const
UChar32
kMaxLatinCharCount = 256;
47
UBool U_CALLCONV testFirstAndLastCharsInCategory(const void *context,
UChar32
start,
UChar32
limit, UCharCategory type)
82
for (
UChar32
character = 0; character < kMaxLatinCharCount; ++character) {
/external/chromium_org/third_party/icu/source/common/
caniter.cpp
168
UChar32
cp = 0;
287
UChar32
cp;
445
UChar32
cp;
455
UChar32
cp2 = iter.getCodepoint();
498
Hashtable *CanonicalIterator::extract(Hashtable *fillinResult,
UChar32
comp, const UChar *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status) {
499
//Hashtable *CanonicalIterator::extract(
UChar32
comp, const UnicodeString &segment, int32_t segLen, int32_t segmentPos, UErrorCode &status) {
516
UChar32
cp;
518
UChar32
decompCp;
chariter.cpp
92
UChar32
/external/chromium_org/third_party/icu/source/common/unicode/
uchriter.h
163
virtual
UChar32
first32(void);
173
virtual
UChar32
first32PostInc(void);
191
virtual
UChar32
last32(void);
214
virtual
UChar32
setIndex32(int32_t position);
228
virtual
UChar32
current32(void) const;
259
virtual
UChar32
next32(void);
269
virtual
UChar32
next32PostInc(void);
298
virtual
UChar32
previous32(void);
umachine.h
252
/* UChar and
UChar32
definitions -------------------------------------------- */
282
* Define
UChar32
as a type for single Unicode code points.
283
*
UChar32
is a signed 32-bit integer (same as int32_t).
290
* Before ICU 2.4 (Jitterbug 2146),
UChar32
was defined
293
* That is, the definition of
UChar32
was platform-dependent.
298
typedef int32_t
UChar32
;
302
* (take or) return single code points (
UChar32
).
315
* @see
UChar32
/external/icu/icu4c/source/common/unicode/
uchriter.h
163
virtual
UChar32
first32(void);
173
virtual
UChar32
first32PostInc(void);
191
virtual
UChar32
last32(void);
214
virtual
UChar32
setIndex32(int32_t position);
228
virtual
UChar32
current32(void) const;
259
virtual
UChar32
next32(void);
269
virtual
UChar32
next32PostInc(void);
298
virtual
UChar32
previous32(void);
umachine.h
252
/* UChar and
UChar32
definitions -------------------------------------------- */
282
* Define
UChar32
as a type for single Unicode code points.
283
*
UChar32
is a signed 32-bit integer (same as int32_t).
290
* Before ICU 2.4 (Jitterbug 2146),
UChar32
was defined
293
* That is, the definition of
UChar32
was platform-dependent.
298
typedef int32_t
UChar32
;
302
* (take or) return single code points (
UChar32
).
315
* @see
UChar32
/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/editing/
SmartReplace.h
36
bool isCharacterSmartReplaceExempt(
UChar32
c, bool isPreviousCharacter);
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLEntityParser.h
50
void append(
UChar32
c)
HTMLEntityTable.h
37
UChar32
firstValue;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
FontFallbackWin.h
49
PLATFORM_EXPORT const UChar* getFallbackFamily(
UChar32
character,
/external/chromium_org/third_party/WebKit/Source/wtf/unicode/
CharacterNames.h
36
// Most of these are UChar constants, not
UChar32
, which makes them
41
const
UChar32
aegeanWordSeparatorLine = 0x10100;
42
const
UChar32
aegeanWordSeparatorDot = 0x10101;
93
const
UChar32
ugariticWordDivider = 0x1039F;
/external/chromium_org/third_party/icu/source/i18n/
casetrn.h
99
U_CFUNC
UChar32
U_CALLCONV
decfmtst.cpp
72
static
UChar32
gMinusSigns[] = {
81
static
UChar32
gPlusSigns[] = {
90
static void initUnicodeSet(const
UChar32
*raw, int32_t len, UnicodeSet *s) {
227
const UnicodeSet *DecimalFormatStaticSets::getSimilarDecimals(
UChar32
decimal, UBool strictParse)
Completed in 589 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>