HomeSort by relevance Sort by last modified time
    Searched defs:TBase (Results 1 - 7 of 7) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-hangul.cc 100 #define TBase 0x11A7u
110 #define isCombiningT(u) (hb_in_range ((u), TBase+1, TBase+TCount-1))
257 tindex = t - TBase; /* Only used if isCombiningT (t); otherwise invalid. */
315 unsigned int new_tindex = buffer->cur(+1).codepoint - TBase;
337 TBase + tindex};
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
NormalizerBuilder.java 235 second = (char)(TBase + TIndex);
252 SBase = 0xAC00, LBase = 0x1100, VBase = 0x1161, TBase = 0x11A7,
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
NormalizerBuilder.java 234 second = (char)(TBase + TIndex);
251 SBase = 0xAC00, LBase = 0x1100, VBase = 0x1161, TBase = 0x11A7,
  /external/clang/test/SemaCXX/
new-delete.cpp 177 template <class T> struct TBase {
181 TBase<int> t1;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
unicodedata.c 489 #define TBase 0x11A7
543 int T = TBase + SIndex % TCount;
547 if (T != TBase) {
674 TBase <= *i && *i <= (TBase+TCount)) {
675 code += *i-TBase;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
unicodedata.c 489 #define TBase 0x11A7
536 int T = TBase + SIndex % TCount;
540 if (T != TBase) {
667 TBase <= *i && *i <= (TBase+TCount)) {
668 code += *i-TBase;
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 265 milliseconds