HomeSort by relevance Sort by last modified time
    Searched defs:Prefix (Results 1 - 3 of 3) sorted by null

  /external/giflib/
gif_lib_private.h 53 GifPrefixType Prefix[LZ_MAX_CODE + 1];
dgif_lib.c 55 static int DGifGetPrefixChar(GifPrefixType *Prefix, int Code, int ClearCode);
701 GifPrefixType *Prefix;
719 Prefix = Private->Prefix;
721 Prefix[i] = NO_SUCH_CODE;
740 GifPrefixType *Prefix;
744 Prefix = Private->Prefix;
777 Prefix[j] = NO_SUCH_CODE;
784 * stream, otherwise trace to codes linked list until the prefix
    [all...]
  /libcore/luni/src/test/java/tests/org/w3c/dom/
Prefix.java 39 * The "getPrefix()" method for a Node returns the namespace prefix of the node,
53 public final class Prefix extends DOMTestCase {
91 String prefix; local
94 prefix = createdNode.getPrefix();
95 assertNull("throw_Null", prefix);
108 String prefix; local
114 prefix = textNode.getPrefix();
115 assertNull("textNodePrefix", prefix);
127 String prefix; local
132 prefix = testEmployee.getPrefix()
145 String prefix; local
    [all...]

Completed in 37 milliseconds