HomeSort by relevance Sort by last modified time
    Searched full:uchar32 (Results 301 - 325 of 762) sorted by null

<<11121314151617181920>>

  /external/icu/icu4c/source/common/unicode/
utf.h 24 * The UChar and UChar32 data types for Unicode code units and code points
54 * UChar32 is defined to be a signed 32-bit integer (int32_t), large enough for a 21-bit
56 * Before ICU 2.4, the definition of UChar32 was similarly platform-dependent as
57 * the definition of UChar. For details see the documentation for UChar32 itself.
  /external/icu/icu4c/source/i18n/
uni2name.cpp 97 UChar32 c = text.char32At(cursor);
  /external/icu/icu4c/source/io/
ufile.h 108 ufile_getch32(UFILE *f, UChar32 *ch);
  /external/icu/icu4c/source/test/intltest/
sfwdchit.cpp 114 UChar32 SimpleFwdCharIterator::next32PostInc(void) {
tokiter.cpp 86 UChar32 c32 = line.unescapeAt(pos);
  /external/icu/icu4c/source/test/letest/
SimpleFontInstance.cpp 57 if (u_getCombiningClass((UChar32) glyph) == 0) {
  /external/icu/icu4c/source/test/perf/leperf/
SimpleFontInstance.cpp 57 if (u_getCombiningClass((UChar32) glyph) == 0) {
  /external/chromium_org/third_party/icu/source/test/cintltst/
utf8tst.c 148 UChar32 c=codepoint[i+1];
180 static const UChar32 result[]={
198 UChar32 c, expected;
245 static const UChar32 result[]={
285 UChar32 c, expected;
401 static const UChar32 result[]={
415 UChar32 c, c2, expected;
486 UChar32 ch;
517 static const UChar32 codePoints[]={
527 UChar32 c
    [all...]
utf16tst.c 100 UChar32 c=codepoint[i+1];
132 static UChar32 result[]={
134 (UChar32)0xfca10000, 0xdc00, UTF_ERROR_VALUE,
150 UChar32 c;
187 static UChar32 result[]={
219 UChar32 c=0x0000;
343 static const UChar32 result[]={
352 UChar32 c, c2;
715 static const UChar32 codePoints[]={
740 UChar32 c
    [all...]
utexttst.c 111 UChar32 c;
189 UChar32 c;
  /external/icu/icu4c/source/test/cintltst/
utf8tst.c 148 UChar32 c=codepoint[i+1];
180 static const UChar32 result[]={
198 UChar32 c, expected;
245 static const UChar32 result[]={
285 UChar32 c, expected;
401 static const UChar32 result[]={
415 UChar32 c, c2, expected;
486 UChar32 ch;
517 static const UChar32 codePoints[]={
527 UChar32 c
    [all...]
utf16tst.c 100 UChar32 c=codepoint[i+1];
132 static UChar32 result[]={
134 (UChar32)0xfca10000, 0xdc00, UTF_ERROR_VALUE,
150 UChar32 c;
187 static UChar32 result[]={
219 UChar32 c=0x0000;
343 static const UChar32 result[]={
352 UChar32 c, c2;
715 static const UChar32 codePoints[]={
740 UChar32 c
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
Font.cpp 314 void Font::willUseFontData(UChar32 character) const
321 static inline bool isInRange(UChar32 character, UChar32 lowerBound, UChar32 upperBound)
326 static bool shouldIgnoreRotation(UChar32 character)
405 static inline std::pair<GlyphData, GlyphPage*> glyphDataAndPageForNonCJKCharacterWithGlyphOrientation(UChar32 character, NonCJKGlyphOrientation orientation, GlyphData& data, GlyphPage* page, unsigned pageNumber)
439 std::pair<GlyphData, GlyphPage*> Font::glyphDataAndPageForCharacter(UChar32& c, bool mirror, bool normalizeSpace, FontDataVariant variant) const
445 UChar32 upperC = toUpper(c);
549 UChar32 characterToRender = c;
584 bool Font::primaryFontHasGlyphForCharacter(UChar32 character) cons
    [all...]
  /external/chromium_org/third_party/icu/source/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],
1089 UChar32 codePoints[UCNV_EXT_MAX_UCHARS]
    [all...]
  /external/icu/icu4c/source/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],
1089 UChar32 codePoints[UCNV_EXT_MAX_UCHARS]
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisiblePosition.h 85 UChar32 characterAfter() const;
86 UChar32 characterBefore() const { return previous().characterAfter(); }
  /external/chromium_org/third_party/icu/source/common/
bmpset.cpp 118 UChar32 start, limit;
242 int32_t BMPSet::findCodePoint(UChar32 c, int32_t lo, int32_t hi) const {
277 BMPSet::contains(UChar32 c) const {
603 UChar32 c=(b<<12)|(t1<<6)|t2;
617 UChar32 c=((UChar32)(b-0xf0)<<18)|((UChar32)t1<<12)|(t2<<6)|t3;
692 UChar32 c;
dictionarydata.h 105 UChar32 transform(UChar32 c) const;
ustr_imp.h 234 * NUL-terminate a UChar32 * string if possible.
238 u_terminateUChar32s(UChar32 *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode);
  /external/chromium_org/third_party/icu/source/common/unicode/
ucnv_err.h 229 * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint.
239 UChar32 codePoint,
279 * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint.
290 UChar32 codePoint,
308 * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint.
320 UChar32 codePoint,
365 * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint.
376 UChar32 codePoint,
utf16.h 110 (((UChar32)(lead)<<10UL)+(UChar32)(trail)-U16_SURROGATE_OFFSET)
160 * @param c output UChar32 variable
194 * @param c output UChar32 variable
231 * @param c output UChar32 variable
260 * @param c output UChar32 variable
460 * @param c output UChar32 variable
488 * @param c output UChar32 variable
  /external/chromium_org/third_party/icu/source/i18n/
bocsu.h 158 u_writeIdenticalLevelRunTwoChars(UChar32 first, UChar32 second, uint8_t *p);
  /external/chromium_org/third_party/icu/source/samples/ucnv/
flagcb.c 34 UChar32 codePoint,
176 UChar32 codePoint,
  /external/chromium_org/third_party/icu/source/test/intltest/
tstnrapi.cpp 58 tel=UnicodeString(1, (UChar32)0x2121, 10);
128 copy.setText(UnicodeString(1000, (UChar32)0x308, 1000), errorCode);
  /external/chromium_org/third_party/icu/source/test/perf/unisetperf/draft/
bitset.cpp 98 UChar32 start, end;
179 UBool contains(UChar32 c) const {

Completed in 1451 milliseconds

<<11121314151617181920>>