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

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-hangul.cc 104 #define SBase 0xAC00u
111 #define isCombinedS(u) (hb_in_range<hb_codepoint_t> ((u), SBase, SBase+SCount-1))
268 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex;
307 unsigned int lindex = (s - SBase) / NCount;
308 unsigned int nindex = (s - SBase) % NCount;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
NormalizerBuilder.java 234 first = (char)(SBase + SIndex - TIndex);
241 value = SIndex + SBase;
252 SBase = 0xAC00, LBase = 0x1100, VBase = 0x1161, TBase = 0x11A7,
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
NormalizerBuilder.java 233 first = (char)(SBase + SIndex - TIndex);
240 value = SIndex + SBase;
251 SBase = 0xAC00, LBase = 0x1100, VBase = 0x1161, TBase = 0x11A7,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
unicodedata.c 486 #define SBase 0xAC00
539 if (SBase <= code && code < (SBase+SCount)) {
540 int SIndex = code - SBase;
671 code = SBase + (LIndex*VCount+VIndex)*TCount;
908 if (SBase <= code && code < SBase+SCount) {
910 int SIndex = code - SBase;
1032 *code = SBase + (L*VCount+V)*TCount + T;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
unicodedata.c 486 #define SBase 0xAC00
532 if (SBase <= code && code < (SBase+SCount)) {
533 int SIndex = code - SBase;
664 code = SBase + (LIndex*VCount+VIndex)*TCount;
901 if (SBase <= code && code < SBase+SCount) {
903 int SIndex = code - SBase;
1025 *code = SBase + (L*VCount+V)*TCount + T;
    [all...]
  /external/python/cpython2/Modules/
unicodedata.c 486 #define SBase 0xAC00
539 if (SBase <= code && code < (SBase+SCount)) {
540 int SIndex = code - SBase;
671 code = SBase + (LIndex*VCount+VIndex)*TCount;
908 if (SBase <= code && code < SBase+SCount) {
910 int SIndex = code - SBase;
1032 *code = SBase + (L*VCount+V)*TCount + T;
    [all...]
  /external/python/cpython3/Modules/
unicodedata.c 475 #define SBase 0xAC00
539 if (SBase <= code && code < (SBase+SCount)) {
540 int SIndex = code - SBase;
688 code = SBase + (LIndex*VCount+VIndex)*TCount;
971 if (SBase <= code && code < SBase+SCount) {
973 int SIndex = code - SBase;
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelDAGToDAG.cpp 124 bool SelectSMRD(SDValue Addr, SDValue &SBase, SDValue &Offset,
126 bool SelectSMRDImm(SDValue Addr, SDValue &SBase, SDValue &Offset) const;
127 bool SelectSMRDImm32(SDValue Addr, SDValue &SBase, SDValue &Offset) const;
128 bool SelectSMRDSgpr(SDValue Addr, SDValue &SBase, SDValue &Offset) const;
    [all...]
SIInstrInfo.cpp 283 getNamedOperand(LdSt, AMDGPU::OpName::sbase);
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 311 milliseconds