HomeSort by relevance Sort by last modified time
    Searched refs:UChar32 (Results 51 - 75 of 417) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/icu4c/common/
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);
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;
  /external/icu4c/common/unicode/
unorm2.h 355 UChar32 c, UChar *decomposition, int32_t capacity,
390 UChar32 c, UChar *decomposition, int32_t capacity,
408 U_DRAFT UChar32 U_EXPORT2
409 unorm2_composePair(const UNormalizer2 *norm2, UChar32 a, UChar32 b);
421 unorm2_getCombiningClass(const UNormalizer2 *norm2, UChar32 c);
506 unorm2_hasBoundaryBefore(const UNormalizer2 *norm2, UChar32 c);
518 unorm2_hasBoundaryAfter(const UNormalizer2 *norm2, UChar32 c);
529 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
unifilt.h 75 virtual UBool contains(UChar32 c) const = 0;
  /external/webkit/Source/JavaScriptCore/icu/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
  /external/webkit/Source/JavaScriptGlue/icu/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
  /external/webkit/Source/WebCore/icu/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
  /external/webkit/Source/WebKit/mac/icu/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
  /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/icu4c/extra/scrptrun/
scrptrun.h 23 UChar32 startChar;
24 UChar32 endChar;
86 static int32_t getPairIndex(UChar32 ch);
88 static UChar32 pairedChars[];
  /external/icu4c/i18n/
casetrn.h 99 U_CFUNC UChar32 U_CALLCONV
  /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/webkit/Source/WebCore/platform/text/
TextBoundaries.h 33 inline bool requiresContextForWordBoundary(UChar32 ch)
  /external/icu4c/test/intltest/
testutil.cpp 16 UnicodeString &TestUtility::appendHex(UnicodeString &buf, UChar32 ch) {
30 UnicodeString TestUtility::hex(UChar32 ch) {
43 UChar32 c;
  /external/webkit/Source/WebCore/platform/graphics/
SegmentedFontData.cpp 39 const SimpleFontData* SegmentedFontData::fontDataForCharacter(UChar32 c) const
49 bool SegmentedFontData::containsCharacter(UChar32 c) const
61 UChar32 c;
  /external/webkit/Source/JavaScriptCore/wtf/unicode/qt4/
UnicodeQt4.h 71 typedef uint32_t UChar32;
157 inline UChar32 toLower(UChar32 ch)
215 inline UChar32 toUpper(UChar32 c)
273 inline int toTitleCase(UChar32 c)
278 inline UChar32 foldCase(UChar32 c)
296 inline bool isArabicChar(UChar32 c)
301 inline bool isPrintableChar(UChar32 c
    [all...]
  /external/webkit/Source/WebCore/css/
CSSOMUtils.cpp 38 static void appendCharacter(UChar32 c, Vector<UChar>& appendTo)
48 void serializeCharacter(UChar32 c, Vector<UChar>& appendTo)
54 void serializeCharacterAsCodePoint(UChar32 c, Vector<UChar>& appendTo)
75 UChar32 c = identifier.characterStartingAt(index);
110 UChar32 c = string.characterStartingAt(index);

Completed in 754 milliseconds

1 23 4 5 6 7 8 91011>>