Searched refs:Keyword (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmscgats.c118 char* Keyword; // Name of variable member in struct:_KeyVal
1145 if (cmsstrcasecmp(Key, p->Keyword) == 0)
1198 p->Keyword = AllocString(it8, Key);
1634 if (*p ->Keyword == '#') {
1654 if (!IsAvailableOnList(it8-> ValidKeywords, p->Keyword, NULL, NULL)) {
1658 WriteStr(fp, p->Keyword);
1662 AddAvailableProperty(it8, p->Keyword, WRITE_UNCOOKED);
1665 WriteStr(fp, p->Keyword);
1944 if (!GetVal(it8, Buffer, MAXSTR-1, "Keyword expected")) return FALSE;
1952 if (!GetVal(it8, Buffer, MAXSTR-1, "Keyword expecte
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/compact/
H A DCompactSyntax.java1982 t = Keyword();
2021 t = Keyword();
2585 final public Token Keyword() throws ParseException { method in class:CompactSyntax

Completed in 232 milliseconds