Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTrie2Writable.java154 private boolean isInNullBlock(int c, boolean forLSCP) { in isInNullBlock() argument
157 if(Character.isHighSurrogate((char)c) && forLSCP) { in isInNullBlock()
186 private int getIndex2Block(int c, boolean forLSCP) { in getIndex2Block() argument
189 if(c>=0xd800 && c<0xdc00 && forLSCP) { in getIndex2Block()
271 private int getDataBlock(int c, boolean forLSCP) { in getDataBlock() argument
274 i2=getIndex2Block(c, forLSCP); in getDataBlock()
302 private Trie2Writable set(int c, boolean forLSCP, int value) { in set() argument
307 block = getDataBlock(c, forLSCP); in set()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DTrie2Writable.java156 private boolean isInNullBlock(int c, boolean forLSCP) { in isInNullBlock() argument
159 if(Character.isHighSurrogate((char)c) && forLSCP) { in isInNullBlock()
188 private int getIndex2Block(int c, boolean forLSCP) { in getIndex2Block() argument
191 if(c>=0xd800 && c<0xdc00 && forLSCP) { in getIndex2Block()
273 private int getDataBlock(int c, boolean forLSCP) { in getDataBlock() argument
276 i2=getIndex2Block(c, forLSCP); in getDataBlock()
304 private Trie2Writable set(int c, boolean forLSCP, int value) { in set() argument
309 block = getDataBlock(c, forLSCP); in set()
/third_party/node/deps/icu-small/source/common/
Dutrie2_builder.cpp498 isInNullBlock(UNewTrie2 *trie, UChar32 c, UBool forLSCP) { in isInNullBlock() argument
501 if(U_IS_LEAD(c) && forLSCP) { in isInNullBlock()
532 getIndex2Block(UNewTrie2 *trie, UChar32 c, UBool forLSCP) { in getIndex2Block() argument
535 if(U_IS_LEAD(c) && forLSCP) { in getIndex2Block()
627 getDataBlock(UNewTrie2 *trie, UChar32 c, UBool forLSCP) { in getDataBlock() argument
630 i2=getIndex2Block(trie, c, forLSCP); in getDataBlock()
656 UChar32 c, UBool forLSCP, uint32_t value, in set32() argument
668 block=getDataBlock(trie, c, forLSCP); in set32()
/third_party/icu/icu4c/source/common/
Dutrie2_builder.cpp498 isInNullBlock(UNewTrie2 *trie, UChar32 c, UBool forLSCP) { in isInNullBlock() argument
501 if(U_IS_LEAD(c) && forLSCP) { in isInNullBlock()
532 getIndex2Block(UNewTrie2 *trie, UChar32 c, UBool forLSCP) { in getIndex2Block() argument
535 if(U_IS_LEAD(c) && forLSCP) { in getIndex2Block()
627 getDataBlock(UNewTrie2 *trie, UChar32 c, UBool forLSCP) { in getDataBlock() argument
630 i2=getIndex2Block(trie, c, forLSCP); in getDataBlock()
656 UChar32 c, UBool forLSCP, uint32_t value, in set32() argument
668 block=getDataBlock(trie, c, forLSCP); in set32()
/third_party/skia/third_party/externals/icu/source/common/
Dutrie2_builder.cpp498 isInNullBlock(UNewTrie2 *trie, UChar32 c, UBool forLSCP) { in isInNullBlock() argument
501 if(U_IS_LEAD(c) && forLSCP) { in isInNullBlock()
532 getIndex2Block(UNewTrie2 *trie, UChar32 c, UBool forLSCP) { in getIndex2Block() argument
535 if(U_IS_LEAD(c) && forLSCP) { in getIndex2Block()
627 getDataBlock(UNewTrie2 *trie, UChar32 c, UBool forLSCP) { in getDataBlock() argument
630 i2=getIndex2Block(trie, c, forLSCP); in getDataBlock()
656 UChar32 c, UBool forLSCP, uint32_t value, in set32() argument
668 block=getDataBlock(trie, c, forLSCP); in set32()