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

/macosx-10.10.1/ICU-531.30/icuSources/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 174 milliseconds