OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:uchar32
(Results
76 - 100
of
762
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/WebKit/Source/platform/fonts/android/
FontCacheAndroidTest.cpp
17
const
UChar32
testChar = 228;
/external/chromium_org/third_party/icu/source/common/
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;
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/chromium_org/third_party/icu/source/i18n/
decfmtst.h
39
static const UnicodeSet *getSimilarDecimals(
UChar32
decimal, UBool strictParse);
regextxt.cpp
20
UChar32
c;
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.
/external/chromium_org/third_party/icu/source/test/intltest/
canittst.h
49
void characterTest(UnicodeString &s,
UChar32
ch, CanonicalIterator &it);
citrtest.h
35
* test the iteration functionality in different ways with unicodestring of
UChar32
's
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){
usettest.h
92
UBool toPatternAux(
UChar32
start,
UChar32
end);
164
UChar32
start,
UChar32
end);
/external/chromium_org/third_party/icu/source/test/perf/unisetperf/draft/
unicont.h
23
virtual UBool contains(
UChar32
c) const = 0;
/external/chromium_org/third_party/icu/source/tools/genrb/
read.h
41
U_CFUNC
UChar32
unescape(UCHARBUF *buf, UErrorCode *status);
/external/icu/icu4c/source/common/
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;
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/icu/icu4c/source/i18n/
decfmtst.h
39
static const UnicodeSet *getSimilarDecimals(
UChar32
decimal, UBool strictParse);
regextxt.cpp
20
UChar32
c;
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.
/external/icu/icu4c/source/test/intltest/
canittst.h
49
void characterTest(UnicodeString &s,
UChar32
ch, CanonicalIterator &it);
citrtest.h
35
* test the iteration functionality in different ways with unicodestring of
UChar32
's
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){
usettest.h
92
UBool toPatternAux(
UChar32
start,
UChar32
end);
164
UChar32
start,
UChar32
end);
/external/icu/icu4c/source/test/perf/unisetperf/draft/
unicont.h
23
virtual UBool contains(
UChar32
c) const = 0;
/external/icu/icu4c/source/tools/genrb/
read.h
41
U_CFUNC
UChar32
unescape(UCHARBUF *buf, UErrorCode *status);
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSOMUtils.h
44
void serializeCharacter(
UChar32
, StringBuilder& appendTo);
45
void serializeCharacterAsCodePoint(
UChar32
, StringBuilder& appendTo);
/external/chromium_org/third_party/icu/source/samples/props/
props.cpp
26
printProps(
UChar32
codePoint) {
52
static const
UChar32
Completed in 1245 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>