OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fontCksum
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/test/letest/
xmlreader.cpp
173
char *
fontCksum
= NULL;
206
fontCksum
= getCString(element->getAttribute(cksum_attr));
238
(*callback)(id, fontName, fontVer,
fontCksum
, scriptCode, languageCode, text.getBuffer(), charCount, &expected);
246
freeCString(
fontCksum
);
letest.cpp
640
char *
fontCksum
= getCString(element->getAttribute(cksum_attr));
642
font = openFont(fontName,
fontCksum
, fontVer, id);
643
freeCString(
fontCksum
);
[
all
...]
/external/icu4c/test/letest/
xmlreader.cpp
173
char *
fontCksum
= NULL;
206
fontCksum
= getCString(element->getAttribute(cksum_attr));
238
(*callback)(id, fontName, fontVer,
fontCksum
, scriptCode, languageCode, text.getBuffer(), charCount, &expected);
246
freeCString(
fontCksum
);
letest.cpp
640
char *
fontCksum
= getCString(element->getAttribute(cksum_attr));
642
font = openFont(fontName,
fontCksum
, fontVer, id);
643
freeCString(
fontCksum
);
[
all
...]
Completed in 54 milliseconds