Searched defs:restype (Results 1 - 3 of 3) sorted by relevance

/external/tcpdump/
H A Dprint-smb.c1178 int restype; local
1183 restype = EXTRACT_16BITS(p);
1195 if (restype == 0x21) {
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dwrtxml.cpp533 * <trans-unit id = "blah" resname = "blah" restype = "x-id-alias" translate = "no">
534 * <group id "calendar_gregorian" resname = "gregorian" restype = "x-icu-array">
536 static char *printContainer(struct SResource *res, const char *container, const char *restype, const char *mimetype, const char *id, UErrorCode *status) argument
563 if (restype != NULL) {
564 printAttribute("restype", restype, (int32_t) uprv_strlen(restype));
732 printAttribute("restype", integer_restype, (int32_t) strlen(integer_restype));
/external/icu/icu4c/source/tools/genrb/
H A Dwrtxml.cpp543 * <trans-unit id = "blah" resname = "blah" restype = "x-id-alias" translate = "no">
544 * <group id "calendar_gregorian" resname = "gregorian" restype = "x-icu-array">
546 static char *printContainer(struct SResource *res, const char *container, const char *restype, const char *mimetype, const char *id, UErrorCode *status) argument
573 if (restype != NULL) {
574 printAttribute("restype", restype, (int32_t) uprv_strlen(restype));
742 printAttribute("restype", integer_restype, (int32_t) strlen(integer_restype));

Completed in 123 milliseconds