HomeSort by relevance Sort by last modified time
    Searched refs:utf32 (Results 1 - 15 of 15) 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...]
  /external/chromium/base/
utf_string_conversions_unittest.cc 175 const wchar_t* utf32; member in struct:base::WideToUTF8Case
196 WideToUTF8(convert_cases[i].utf32,
197 wcslen(convert_cases[i].utf32),
  /frameworks/base/libs/utils/
String8.cpp 742 char32_t utf32 = 0; local
750 utf32 = (utf32 << 6) + (*cur++ & 0x3F);
757 utf32 |= ((~to_ignore_mask) & first_char) << (6 * (num_to_read - 1));
758 if (utf32 > android::kUnicodeMaxCodepoint) {
835 char32_t utf32 = first_char; local
840 utf32 = (utf32 << 6) + (*cur++ & 0x3F);
843 utf32 &= ~(to_ignore_mask << (6 * (num_to_read - 1)));
846 return static_cast<int32_t>(utf32);
923 char32_t utf32; local
    [all...]
  /external/chromium/third_party/icu/source/common/
unistr.cpp 414 UnicodeString UnicodeString::fromUTF32(const UChar32 *utf32, int32_t length) {
430 utf32, length,
866 UnicodeString::toUTF32(UChar32 *utf32, int32_t capacity, UErrorCode &errorCode) const {
870 u_strToUTF32WithSub(utf32, capacity, &length32,
    [all...]
  /external/icu4c/common/
unistr.cpp 415 UnicodeString UnicodeString::fromUTF32(const UChar32 *utf32, int32_t length) {
431 utf32, length,
878 UnicodeString::toUTF32(UChar32 *utf32, int32_t capacity, UErrorCode &errorCode) const {
882 u_strToUTF32WithSub(utf32, capacity, &length32,
    [all...]
  /external/icu4c/test/cintltst/
ncnvtst.c 779 UChar32 *utf32 = (UChar32*)malloc(MAX_LENGTH*sizeof(UChar32)); local
    [all...]
nucnvtst.c 868 /*UTF32 LE*/
871 /*UTF32 BE*/
1145 static const uint8_t utf32[]={ local
1198 static const uint8_t utf32[]={ local
    [all...]
ccapitst.c 2792 utf32[]={ local
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
ncnvtst.c 762 UChar32 *utf32 = (UChar32*)malloc(MAX_LENGTH*sizeof(UChar32)); local
    [all...]
nucnvtst.c 836 /*UTF32 LE*/
839 /*UTF32 BE*/
888 /*UTF32 LE*/
891 /*UTF32 BE*/
1113 static const uint8_t utf32[]={ local
1166 static const uint8_t utf32[]={ local
    [all...]
ccapitst.c 2701 utf32[]={ local
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
ustrtest.cpp 1784 static const UChar32 utf32[] = { local
    [all...]
  /external/icu4c/test/intltest/
ustrtest.cpp 1801 static const UChar32 utf32[] = { local
    [all...]
  /external/chromium/third_party/icu/public/common/unicode/
unistr.h     [all...]
  /external/icu4c/common/unicode/
unistr.h     [all...]

Completed in 1155 milliseconds