/openjdk7/jdk/src/share/native/sun/awt/giflib/ |
H A D | gif_lib_private.h | 75 GifByteType Suffix[LZ_MAX_CODE + 1]; /* So we can trace the codes. */ member in struct:GifFilePrivateType
|
H A D | dgif_lib.c | 763 GifByteType *Stack, *Suffix; local 769 Suffix = Private->Suffix; 821 Suffix[Private->RunningCode - 2] = 840 Stack[StackPtr++] = Suffix[CrntPrefix]; 862 Suffix[Private->RunningCode - 2] = 865 Suffix[Private->RunningCode - 2] =
|
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/ |
H A D | DatatypeMessages_de.properties | 40 #There are two similar keys 'InvalidXMLGreogorianCalendarValue' . Suffix (year, month) has been added and are used as per the context. 42 #There are two similar keys 'InvalidXMLGreogorianCalendarValue' . Suffix (year, month) has been added and are used as per the context.
|
H A D | DatatypeMessages_es.properties | 40 #There are two similar keys 'InvalidXMLGreogorianCalendarValue' . Suffix (year, month) has been added and are used as per the context. 42 #There are two similar keys 'InvalidXMLGreogorianCalendarValue' . Suffix (year, month) has been added and are used as per the context.
|
H A D | DatatypeMessages_it.properties | 40 #There are two similar keys 'InvalidXMLGreogorianCalendarValue' . Suffix (year, month) has been added and are used as per the context. 42 #There are two similar keys 'InvalidXMLGreogorianCalendarValue' . Suffix (year, month) has been added and are used as per the context.
|
H A D | DatatypeMessages_pt_BR.properties | 40 #There are two similar keys 'InvalidXMLGreogorianCalendarValue' . Suffix (year, month) has been added and are used as per the context. 42 #There are two similar keys 'InvalidXMLGreogorianCalendarValue' . Suffix (year, month) has been added and are used as per the context.
|
H A D | DatatypeMessages_sv.properties | 40 #There are two similar keys 'InvalidXMLGreogorianCalendarValue' . Suffix (year, month) has been added and are used as per the context. 42 #There are two similar keys 'InvalidXMLGreogorianCalendarValue' . Suffix (year, month) has been added and are used as per the context.
|
H A D | DatatypeMessages_zh_CN.properties | 40 #There are two similar keys 'InvalidXMLGreogorianCalendarValue' . Suffix (year, month) has been added and are used as per the context. 42 #There are two similar keys 'InvalidXMLGreogorianCalendarValue' . Suffix (year, month) has been added and are used as per the context.
|
H A D | DatatypeMessages_zh_TW.properties | 40 #There are two similar keys 'InvalidXMLGreogorianCalendarValue' . Suffix (year, month) has been added and are used as per the context. 42 #There are two similar keys 'InvalidXMLGreogorianCalendarValue' . Suffix (year, month) has been added and are used as per the context.
|
H A D | DatatypeMessages_ja.properties | 40 #There are two similar keys 'InvalidXMLGreogorianCalendarValue' . Suffix (year, month) has been added and are used as per the context. 42 #There are two similar keys 'InvalidXMLGreogorianCalendarValue' . Suffix (year, month) has been added and are used as per the context.
|
H A D | DatatypeMessages_ko.properties | 40 #There are two similar keys 'InvalidXMLGreogorianCalendarValue' . Suffix (year, month) has been added and are used as per the context. 42 #There are two similar keys 'InvalidXMLGreogorianCalendarValue' . Suffix (year, month) has been added and are used as per the context.
|
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/ |
H A D | cmsnamed.c | 507 cmsNAMEDCOLORLIST* CMSEXPORT cmsAllocNamedColorList(cmsContext ContextID, cmsUInt32Number n, cmsUInt32Number ColorantCount, const char* Prefix, const char* Suffix) argument 521 strncpy(v ->Suffix, Suffix, sizeof(v ->Suffix) - 1); 522 v->Prefix[sizeof(v ->Prefix) - 1] = v->Suffix[sizeof(v ->Suffix) - 1] = 0; 542 NewNC= cmsAllocNamedColorList(v ->ContextID, v -> nColors, v ->ColorantCount, v ->Prefix, v ->Suffix); 550 memmove(NewNC ->Suffix, v ->Suffix, sizeof(v ->Suffix)); 602 cmsNamedColorInfo(const cmsNAMEDCOLORLIST* NamedColorList, cmsUInt32Number nColor, char* Name, char* Prefix, char* Suffix, cmsUInt16Number* PCS, cmsUInt16Number* Colorant) argument [all...] |
H A D | lcms2_internal.h | 301 char Suffix[33]; member in struct:_cms_NAMEDCOLORLIST_struct
|
H A D | lcms2.h | 1323 const char* Prefix, const char* Suffix); 1337 char* Suffix,
|
H A D | cmstypes.c | 3098 char suffix[32]; // Suffix for each color name 3154 char suffix[32]; // Suffix for each color name 3164 strncpy(suffix, (const char*) NamedColorList->Suffix, 32);
|
/openjdk7/hotspot/src/share/vm/compiler/ |
H A D | compilerOracle.cpp | 42 Suffix = 2, enumerator in enum:MethodMatcher::Mode 43 Substring = Prefix | Suffix, 91 if (mode == Suffix || mode == Substring || mode == Any) { 156 case Suffix: { 406 match |= MethodMatcher::Suffix; 710 c_match = MethodMatcher::Suffix;
|