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

1 2 3 4 5 6 7 8 91011>>

  /external/icu4c/test/intltest/
tsdcfmsy.cpp 190 foo.setSymbol((DecimalFormatSymbols::ENumberFormatSymbol)i, UnicodeString((UChar32)(0x10330 + i)));
193 if(foo.getSymbol((DecimalFormatSymbols::ENumberFormatSymbol)i) != UnicodeString((UChar32)(0x10330 + i))) {
197 UnicodeString((UChar32)(0x10330 + i)));
ustrtest.cpp 121 test3.append((UChar32)0x20402);
123 errln((UnicodeString)"append failed for UChar32, expected \"\\\\ud841\\\\udc02\", got " + prettify(test3));
126 errln("append or length failed for UChar32, expected 2, got " + test3.length());
128 test3.append((UChar32)0x0074);
130 errln((UnicodeString)"append failed for UChar32, expected \"\\\\uD841\\\\uDC02t\", got " + prettify(test3));
133 errln((UnicodeString)"append or length failed for UChar32, expected 2, got " + test3.length());
136 // test some UChar32 overloads
137 if( test3.setTo((UChar32)0x10330).length() != 2 ||
138 test3.insert(0, (UChar32)0x20100).length() != 4 ||
139 test3.replace(2, 2, (UChar32)0xe0061).length() != 4 |
    [all...]
  /external/icu4c/test/iotest/
stream.cpp 66 str4.append((UChar32)0x03BC); /* mu */
67 str4.append((UChar32)0x10001);
68 str4.append((UChar32)0x10002);
  /external/webkit/Source/WebCore/platform/graphics/
WidthIterator.cpp 94 UChar32 c = *cp;
101 UChar32 normalized = normalizeVoicingMarks(currentCharacter);
235 UChar32 WidthIterator::normalizeVoicingMarks(int currentCharacter)
Font.cpp 342 bool Font::isCJKIdeograph(UChar32 c)
387 bool Font::isCJKIdeographOrSymbol(UChar32 c)
450 UChar32 character = characters[i];
471 UChar32 character = characters[i - 1];
494 bool Font::canReceiveTextEmphasis(UChar32 c)
  /external/icu4c/i18n/
uspoof_wsconf.cpp 181 UChar32 startCodePoint = SpoofImpl::ScanHex(
183 UChar32 endCodePoint = startCodePoint;
221 UChar32 cp;
319 UChar32 rangeStart = ignoreSet.getRangeStart(rn);
320 UChar32 rangeEnd = ignoreSet.getRangeEnd(rn);
rbt_pars.cpp 151 virtual const UnicodeFunctor* lookupMatcher(UChar32 ch) const;
159 UBool isMatcher(UChar32 ch);
165 UBool isReplacer(UChar32 ch);
189 const UnicodeFunctor* ParseData::lookupMatcher(UChar32 ch) const {
226 UBool ParseData::isMatcher(UChar32 ch) {
241 UBool ParseData::isReplacer(UChar32 ch) {
446 UChar32 escaped = rule.unescapeAt(pos); // pos is already past '\\'
447 if (escaped == (UChar32) -1) {
796 UChar32 c = text.char32At(i);
811 UChar32 c = text.char32At(i)
    [all...]
decimfmt.cpp     [all...]
brktrans.cpp 101 UChar32 cp = sText.char32At(boundary-1);
nortrans.cpp 137 UChar32 c = text.char32At(start);
rbt_pars.h 216 UBool checkVariableRange(UChar32 ch) const;
titletrn.cpp 94 UChar32 c;
  /external/webkit/Source/WebCore/platform/text/
TextCodecICU.cpp 343 static UChar fallbackForGBK(UChar32 character)
361 UChar32 codePoint, UConverterCallbackReason reason, UErrorCode* err)
375 UChar32 codePoint, UConverterCallbackReason reason, UErrorCode* err)
389 UChar32 codePoint, UConverterCallbackReason reason, UErrorCode* err)
405 UChar32 codePoint, UConverterCallbackReason reason, UErrorCode* err)
  /external/icu4c/tools/toolutil/
ucm.c 43 printMapping(UCMapping *m, UChar32 *codePoints, uint8_t *bytes, FILE *f) {
92 const UChar32 *lu, *ru;
781 UChar32 codePoints[UCNV_EXT_MAX_UCHARS],
786 UChar32 cp;
804 (cp=(UChar32)uprv_strtoul(s+2, &end, 16), end)==s+2 ||
914 UChar32 codePoints[UCNV_EXT_MAX_UCHARS],
917 UChar32 c;
944 table->codePoints=(UChar32 *)uprv_malloc(table->codePointsCapacity*4);
1042 UChar32 codePoints[UCNV_EXT_MAX_UCHARS],
1088 UChar32 codePoints[UCNV_EXT_MAX_UCHARS]
    [all...]
  /external/icu4c/io/
ustdio.c 288 U_CAPI UChar32 U_EXPORT2 /* U_CAPI ... U_EXPORT2 added by Peter Kirk 17 Nov 2001 */
289 u_fputc(UChar32 uc,
617 ufile_getch32(UFILE *f, UChar32 *c32)
651 U_CAPI UChar32 U_EXPORT2 /* U_CAPI ... U_EXPORT2 added by Peter Kirk 17 Nov 2001 */
654 UChar32 ch;
659 U_CAPI UChar32 U_EXPORT2 /* U_CAPI ... U_EXPORT2 added by Peter Kirk 17 Nov 2001 */
660 u_fungetc(UChar32 ch,
  /external/icu4c/common/
dictbe.cpp 37 DictionaryBreakEngine::handles(UChar32 c, int32_t breakType) const {
56 UChar32 c = utext_current32(text);
251 UChar32 uc;
318 UChar32 pc = utext_current32(text);
483 UChar32 uc;
551 UChar32 pc = utext_current32(text);
806 /* UChar32 uc = */ normalizer.next();
    [all...]
usc_impl.c 58 static const UChar32 pairedChars[] = {
157 getPairIndex(UChar32 ch)
272 UChar32 ch = high;
ucnv_u8.c 357 UChar32 ch;
472 UChar32 ch;
601 static UChar32 ucnv_getNextUChar_UTF8(UConverterToUnicodeArgs *args,
608 UChar32 ch;
626 return (UChar32)myByte;
743 static const UChar32
747 static const UChar32
763 UChar32 c;
774 c=(UChar32)utf8->toUnicodeStatus;
    [all...]
  /external/icu4c/samples/ucnv/
convsamp.cpp 150 void printUChar(UChar32 ch32)
381 UChar32 codepoint;
401 UChar32 charCount = 0x10000; /* increase this if you want to handle non bmp.. todo: automatically bump it.. */
402 UChar32 p;
406 UChar32 l = 0;
567 UChar32 target;
  /external/icu4c/test/cintltst/
usettest.c 34 static char oneUCharToChar(UChar32 c);
296 UChar32 c;
347 static char oneUCharToChar(UChar32 c) {
365 UChar32 start = 1, end = 0;
446 UChar32 c;
481 UChar32 c;
utf8tst.c 146 UChar32 c=codepoint[i+1];
178 static const UChar32 result[]={
196 UChar32 c;
235 static const UChar32 result[]={
275 UChar32 c=0x0000;
359 UChar32 ch;
390 static const UChar32 codePoints[]={
400 UChar32 c;
786 /* UChar32 c=0;*/
    [all...]
utf16tst.c 98 UChar32 c=codepoint[i+1];
130 static UChar32 result[]={
132 (UChar32)0xfca10000, 0xdc00, UTF_ERROR_VALUE,
148 UChar32 c;
185 static UChar32 result[]={
217 UChar32 c=0x0000;
647 static const UChar32 codePoints[]={
672 UChar32 c;
708 static UChar32 s[] = {0x10000, 0x10ffff, 0x50000, 0x100000, 0x1abcd};
  /external/clang/test/ARCMT/
Common.h 19 typedef int32_t UChar32;
  /external/icu4c/i18n/unicode/
dcfmtsym.h 436 UChar32 sym = value.char32At(0);
  /external/icu4c/samples/ustring/
ustring.cpp 38 UChar32 c;
104 UChar32 c;
199 UChar32 c;
425 UnicodeString one((UChar32)0x24001);

Completed in 683 milliseconds

1 2 3 4 5 6 7 8 91011>>