HomeSort by relevance Sort by last modified time
    Searched full:x1100 (Results 1 - 25 of 156) sorted by null

1 2 3 4 5 6 7

  /external/webkit/Source/WebCore/editing/
SmartReplaceICU.cpp 62 uset_addRange(smartSet, 0x1100, 0x1100 + 256); // Hangul Jamo (0x1100 - 0x11FF)
SmartReplaceCF.cpp 47 CFCharacterSetAddCharactersInRange(smartSet, CFRangeMake(0x1100, 256)); // Hangul Jamo (0x1100 - 0x11FF)
  /external/webkit/Source/WebCore/editing/qt/
SmartReplaceQt.cpp 43 if ((c >= 0x1100 && c <= (0x1100 + 256)) // Hangul Jamo (0x1100 - 0x11FF)
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SmsCbConstants.java 34 public static final int MESSAGE_ID_PWS_FIRST_IDENTIFIER = 0x1100;
40 public static final int MESSAGE_ID_ETWS_TYPE = 0x1100;
43 public static final int MESSAGE_ID_ETWS_EARTHQUAKE_WARNING = 0x1100;
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
NameLookupBuilder.java 42 // in Hangul Jamo area 0x1100 ~ 0x1112
43 0x1100, // 0x3131 HANGUL LETTER KIYEOK
190 if ((character < 0x1100) || (character > 0x1112 && character < 0x3131) ||
200 character = 0x1100 + (character - 0xAC00) / 588;
203 // Convert to Hangul Jamo area 0x1100 ~ 0x1112
  /external/freetype/include/freetype/
ftmoderr.h 122 FT_MODERRDEF( Smooth, 0x1100, "smooth raster module" )
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_err.h 42 #define NJ_ERR_NO_CANDIDATE_LIST (0x1100)
  /external/e2fsprogs/lib/ext2fs/
crc16.c 24 0xD201, 0x12C0, 0x1380, 0xD341, 0x1100, 0xD1C1, 0xD081, 0x1040,
  /external/icu4c/test/intltest/
tstnrapi.cpp 103 if(copy.next()!=0x308 || copy.next()!=0x1100) {
  /external/qemu/hw/
pci.h 66 #define PCI_SUBDEVICE_ID_QEMU 0x1100
  /external/valgrind/main/memcheck/tests/
wrap6.c 135 register int x1; for (x1 = 0x1100; x1 < 0x1100+len; x1++) { \
167 assert(x1 >= 0x1100 && x1 <= 0x1100+len); } \
  /external/icu4c/test/cintltst/
cnormtst.c 542 { 0x1100, 0x1161, 0 }, /* Jamo compose */
543 { 0x1100, 0x314f, 0 }, /* compatibility Jamo compose */
746 HANGUL_KIYEOK=0x1100, /* Jamo L U+1100 */
    [all...]
  /external/libxml2/
chvalid.c 83 {0xf49, 0xf69}, {0x10a0, 0x10c5}, {0x10d0, 0x10f6}, {0x1100, 0x1100},
  /bionic/libc/kernel/arch-mips/asm/
cpu.h 92 #define PRID_IMP_SB1A 0x1100
  /development/ndk/platforms/android-9/arch-mips/include/asm/
cpu.h 92 #define PRID_IMP_SB1A 0x1100
  /external/harfbuzz/src/
harfbuzz-hangul.c 56 Hangul_LBase = 0x1100,
  /external/icu4c/layout/
HangulLayoutEngine.cpp 25 #define LJMO_FIRST 0x1100
  /external/kernel-headers/original/asm-mips/
cpu.h 101 #define PRID_IMP_SB1A 0x1100
  /external/sqlite/android/
PhonebookIndex.cpp 36 0x1100, 0x3131, // HANGUL LETTER KIYEOK
  /frameworks/native/opengl/tools/glgen/stubs/jsr239/
GL10Header.java-if 58 int GL_DONT_CARE = 0x1100;
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
cpu.h 92 #define PRID_IMP_SB1A 0x1100
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
cpu.h 92 #define PRID_IMP_SB1A 0x1100
  /external/bluetooth/bluez/src/
eir.c 286 if (uuid->uuid.value.uuid16 < 0x1100)
  /external/clang/test/Analysis/
ptr-arith.c 150 char *b = (char*)0x1100;
  /external/harfbuzz/contrib/tables/
script-properties.h 226 {0x1100, 0x1159, HB_Script_Hangul},

Completed in 1199 milliseconds

1 2 3 4 5 6 7