OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tableType
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/test/intltest/
itspoof.cpp
370
UnicodeString
tableType
= parseLine.group(3, status);
372
if (
tableType
.indexOf("SL") >= 0) {
374
} else if (
tableType
.indexOf("SA") >= 0) {
376
} else if (
tableType
.indexOf("ML") >= 0) {
378
} else if (
tableType
.indexOf("MA") >= 0) {
/external/icu4c/tools/makeconv/
makeconv.c
115
int32_t
tableType
;
122
tableType
=TABLE_NONE;
124
tableType
|=TABLE_BASE;
127
tableType
|=TABLE_EXT;
151
if(
tableType
&TABLE_BASE) {
152
size += data->cnvData->write(data->cnvData, &data->staticData, mem,
tableType
);
154
if(
tableType
&TABLE_EXT) {
155
size += data->extData->write(data->extData, &data->staticData, mem,
tableType
);
Completed in 192 milliseconds