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

1 2 3 4 56 7 8 91011>>

  /external/icu4c/test/intltest/
usettest.h 92 UBool toPatternAux(UChar32 start, UChar32 end);
164 UChar32 start, UChar32 end);
  /external/webkit/Source/JavaScriptCore/wtf/unicode/
UnicodeMacrosFromICU.h 11 #define U_IS_BMP(c) ((UChar32)(c)<=0xffff)
16 (((UChar32)(lead)<<10UL)+(UChar32)(trail)-U16_SURROGATE_OFFSET)
22 #define U_IS_SUPPLEMENTARY(c) ((UChar32)((c)-0x10000)<=0xfffff)
  /external/webkit/Source/JavaScriptCore/wtf/unicode/brew/
UnicodeBrew.cpp 140 Direction direction(UChar32 c)
150 DecompositionType decompositionType(UChar32 c)
155 unsigned char combiningClass(UChar32 c)
160 UChar mirroredChar(UChar32 c)
  /external/webkit/Source/JavaScriptCore/wtf/unicode/wince/
UnicodeWinCE.cpp 150 Direction direction(UChar32 c)
160 DecompositionType decompositionType(UChar32 c)
165 unsigned char combiningClass(UChar32 c)
170 UChar mirroredChar(UChar32 c)
  /external/webkit/Source/WebCore/editing/qt/
SmartReplaceQt.cpp 35 bool isCharacterSmartReplaceExempt(UChar32 c, bool isPreviousCharacter)
  /external/webkit/Source/WebCore/platform/graphics/
GlyphPageTreeNode.h 80 unsigned indexForCharacter(UChar32 c) const { return c % size; }
81 GlyphData glyphDataForCharacter(UChar32 c) const
99 const SimpleFontData* fontDataForCharacter(UChar32 c) const
104 void setGlyphDataForCharacter(UChar32 c, Glyph g, const SimpleFontData* f)
WidthIterator.h 58 UChar32 normalizeVoicingMarks(int currentCharacter);
  /external/webkit/Source/WebCore/platform/text/
UnicodeRange.h 119 unsigned int findCharUnicodeRange(UChar32 ch);
  /external/icu4c/common/
