TwoByteString.st
changeset 4217 32983e39bb9e
parent 1382 93c125a594c3
child 4219 4f96dd118e81
equal deleted inserted replaced
4216:65f14da89fd4 4217:32983e39bb9e
     8  be provided or otherwise made available to, or used by, any
     8  be provided or otherwise made available to, or used by, any
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 
    12 
    13 CharacterArray subclass:#TwoByteString
    13 CharacterArray variableWordSubclass:#TwoByteString
    14 	instanceVariableNames:''
    14 	instanceVariableNames:''
    15 	classVariableNames:''
    15 	classVariableNames:''
    16 	poolDictionaries:''
    16 	poolDictionaries:''
    17 	category:'Collections-Text'
    17 	category:'Collections-Text'
    18 !
    18 !
   111 ! !
   111 ! !
   112 
   112 
   113 !TwoByteString class methodsFor:'documentation'!
   113 !TwoByteString class methodsFor:'documentation'!
   114 
   114 
   115 version
   115 version
   116     ^ '$Header: /cvs/stx/stx/libbasic/TwoByteString.st,v 1.27 1996-05-12 15:37:24 cg Exp $'
   116     ^ '$Header: /cvs/stx/stx/libbasic/TwoByteString.st,v 1.28 1999-05-21 10:10:11 cg Exp $'
   117 ! !
   117 ! !
   118 TwoByteString initialize!
   118 TwoByteString initialize!