HomeSort by relevance Sort by last modified time
    Searched refs:char16 (Results 26 - 50 of 59) sorted by null

12 3

  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
opencl-c.h 82 typedef char char16 __attribute__((ext_vector_type(16))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
opencl-c.h 82 typedef char char16 __attribute__((ext_vector_type(16))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/
opencl-c.h 82 typedef char char16 __attribute__((ext_vector_type(16))); typedef
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
opencl-c.h 82 typedef char char16 __attribute__((ext_vector_type(16))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/
opencl-c.h 89 typedef char char16 __attribute__((ext_vector_type(16))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/
opencl-c.h 89 typedef char char16 __attribute__((ext_vector_type(16))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/lib64/clang/5.0/include/
opencl-c.h 89 typedef char char16 __attribute__((ext_vector_type(16))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
opencl-c.h 89 typedef char char16 __attribute__((ext_vector_type(16))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/lib64/clang/5.0/include/
opencl-c.h 89 typedef char char16 __attribute__((ext_vector_type(16))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/lib64/clang/5.0/include/
opencl-c.h 89 typedef char char16 __attribute__((ext_vector_type(16))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/lib64/clang/5.0/include/
opencl-c.h 89 typedef char char16 __attribute__((ext_vector_type(16))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
opencl-c.h 89 typedef char char16 __attribute__((ext_vector_type(16))); typedef
    [all...]
  /external/libchrome/base/strings/
string_split.cc 54 size_t FindFirstOf(StringPiece16 piece, char16 c, size_t pos) {
177 return SplitStringT<string16, string16, char16>(
201 return SplitStringT<string16, StringPiece16, char16>(
string_piece.cc 101 size_t copy(const StringPiece16& self, char16* buf, size_t n, size_t pos) {
144 size_t find(const StringPiece16& self, char16 c, size_t pos) {
195 size_t rfind(const StringPiece16& self, char16 c, size_t pos) {
298 char16 c,
414 char16 c,
utf_string_conversions_unittest.cc 187 static char16 multi16[] = {
string_number_conversions.cc 109 template<> class WhitespaceHelper<char16> {
111 static bool Invoke(char16 c) {
string_number_conversions_unittest.cc 166 const char16 negative_wide_input[] = { 0xFF4D, '4', '2', 0};
231 const char16 negative_wide_input[] = { 0xFF4D, '4', '2', 0};
string_util.cc 82 template<> struct NonASCIIMask<4, char16> {
88 template<> struct NonASCIIMask<8, char16> {
852 char16* WriteInto(string16* str, size_t length_with_null) {
  /system/core/base/
utf8_test.cpp 295 typedef wchar_t char16; typedef in namespace:android::base
314 static char16 multi16[] = {
  /external/icu/android_icu4j/src/main/java/android/icu/text/
UTF16.java 64 * characters, as opposed to <code>char16</code>, which is a UTF-16 code unit. </li>
573 * @param char16 The input character.
576 public static boolean isSurrogate(char char16) {
577 return (char16 & SURROGATE_BITMASK) == SURROGATE_BITS;
583 * @param char16 The input character.
586 public static boolean isTrailSurrogate(char char16) {
587 return (char16 & TRAIL_SURROGATE_BITMASK) == TRAIL_SURROGATE_BITS;
593 * @param char16 The input character.
596 public static boolean isLeadSurrogate(char char16) {
597 return (char16 & LEAD_SURROGATE_BITMASK) == LEAD_SURROGATE_BITS
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UTF16.java 63 * characters, as opposed to <code>char16</code>, which is a UTF-16 code unit. </li>
601 * @param char16 The input character.
605 public static boolean isSurrogate(char char16) {
606 return (char16 & SURROGATE_BITMASK) == SURROGATE_BITS;
612 * @param char16 The input character.
616 public static boolean isTrailSurrogate(char char16) {
617 return (char16 & TRAIL_SURROGATE_BITMASK) == TRAIL_SURROGATE_BITS;
623 * @param char16 The input character.
627 public static boolean isLeadSurrogate(char char16) {
628 return (char16 & LEAD_SURROGATE_BITMASK) == LEAD_SURROGATE_BITS
    [all...]
  /external/libchrome/base/json/
json_value_serializer_unittest.cc 274 all_chars += static_cast<char16>(i);
  /external/libchrome/base/
pickle_unittest.cc 37 // Test raw char16 writing, assumes UTF16 encoding is ANSI for alpha chars.
38 const char16 testrawstring16[] = {'A', 'l', 'o', 'h', 'a', 0};
478 // (1<<31) * sizeof(char16) == 0, so this is particularly evil.
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
UCharacter.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UCharacter.java     [all...]

Completed in 849 milliseconds

12 3