unicode.normalize.private vocabulary - Factor Documentation (original) (raw)

unicode.normalize.private vocabulary
Factor handbook » Vocabulary index

Summary

Metadata

Parents: unicode.normalize

Words

Tuple classes

Class Superclass Slots
compose-state tuple i str char after last-class

Ordinary words

Word Stack effect
(compose) ( str i -- )
(nfd) ( string -- nfd )
(nfkd) ( string -- nfkd )
--final? ( str i -- ? )
?between? ( n/f from to -- ? )
combine ( str -- comp )
compose-combining ( ch str i -- str i )
compose-iter ( state -- state )
compose-jamo ( str i -- str i )
current ( state -- ch )
decompose ( string quot -- decomposed )
final-base ( -- value )
final-count ( -- value )
final? ( ch -- ? )
get-str ( state i -- ch )
hangul-base ( -- value )
hangul-end ( -- value )
hangul>jamo ( hangul -- jamo-string )
hangul? ( ch -- ? )
im% ( str i -- str i )
imf% ( str i -- str i )
initial-base ( -- value )
initial-count ( -- value )
initial-medial? ( str i -- ? )
initial? ( ch -- ? )
jamo>hangul ( initial medial final -- hangul )
jamo? ( ch -- ? )
medial-base ( -- value )
medial-count ( -- value )
medial? ( ch -- ? )
pass-combining ( str -- str i )
push-after ( ch state -- state )
reorder ( string -- )
reorder-back ( string i -- )
reorder-loop ( string start -- )
reorder-next ( string i -- new-i done? )
reorder-slice ( string start -- slice done? )
to ( state -- state )
try-compose ( state new-char current-class -- state )
try-noncombining ( state char -- state )
with-string ( str quot -- str )

Class predicate words

Word Stack effect
compose-state? ( object -- ? )

Files

resource:basis/unicode/normalize/normalize.factor
resource:basis/unicode/normalize/normalize-docs.factor
resource:basis/unicode/normalize/normalize-tests.factor