OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TBase
(Results
1 - 8
of
8
) sorted by null
/external/skia/src/gpu/
GrTRecorder.h
13
template<typename
TBase
, typename TAlign> class GrTRecorder;
31
* @param
TBase
Common base type of items in the list. If
TBase
is not a class with a
36
* as
TBase
(or in other words, the types must be convertible via
45
template<typename
TBase
, typename TAlign> class GrTRecorder : SkNoncopyable {
68
TBase
& back() {
70
return *reinterpret_cast<
TBase
*>(fLastItem);
156
void* fLastItem; // really a ptr to
TBase
170
template<typename
TBase
, typename TAlign>
171
void GrTRecorder<
TBase
, TAlign>::pop_back()
[
all
...]
/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/clang/test/SemaCXX/
new-delete.cpp
177
template <class T> struct
TBase
{
181
TBase
<int> t1;
/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,
/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 477 milliseconds