goog.i18n.CharListDecompressor |
Add character(s) specified by the value and type to given list and return
the next character in the sequence.
Arguments:
Returns: number
Last codepoint that is added to the list.
|
code » | |||||
![]()
Builds the map from ascii characters used for the base88 scheme to number
each character represents.
Arguments:
|
code » | |||||
Gets the number encoded in base88 scheme by a substring of given length
and placed at the a given position of the string.
|
code » | |||||
Gets the list of characters specified in the given string by base 88 scheme.
|
code » |
![]()
1-1 mapping from ascii characters used in encoding to an integer in the
range 0 to 87.
|
Code » |