HomeSort by relevance Sort by last modified time
    Searched refs:UChar32 (Results 151 - 175 of 400) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/icu/icu4c/source/common/
ucnv_ext.h 361 U_CFUNC UChar32
374 UChar32 cp,
383 UChar32 cp, uint32_t *pValue,
uniset_props.cpp 320 UChar32 lastChar = 0;
333 UChar32 c = 0;
695 static UBool numericValueFilter(UChar32 ch, void* context) {
699 static UBool generalCategoryMaskFilter(UChar32 ch, void* context) {
701 return (U_GET_GC_MASK((UChar32) ch) & value) != 0;
704 static UBool versionFilter(UChar32 ch, void* context) {
717 static UBool intPropertyFilter(UChar32 ch, void* context) {
719 return u_getIntPropertyValue((UChar32) ch, c->prop) == c->value;
722 static UBool scriptExtensionsFilter(UChar32 ch, void* context) {
749 UChar32 startHasProperty = -1
    [all...]
util_props.cpp 151 UChar32 ch = str.char32At(p);
196 UChar32 ch = text.char32At(p);
utrie2.cpp 42 get32(const UNewTrie2 *trie, UChar32 c, UBool fromLSCP) {
61 utrie2_get32(const UTrie2 *trie, UChar32 c) {
74 utrie2_get32FromLeadSurrogateCodeUnit(const UTrie2 *trie, UChar32 c) {
88 u8Index(const UTrie2 *trie, UChar32 c, int32_t i) {
98 utrie2_internalU8NextIndex(const UTrie2 *trie, UChar32 c,
113 utrie2_internalU8PrevIndex(const UTrie2 *trie, UChar32 c,
444 UChar32 start, UChar32 limit,
450 UChar32 c, prev, highStart;
492 UChar32 tempLimit=c+UTRIE2_CP_PER_INDEX_1_ENTRY
    [all...]
ucnv_u32.cpp 220 UChar32 ch, ch2;
322 UChar32 ch, ch2;
420 static UChar32 U_CALLCONV
425 UChar32 myUChar;
448 myUChar = ((UChar32)mySource[0] << 24)
449 | ((UChar32)mySource[1] << 16)
450 | ((UChar32)mySource[2] << 8)
451 | ((UChar32)mySource[3]);
698 UChar32 ch, ch2;
808 UChar32 ch, ch2
    [all...]
ustrtrns.cpp 43 const UChar32 *src,
45 UChar32 subchar, int32_t *pNumSubstitutions,
47 const UChar32 *srcLimit;
48 UChar32 ch;
143 const UChar32 *src,
153 U_CAPI UChar32* U_EXPORT2
154 u_strToUTF32WithSub(UChar32 *dest,
159 UChar32 subchar, int32_t *pNumSubstitutions,
162 UChar32 ch;
164 UChar32 *destLimit
    [all...]
  /external/icu/icu4c/source/common/unicode/
uscript.h 530 * @param codepoint UChar32 codepoint
536 uscript_getScript(UChar32 codepoint, UErrorCode *err);
551 uscript_hasScript(UChar32 c, UScriptCode sc);
583 uscript_getScriptExtensions(UChar32 c,
utext.h 57 * UChar32 c;
69 * UChar32 c;
451 U_STABLE UChar32 U_EXPORT2
465 U_STABLE UChar32 U_EXPORT2
487 U_STABLE UChar32 U_EXPORT2
503 * @return the previous UChar32 code point, or U_SENTINEL (-1)
508 U_STABLE UChar32 U_EXPORT2
530 U_STABLE UChar32 U_EXPORT2
550 U_STABLE UChar32 U_EXPORT2
    [all...]
unistr.h 136 * If explicit, then the UnicodeString(char16_t) and UnicodeString(UChar32)
232 * in the range 0..0x10ffff. ICU uses the UChar32 type for code points.</p>
    [all...]
caniter.h 199 Hashtable *extract(Hashtable *fillinResult, UChar32 comp, const char16_t *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status);
200 //Hashtable *extract(UChar32 comp, const UnicodeString &segment, int32_t segLen, int32_t segmentPos, UErrorCode &status);
  /external/icu/icu4c/source/i18n/unicode/
dcfmtsym.h 397 inline UChar32 getCodePointZero() const {
482 UChar32 fCodePointZero;
552 UChar32 sym = value.char32At(0);
  /external/icu/icu4c/source/test/cintltst/
cucdtst.c 530 static void testSampleCharProps(UBool propFn(UChar32), const char *propName,
531 const UChar32 *sampleChars, int32_t sampleCharsLength,
546 static const UChar32 sampleSpaces[] = {0x0020, 0x00a0, 0x2000, 0x2001, 0x2005};
547 static const UChar32 sampleNonSpaces[] = {0x61, 0x62, 0x63, 0x64, 0x74};
548 static const UChar32 sampleUndefined[] = {0xfff1, 0xfff7, 0xfa6e};
549 static const UChar32 sampleDefined[] = {0x523E, 0x4f88, 0xfffd};
550 static const UChar32 sampleBase[] = {0x0061, 0x0031, 0x03d2};
551 static const UChar32 sampleNonBase[] = {0x002B, 0x0020, 0x203B};
553 static const UChar32 sampleDigits[]= {0x0030, 0x0662, 0x0F23, 0x0ED5};
554 static const UChar32 sampleNonDigits[] = {0x0010, 0x0041, 0x0122, 0x68FE}
    [all...]
  /external/icu/libandroidicu/include/unicode/
uscript.h 530 * @param codepoint UChar32 codepoint
536 uscript_getScript(UChar32 codepoint, UErrorCode *err);
551 uscript_hasScript(UChar32 c, UScriptCode sc);
583 uscript_getScriptExtensions(UChar32 c,
utext.h 57 * UChar32 c;
69 * UChar32 c;
451 U_STABLE UChar32 U_EXPORT2
465 U_STABLE UChar32 U_EXPORT2
487 U_STABLE UChar32 U_EXPORT2
503 * @return the previous UChar32 code point, or U_SENTINEL (-1)
508 U_STABLE UChar32 U_EXPORT2
530 U_STABLE UChar32 U_EXPORT2
550 U_STABLE UChar32 U_EXPORT2
    [all...]
  /external/icu/icu4c/source/i18n/
collation.cpp 124 Collation::getThreeBytePrimaryForOffsetData(UChar32 c, int64_t dataCE) {
133 Collation::unassignedPrimaryFromCodePoint(UChar32 c) {
collationfastlatin.h 222 static uint32_t lookup(const uint16_t *table, UChar32 c);
223 static uint32_t lookupUTF8(const uint16_t *table, UChar32 c,
225 static uint32_t lookupUTF8Unsafe(const uint16_t *table, UChar32 c,
228 static uint32_t nextPair(const uint16_t *table, UChar32 c, uint32_t ce,
scriptset.h 67 void setScriptExtensions(UChar32 codePoint, UErrorCode& status);
uspoof_conf.h 114 void addKeyEntry(UChar32 keyChar, // The key character
  /external/icu/icu4c/source/test/intltest/
utxttest.cpp 116 s.append(UChar32(j+0x11000));
125 UChar32 c1 = 0;
126 UChar32 c2 = 0x100;
127 UChar32 c3 = 0xa000;
128 UChar32 c4 = 0x11000;
163 UChar32 c;
445 UChar32 usc; // code point from Unicode String
446 UChar32 utc; // code point from UText
521 UChar32 usc; // code point from Unicode String
522 UChar32 utc; // code point from UTex
    [all...]
nptrans.cpp 127 UBool NamePrepTransform::isProhibited(UChar32 ch){
166 UChar32 ch =0 ;
230 UChar32 ch = 0;
276 UBool NamePrepTransform::isLabelSeparator(UChar32 ch, UErrorCode& status){
sfwdchit.cpp 116 UChar32 SimpleFwdCharIterator::next32PostInc(void) {
tokiter.cpp 88 UChar32 c32 = line.unescapeAt(pos);
  /external/icu/libandroidicu/static_shim/
shim.cpp 63 void UCNV_FROM_U_CALLBACK_ESCAPE_android(const void * context, UConverterFromUnicodeArgs * fromUArgs, const UChar * codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode * err) {
66 void UCNV_FROM_U_CALLBACK_SKIP_android(const void * context, UConverterFromUnicodeArgs * fromUArgs, const UChar * codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode * err) {
69 void UCNV_FROM_U_CALLBACK_STOP_android(const void * context, UConverterFromUnicodeArgs * fromUArgs, const UChar * codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode * err) {
72 void UCNV_FROM_U_CALLBACK_SUBSTITUTE_android(const void * context, UConverterFromUnicodeArgs * fromUArgs, const UChar * codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode * err) {
105 void u_charAge_android(UChar32 c, UVersionInfo versionArray) {
108 int32_t u_charDigitValue_android(UChar32 c) {
111 UCharDirection u_charDirection_android(UChar32 c) {
114 UChar32 u_charFromName_android(UCharNameChoice nameChoice, const char * name, UErrorCode * pErrorCode) {
117 UChar32 u_charMirror_android(UChar32 c)
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
ppucd.cpp 204 UChar32 start, end;
255 newValues.remove((UChar32)UCHAR_BLOCK);
498 newValues.add((UChar32)prop);
506 PreparsedUCD::getRangeForAlgNames(UChar32 &start, UChar32 &end, UErrorCode &errorCode) {
526 UChar32
537 return (UChar32)value;
541 PreparsedUCD::parseCodePointRange(const char *s, UChar32 &start, UChar32 &end, UErrorCode &errorCode) {
550 start=(UChar32)st
    [all...]
  /external/icu/icu4c/source/io/
ufile.h 115 ufile_getch32(UFILE *f, UChar32 *ch);

Completed in 501 milliseconds

1 2 3 4 5 67 8 91011>>