Home | History | Annotate | Download | only in common

Lines Matching full:get

37  * The _FROM_BMP() macros are a little more complicated; they get values
39 * get special "folded" values for lead surrogate code _units_ if
45 * to get that offset from the folded value for a lead surrogate unit.
186 /* get data for lead surrogate */ \
190 /* get the real data from the folded lead/trail units */ \
220 /** Internal next-post-increment: get the next code point (c, c2) and its data */
236 /** Internal previous: get the previous code point (c, c2) and its data */
263 * Get a pointer to the contiguous part of the data array
274 * Get a pointer to the contiguous part of the data array
285 * Get a 16-bit trie value from a BMP code point (UChar, <=U+ffff).
295 * Get a 32-bit trie value from a BMP code point (UChar, <=U+ffff).
305 * Get a 16-bit trie value from a BMP code point (UChar, <=U+ffff).
316 * Get a 32-bit trie value from a BMP code point (UChar, <=U+ffff).
327 * Get a 16-bit trie value from a code point.
338 * Get a 32-bit trie value from a code point.
349 * Get the next code point (c, c2), post-increment src,
350 * and get a 16-bit value from the trie.
362 * Get the next code point (c, c2), post-increment src,
363 * and get a 32-bit value from the trie.
375 * Get the previous code point (c, c2), pre-decrement src,
376 * and get a 16-bit value from the trie.
388 * Get the previous code point (c, c2), pre-decrement src,
389 * and get a 32-bit value from the trie.
401 * Get a 16-bit trie value from a pair of surrogates.
411 * Get a 32-bit trie value from a pair of surrogates.
421 * Get a 16-bit trie value from a folding offset (from the value of a lead surrogate)
432 * Get a 32-bit trie value from a folding offset (from the value of a lead surrogate)
649 * Get the data array of a build-time trie.
673 * Get a value from a code point as stored in the build-time trie.
687 * All code points c with start<=c<limit will get the value if
691 * @param start the first code point to get the value
692 * @param limit one past the last code point to get the value
776 /** Mask to get the UTRIE_SHIFT value from options. */
779 /** Shift options right this much to get the UTRIE_INDEX_SHIFT value. */