OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_index
(Results
1 - 7
of
7
) sorted by null
/external/freetype/src/psaux/
afmparse.c
428
if ( parser->
get_index
)
429
val->u.i = parser->
get_index
( str, len, parser->user_data );
546
parser->
get_index
= NULL;
/external/ipsec-tools/src/racoon/
racoonctl.c
163
static vchar_t *
get_index
__P((int, char **));
434
index =
get_index
(ac, av);
489
index =
get_index
(ac, av);
495
index =
get_index
(ac, av);
785
index =
get_index
(ac, av);
816
get_index
(ac, av)
function
/external/icu4c/common/
ubidiln.c
324
logicalFirst=
GET_INDEX
(iRun.logicalStart);
375
*pLogicalStart=
GET_INDEX
(start);
524
logicalStart=
GET_INDEX
(runs[i].logicalStart);
900
offset=logicalIndex-
GET_INDEX
(runs[i].logicalStart);
[
all
...]
ubidiimp.h
151
#define
GET_INDEX
(x) ((x)&~INDEX_ODD_BIT)
ubidi.c
[
all
...]
/external/freetype/include/freetype/internal/
psaux.h
746
/*
get_index
:: A user provided function to get a glyph index by its */
757
(*
get_index
)( const char* name,
member in struct:AFM_ParserRec_
[
all
...]
/external/icu4c/test/intltest/
wbnf.cpp
154
int
get_index
(const char *const var_name){
function in class:SymbolTable
170
int i =
get_index
(var_name);
185
int i =
get_index
(var_name);
[
all
...]
Completed in 298 milliseconds