OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tableType
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/tools/makeconv/
makeconv.h
56
UNewDataMemory *pData, int32_t
tableType
);
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
);
gencnvex.c
45
UNewDataMemory *pData, int32_t
tableType
);
115
UNewDataMemory *pData, int32_t
tableType
) {
121
if(
tableType
&TABLE_BASE) {
[
all
...]
genmbcs.c
101
UNewDataMemory *pData, int32_t
tableType
);
[
all
...]
/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) {
Completed in 40 milliseconds