Lines Matching full:getter
850 /** Internal low-level trie getter. Returns a data index. */
856 /** Internal trie getter
859 /** Internal trie getter from a lead surrogate code point (D800..DBFF). Returns the data index. */
863 /** Internal trie getter from a BMP code point. Returns the data index. */
868 /** Internal trie getter from a supplementary code point below highStart. Returns the data index. */
878 * Internal trie getter from a code point, with checking that c is in 0..10FFFF.
894 /** Internal trie getter from a UTF-16 single/lead code unit. Returns the data. */
898 /** Internal trie getter from a supplementary code point. Returns the data. */
904 * Internal trie getter from a code point, with checking that c is in 0..10FFFF.