Searched refs:decompLead (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Normalizer2Impl.java | 2234 private void addToStartSet(MutableCodePointTrie mutableTrie, int origin, int decompLead) { in addToStartSet() argument 2235 int canonValue = mutableTrie.get(decompLead); in addToStartSet() 2239 mutableTrie.set(decompLead, canonValue|origin); in addToStartSet() 2246 mutableTrie.set(decompLead, canonValue); in addToStartSet()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | Normalizer2Impl.java | 2243 private void addToStartSet(MutableCodePointTrie mutableTrie, int origin, int decompLead) { in addToStartSet() argument 2244 int canonValue = mutableTrie.get(decompLead); in addToStartSet() 2248 mutableTrie.set(decompLead, canonValue|origin); in addToStartSet() 2255 mutableTrie.set(decompLead, canonValue); in addToStartSet()
|
/external/cronet/third_party/icu/source/common/ |
D | normalizer2impl.cpp | 419 void addToStartSet(UChar32 origin, UChar32 decompLead, UErrorCode &errorCode); 2489 void CanonIterData::addToStartSet(UChar32 origin, UChar32 decompLead, UErrorCode &errorCode) { in addToStartSet() argument 2490 uint32_t canonValue = umutablecptrie_get(mutableTrie, decompLead); in addToStartSet() 2494 umutablecptrie_set(mutableTrie, decompLead, canonValue|origin, &errorCode); in addToStartSet() 2506 umutablecptrie_set(mutableTrie, decompLead, canonValue, &errorCode); in addToStartSet()
|
/external/icu/icu4c/source/common/ |
D | normalizer2impl.cpp | 419 void addToStartSet(UChar32 origin, UChar32 decompLead, UErrorCode &errorCode); 2489 void CanonIterData::addToStartSet(UChar32 origin, UChar32 decompLead, UErrorCode &errorCode) { in addToStartSet() argument 2490 uint32_t canonValue = umutablecptrie_get(mutableTrie, decompLead); in addToStartSet() 2494 umutablecptrie_set(mutableTrie, decompLead, canonValue|origin, &errorCode); in addToStartSet() 2506 umutablecptrie_set(mutableTrie, decompLead, canonValue, &errorCode); in addToStartSet()
|