dictionarydata.h 105 UChar32 transform(UChar32 c) const;
util.cpp 69 UBool ICU_Utility::isUnprintable(UChar32 c) {
79 UBool ICU_Utility::escapeUnprintable(UnicodeString& result, UChar32 c) {
164 //? UChar32 c;
238 UChar32 cpat = pat.char32At(ipat);
241 UChar32 c = text.char32At(index);
280 * If there is no final character, pass in (UChar32)-1 as c.
282 * @param c the character to append, or (UChar32)-1 if none.
296 UChar32 c,
338 if (c != (UChar32)-1) {
uniset_props.cpp 141 _set_add(USet *set, UChar32 c) {
146 _set_addRange(USet *set, UChar32 start, UChar32 end) {
337 list = (UChar32*) uprv_malloc(sizeof(UChar32) * capacity);
469 UChar32 lastChar = 0;
482 UChar32 c = 0;
842 static UBool numericValueFilter(UChar32 ch, void* context) {
846 static UBool generalCategoryMaskFilter(UChar32 ch, void* context) {
848 return (U_GET_GC_MASK((UChar32) ch) & value) != 0
    [all...]
ustrcase.cpp 42 UChar32 c;
91 static UChar32 U_CALLCONV
94 UChar32 c;
134 UChar32 c, c2 = 0;
170 UChar32 c;
256 ( src[titleStart] == (UChar32) 0x0049 || src[titleStart] == (UChar32) 0x0069 ) &&
257 ( src[titleStart+1] == (UChar32) 0x004A || src[titleStart+1] == (UChar32) 0x006A )) {
258 c=(UChar32) 0x004A
    [all...]
utrie.h 333 * @param c32 (UChar32, in) the input code point
344 * @param c32 (UChar32, in) the input code point
470 UTrieEnumRange(const void *context, UChar32 start, UChar32 limit, uint32_t value);
593 UNewTrieGetFoldedValue(UNewTrie *trie, UChar32 start, int32_t offset);
671 utrie_set32(UNewTrie *trie, UChar32 c, uint32_t value);
684 utrie_get32(UNewTrie *trie, UChar32 c, UBool *pInBlockZero);
699 utrie_setRange32(UNewTrie *trie, UChar32 start, UChar32 limit, uint32_t value, UBool overwrite);
normlzr.cpp 248 UChar32 Normalizer::current() {
261 UChar32 Normalizer::next() {
263 UChar32 c=buffer.char32At(bufferPos);
276 UChar32 Normalizer::previous() {
278 UChar32 c=buffer.char32At(bufferPos-1);
302 UChar32 Normalizer::first() {
312 UChar32 Normalizer::last() {
483 UChar32 c;
506 UChar32 c=text->previous32();
brkeng.cpp 72 UnhandledEngine::handles(UChar32 c, int32_t breakType) const {
85 UChar32 c = utext_current32(text);
102 UnhandledEngine::handleCharacter(UChar32 c, int32_t breakType) {
142 ICULanguageBreakFactory::getEngineFor(UChar32 c, int32_t breakType) {
221 ICULanguageBreakFactory::loadEngineFor(UChar32 c, int32_t breakType) {
dictionarydata.cpp 40 UChar32 c = utext_next32(text);
82 UChar32 BytesDictionaryMatcher::transform(UChar32 c) const {
93 return (UChar32)delta;
104 UChar32 c = utext_next32(text);
  /external/icu4c/test/perf/unisetperf/draft/
trieset.cpp 44 UChar32 start, end;
96 UBool contains(UChar32 c) const {
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ustring.h 49 * Some APIs accept a 32-bit UChar32 value for a single code point.
238 u_strchr32(const UChar *s, UChar32 c);
325 u_strrchr32(const UChar *s, UChar32 c);
838 u_memchr32(const UChar *s, UChar32 c, int32_t count);
878 u_memrchr32(const UChar *s, UChar32 c, int32_t count);
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ustring.h 49 * Some APIs accept a 32-bit UChar32 value for a single code point.
238 u_strchr32(const UChar *s, UChar32 c);
325 u_strrchr32(const UChar *s, UChar32 c);
838 u_memchr32(const UChar *s, UChar32 c, int32_t count);
878 u_memrchr32(const UChar *s, UChar32 c, int32_t count);
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ustring.h 49 * Some APIs accept a 32-bit UChar32 value for a single code point.
238 u_strchr32(const UChar *s, UChar32 c);
325 u_strrchr32(const UChar *s, UChar32 c);
838 u_memchr32(const UChar *s, UChar32 c, int32_t count);
878 u_memrchr32(const UChar *s, UChar32 c, int32_t count);
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
ustring.h 49 * Some APIs accept a 32-bit UChar32 value for a single code point.
238 u_strchr32(const UChar *s, UChar32 c);
325 u_strrchr32(const UChar *s, UChar32 c);
838 u_memchr32(const UChar *s, UChar32 c, int32_t count);
878 u_memrchr32(const UChar *s, UChar32 c, int32_t count);
    [all...]
  /external/icu4c/tools/toolutil/
ucm.h 51 UChar32 u;
71 UChar32 *codePoints;
132 UChar32 codePoints[UCNV_EXT_MAX_UCHARS],
139 UChar32 codePoints[UCNV_EXT_MAX_UCHARS],
252 UChar32 codePoints[UCNV_EXT_MAX_UCHARS],
259 UChar32 codePoints[UCNV_EXT_MAX_UCHARS],
ppucd.cpp 203 UChar32 start, end;
453 newValues.add((UChar32)prop);
461 PreparsedUCD::getRangeForAlgNames(UChar32 &start, UChar32 &end, UErrorCode &errorCode) {
481 UChar32
492 return (UChar32)value;
496 PreparsedUCD::parseCodePointRange(const char *s, UChar32 &start, UChar32 &end, UErrorCode &errorCode) {
505 start=(UChar32)st;
506 end=(UChar32)e
    [all...]
  /external/icu4c/samples/uciter8/
uit_len8.c 119 UChar32 c;
148 UChar32 c;
204 UChar32 c;
384 static UChar32 U_CALLCONV
390 UChar32 c;
406 static UChar32 U_CALLCONV
419 UChar32 c;
443 static UChar32 U_CALLCONV
457 UChar32 c;
513 UChar32 c
    [all...]
  /external/icu4c/common/unicode/
utf8.h 117 U_STABLE UChar32 U_EXPORT2
118 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict);
130 utf8_appendCharSafeBody(uint8_t *s, int32_t i, int32_t length, UChar32 c, UBool *pIsError);
141 U_STABLE UChar32 U_EXPORT2
142 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict);
219 * @param c output UChar32 variable
243 * @param c output UChar32 variable, set to <0 in case of an error
268 * @param c output UChar32 variable
302 * @param c output UChar32 variable, set to <0 in case of an error
533 * @param c output UChar32 variabl
    [all...]

Completed in 1372 milliseconds

1 2 3 4 56 7 8 91011>>