Searched refs:forLSCP (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dutrie2_builder.c459 isInNullBlock(UNewTrie2 *trie, UChar32 c, UBool forLSCP) { argument
462 if(U_IS_LEAD(c) && forLSCP) {
493 getIndex2Block(UNewTrie2 *trie, UChar32 c, UBool forLSCP) { argument
496 if(U_IS_LEAD(c) && forLSCP) {
588 getDataBlock(UNewTrie2 *trie, UChar32 c, UBool forLSCP) { argument
591 i2=getIndex2Block(trie, c, forLSCP);
617 UChar32 c, UBool forLSCP, uint32_t value,
626 block=getDataBlock(trie, c, forLSCP);
616 set32(UNewTrie2 *trie, UChar32 c, UBool forLSCP, uint32_t value, UErrorCode *pErrorCode) argument
/external/icu4c/common/
H A Dutrie2_builder.cpp459 isInNullBlock(UNewTrie2 *trie, UChar32 c, UBool forLSCP) { argument
462 if(U_IS_LEAD(c) && forLSCP) {
493 getIndex2Block(UNewTrie2 *trie, UChar32 c, UBool forLSCP) { argument
496 if(U_IS_LEAD(c) && forLSCP) {
588 getDataBlock(UNewTrie2 *trie, UChar32 c, UBool forLSCP) { argument
591 i2=getIndex2Block(trie, c, forLSCP);
617 UChar32 c, UBool forLSCP, uint32_t value,
626 block=getDataBlock(trie, c, forLSCP);
616 set32(UNewTrie2 *trie, UChar32 c, UBool forLSCP, uint32_t value, UErrorCode *pErrorCode) argument

Completed in 96 milliseconds