HomeSort by relevance Sort by last modified time
    Searched refs:utf32 (Results 1 - 20 of 20) sorted by null

  /external/svox/pico/lib/
picobase.c 98 static picoos_uint32 base_utf32_lowercase (picoos_uint32 utf32)
103 lc = utf32;
104 if (((utf32 >= 65313) && (utf32 <= 65338))) {
105 lc = (utf32 + 32);
106 } else if (((utf32 >= 66560) && (utf32 <= 66599))) {
107 lc = (utf32 + 40);
108 } else if (((utf32 >= 7680) && (utf32 <= 9423)))
1144 picobase_utf32 utf32; local
1175 picobase_utf32 utf32; local
1203 picoos_uint32 utf32; local
1222 picoos_uint32 utf32; local
    [all...]
  /system/core/libutils/
Unicode.cpp 142 char32_t utf32 = first_char; local
147 utf32 = (utf32 << 6) + (*cur++ & 0x3F);
150 utf32 &= ~(to_ignore_mask << (6 * (num_to_read - 1)));
153 return static_cast<int32_t>(utf32);
375 char32_t utf32;
379 utf32 = (*cur_utf16++ - 0xD800) << 10;
380 utf32 |= *cur_utf16++ - 0xDC00;
381 utf32 += 0x10000;
383 utf32 = (char32_t) *cur_utf16++
    [all...]
  /external/harfbuzz_ng/test/api/
test-buffer.c 34 static const uint32_t utf32[7] = {'a', 'b', 0x20000, 'd', 'e', 'f', 'g'}; variable
49 "utf32",
73 for (i = 1; i < G_N_ELEMENTS (utf32) - 1; i++)
74 hb_buffer_add (b, utf32[i], i);
78 hb_buffer_add_utf32 (b, utf32, G_N_ELEMENTS (utf32), 1, G_N_ELEMENTS (utf32) - 2);
213 g_assert_cmphex (glyphs[i].codepoint, ==, utf32[1+i]);
221 g_assert_cmphex (glyphs[i].codepoint, ==, utf32[len-i]);
225 g_assert_cmphex (glyphs[i].codepoint, ==, utf32[1+i])
761 const uint32_t utf32[8]; member in struct:__anon19943
    [all...]
  /external/libchrome/base/strings/
utf_string_conversions_unittest.cc 158 const wchar_t* utf32; member in struct:base::WideToUTF8Case
179 WideToUTF8(test.utf32, wcslen(test.utf32), &converted));
  /external/skia/src/pdf/
SkPDFUtils.h 104 inline void WriteUTF16beHex(SkDynamicMemoryWStream* wStream, SkUnichar utf32) {
106 size_t len = SkUTF16_FromUnichar(utf32, utf16);
SkPDFDevice.cpp 1261 const SkUnichar* utf32 = (const SkUnichar*)sourceText; local
    [all...]
  /system/core/base/
utf8_test.cpp 263 const wchar_t* utf32; member in struct:android::base::WideToUTF8Case
284 WideToUTF8(convert_cases[i].utf32,
285 wcslen(convert_cases[i].utf32),
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPrint3D.cpp 488 @param[in] UTF32 Array of UTF32 characters
491 @brief Takes an array of UTF32 characters and generates the required mesh.
493 EPVRTError CPVRTPrint3D::Print3D(float fPosX, float fPosY, const float fScale, unsigned int Colour, const CPVRTArray<PVRTuint32>& UTF32, bool bUpdate)
503 if(UTF32.GetSize() == 0)
524 m_nCachedNumVerts = UpdateLine(0.0f, fPosX, fPosY, fScale, Colour, UTF32, m_pPrint3dVtx);
642 // Convert from UTF8 to UTF32
714 const CPVRTArray<PVRTuint32>& utf32)
717 if(utf32.GetSize() == 0) {
730 for(PVRTuint32 uiIndex = 0; uiIndex < utf32.GetSize(); uiIndex++
    [all...]
PVRTPrint3D.h 345 @param[in] utf32 UTF32 string to take the size of.
351 const CPVRTArray<PVRTuint32>& utf32);
354 @brief Takes an array of UTF32 characters and generates the required mesh.
359 @param[in] UTF32 Array of UTF32 characters
363 EPVRTError Print3D(float fPosX, float fPosY, const float fScale, unsigned int Colour, const CPVRTArray<PVRTuint32>& UTF32, bool bUpdate);
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/charsetdet/
DetectingViewer.java 312 Charset utf32 = CharsetICU.forNameICU(encoding); local
318 sb.append(utf32.decode(ByteBuffer.wrap(bytes)).toString());
  /system/core/liblog/
logprint.c 1174 uint32_t utf32; local
    [all...]
  /external/skia/src/ports/
SkTypeface_win_dw.cpp 111 const UINT32* utf32 = reinterpret_cast<const UINT32*>(chars); local
112 fDWriteFontFace->GetGlyphIndices(utf32, glyphCount, glyphs);
SkFontHost_win.cpp 786 uint16_t SkScalerContext_GDI::generateCharToGlyph(SkUnichar utf32) {
790 if (SkUTF16_FromUnichar(utf32, (uint16_t*)utf16) == 1) {
    [all...]
SkFontHost_mac.cpp     [all...]
  /external/icu/icu4c/source/common/
unistr.cpp 451 UnicodeString UnicodeString::fromUTF32(const UChar32 *utf32, int32_t length) {
467 utf32, length,
1012 UnicodeString::toUTF32(UChar32 *utf32, int32_t capacity, UErrorCode &errorCode) const {
1016 u_strToUTF32WithSub(utf32, capacity, &length32,
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ncnvtst.c 777 UChar32 *utf32 = (UChar32*)malloc(MAX_LENGTH*sizeof(UChar32)); local
    [all...]
nucnvtst.c 866 /*UTF32 LE*/
869 /*UTF32 BE*/
918 /*UTF32 LE*/
1143 static const uint8_t utf32[]={ local
1196 static const uint8_t utf32[]={ local
    [all...]
ccapitst.c 2763 static const uint8_t utf32[]={ local
    [all...]
  /external/icu/icu4c/source/test/intltest/
ustrtest.cpp 1816 static const UChar32 utf32[] = { local
    [all...]
  /external/icu/icu4c/source/common/unicode/
unistr.h     [all...]

Completed in 877 milliseconds