OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gMainTable
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
ucnv_io.c
195
static UConverterAlias
gMainTable
;
197
#define GET_STRING(idx) (const char *)(
gMainTable
.stringTable + (idx))
198
#define GET_NORMALIZED_STRING(idx) (const char *)(
gMainTable
.normalizedStringTable + (idx))
222
uprv_memset(&
gMainTable
, 0, sizeof(
gMainTable
));
262
gMainTable
.converterListSize = sectionSizes[1];
263
gMainTable
.tagListSize = sectionSizes[2];
264
gMainTable
.aliasListSize = sectionSizes[3];
265
gMainTable
.untaggedConvArraySize = sectionSizes[4];
266
gMainTable
.taggedAliasArraySize = sectionSizes[5]
[
all
...]
/external/icu4c/common/
ucnv_io.cpp
195
static UConverterAlias
gMainTable
;
197
#define GET_STRING(idx) (const char *)(
gMainTable
.stringTable + (idx))
198
#define GET_NORMALIZED_STRING(idx) (const char *)(
gMainTable
.normalizedStringTable + (idx))
222
uprv_memset(&
gMainTable
, 0, sizeof(
gMainTable
));
262
gMainTable
.converterListSize = sectionSizes[1];
263
gMainTable
.tagListSize = sectionSizes[2];
264
gMainTable
.aliasListSize = sectionSizes[3];
265
gMainTable
.untaggedConvArraySize = sectionSizes[4];
266
gMainTable
.taggedAliasArraySize = sectionSizes[5]
[
all
...]
Completed in 48 milliseconds