OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:printAttribute
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/tools/genrb/
wrtxml.cpp
451
static void
printAttribute
(const char *name, const char *value, int32_t /*len*/)
460
static void
printAttribute
(const char *name, const UnicodeString value, int32_t /*len*/)
501
printAttribute
("translate", UnicodeString(buf, bufLen, "UTF-8"), bufLen);
551
printAttribute
("id", sid, (int32_t) uprv_strlen(sid));
554
printAttribute
("resname", resname, (int32_t) uprv_strlen(resname));
558
printAttribute
("mime-type", mimetype, (int32_t) uprv_strlen(mimetype));
562
printAttribute
("restype", restype, (int32_t) uprv_strlen(restype));
731
printAttribute
("id", ivd, (int32_t)uprv_strlen(ivd));
732
printAttribute
("restype", integer_restype, (int32_t) strlen(integer_restype));
841
printAttribute
("href", f, (int32_t)uprv_strlen(f))
[
all
...]
/external/jdiff/
xerces.jar
Completed in 1234 milliseconds