/third_party/icu/icu4c/source/tools/gennorm2/ |
H A D | norms.cpp | 70 normTrie = umutablecptrie_open(0, 0, &errorCode); in Norms() 78 umutablecptrie_close(normTrie); in ~Norms() 95 uint32_t i = umutablecptrie_get(normTrie, c); in getNorm() 103 uint32_t i = umutablecptrie_get(normTrie, c); in getNorm() 111 return norms[umutablecptrie_get(normTrie, c)]; in getNormRef() 115 uint32_t i=umutablecptrie_get(normTrie, c); in createNorm() 122 umutablecptrie_set(normTrie, c, (uint32_t)(p - norms), errorCode); in createNorm() 159 while ((end = umutablecptrie_getRange(normTrie, start, UCPMAP_RANGE_NORMAL, 0, in enumRanges()
|
H A D | norms.h | 191 UMutableCPTrie *normTrie; member in Norms
|
/third_party/skia/third_party/externals/icu/source/tools/gennorm2/ |
H A D | norms.cpp | 70 normTrie = umutablecptrie_open(0, 0, &errorCode); in Norms() 78 umutablecptrie_close(normTrie); in ~Norms() 95 uint32_t i = umutablecptrie_get(normTrie, c); in getNorm() 103 uint32_t i = umutablecptrie_get(normTrie, c); in getNorm() 111 return norms[umutablecptrie_get(normTrie, c)]; in getNormRef() 115 uint32_t i=umutablecptrie_get(normTrie, c); in createNorm() 122 umutablecptrie_set(normTrie, c, (uint32_t)(p - norms), errorCode); in createNorm() 159 while ((end = umutablecptrie_getRange(normTrie, start, UCPMAP_RANGE_NORMAL, 0, in enumRanges()
|
H A D | norms.h | 191 UMutableCPTrie *normTrie; member in Norms
|
/third_party/icu/icu4c/source/common/ |
H A D | normalizer2impl.cpp | 447 normTrie=inTrie; 468 while ((end = ucptrie_getRange(normTrie, start, UCPMAP_RANGE_FIXED_LEAD_SURROGATES, INERT, 486 while ((end = ucptrie_getRange(normTrie, start, UCPMAP_RANGE_FIXED_LEAD_SURROGATES, INERT, 610 isMostDecompYesAndZeroCC(norm16=UCPTRIE_FAST_BMP_GET(normTrie, UCPTRIE_16, c)) 619 norm16=UCPTRIE_FAST_SUPP_GET(normTrie, UCPTRIE_16, c); 686 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, src, limit, c, norm16); 768 UCPTRIE_FAST_U8_NEXT(normTrie, UCPTRIE_16, src, limit, norm16); 866 UCPTRIE_FAST_U8_NEXT(normTrie, UCPTRIE_16, src, limit, norm16); 1040 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, p, limit, c, norm16); 1242 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_1 [all...] |
H A D | normalizer2impl.h | 248 Normalizer2Impl() : normTrie(NULL), fCanonIterData(NULL) { } in Normalizer2Impl() 267 UCPTRIE_FAST_GET(normTrie, UCPTRIE_16, c); in getNorm16() 269 uint16_t getRawNorm16(UChar32 c) const { return UCPTRIE_FAST_GET(normTrie, UCPTRIE_16, c); } in getRawNorm16() 728 const UCPTrie *normTrie; member in Normalizer2Impl 840 * See the normTrie description below and the design doc for details. 842 * UCPTrie normTrie; -- see ucptrie_impl.h and ucptrie.h, same as Java CodePointTrie
|
/third_party/node/deps/icu-small/source/common/ |
H A D | normalizer2impl.cpp | 447 normTrie=inTrie; 468 while ((end = ucptrie_getRange(normTrie, start, UCPMAP_RANGE_FIXED_LEAD_SURROGATES, INERT, 486 while ((end = ucptrie_getRange(normTrie, start, UCPMAP_RANGE_FIXED_LEAD_SURROGATES, INERT, 610 isMostDecompYesAndZeroCC(norm16=UCPTRIE_FAST_BMP_GET(normTrie, UCPTRIE_16, c)) 619 norm16=UCPTRIE_FAST_SUPP_GET(normTrie, UCPTRIE_16, c); 686 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, src, limit, c, norm16); 768 UCPTRIE_FAST_U8_NEXT(normTrie, UCPTRIE_16, src, limit, norm16); 866 UCPTRIE_FAST_U8_NEXT(normTrie, UCPTRIE_16, src, limit, norm16); 1040 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, p, limit, c, norm16); 1242 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_1 [all...] |
H A D | normalizer2impl.h | 248 Normalizer2Impl() : normTrie(NULL), fCanonIterData(NULL) { } in Normalizer2Impl() 267 UCPTRIE_FAST_GET(normTrie, UCPTRIE_16, c); in getNorm16() 269 uint16_t getRawNorm16(UChar32 c) const { return UCPTRIE_FAST_GET(normTrie, UCPTRIE_16, c); } in getRawNorm16() 728 const UCPTrie *normTrie; member in Normalizer2Impl 841 * See the normTrie description below and the design doc for details. 843 * UCPTrie normTrie; -- see ucptrie_impl.h and ucptrie.h, same as Java CodePointTrie
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | normalizer2impl.cpp | 447 normTrie=inTrie; 468 while ((end = ucptrie_getRange(normTrie, start, UCPMAP_RANGE_FIXED_LEAD_SURROGATES, INERT, 486 while ((end = ucptrie_getRange(normTrie, start, UCPMAP_RANGE_FIXED_LEAD_SURROGATES, INERT, 610 isMostDecompYesAndZeroCC(norm16=UCPTRIE_FAST_BMP_GET(normTrie, UCPTRIE_16, c)) 619 norm16=UCPTRIE_FAST_SUPP_GET(normTrie, UCPTRIE_16, c); 686 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, src, limit, c, norm16); 768 UCPTRIE_FAST_U8_NEXT(normTrie, UCPTRIE_16, src, limit, norm16); 866 UCPTRIE_FAST_U8_NEXT(normTrie, UCPTRIE_16, src, limit, norm16); 1040 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, p, limit, c, norm16); 1242 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_1 [all...] |
H A D | normalizer2impl.h | 248 Normalizer2Impl() : normTrie(NULL), fCanonIterData(NULL) { } in Normalizer2Impl() 267 UCPTRIE_FAST_GET(normTrie, UCPTRIE_16, c); in getNorm16() 269 uint16_t getRawNorm16(UChar32 c) const { return UCPTRIE_FAST_GET(normTrie, UCPTRIE_16, c); } in getRawNorm16() 728 const UCPTrie *normTrie; member in Normalizer2Impl 840 * See the normTrie description below and the design doc for details. 842 * UCPTrie normTrie; -- see ucptrie_impl.h and ucptrie.h, same as Java CodePointTrie
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | Normalizer2Impl.java | 479 // Read the normTrie. in load() 483 normTrie = CodePointTrie.Fast16.fromBinary(bytes); in load() 486 throw new ICUUncheckedIOException("Normalizer2 data: not enough bytes for normTrie"); in load() 516 while (normTrie.getRange(start, CodePointMap.RangeOption.FIXED_LEAD_SURROGATES, INERT, in addLcccChars() 534 while (normTrie.getRange(start, CodePointMap.RangeOption.FIXED_LEAD_SURROGATES, INERT, in addPropertyStarts() 605 while (normTrie.getRange(start, CodePointMap.RangeOption.FIXED_LEAD_SURROGATES, INERT, in ensureCanonIterData() 692 return UTF16Plus.isLeadSurrogate(c) ? INERT : normTrie.get(c); in getNorm16() 694 public int getRawNorm16(int c) { return normTrie.get(c); } in getRawNorm16() 1012 isMostDecompYesAndZeroCC(norm16=normTrie.bmpGet(c)) in decompose() 1021 norm16 = normTrie in decompose() 2277 private CodePointTrie.Fast16 normTrie; global() field in Normalizer2Impl [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | Normalizer2Impl.java | 488 // Read the normTrie. in load() 492 normTrie = CodePointTrie.Fast16.fromBinary(bytes); in load() 495 throw new ICUUncheckedIOException("Normalizer2 data: not enough bytes for normTrie"); in load() 525 while (normTrie.getRange(start, CodePointMap.RangeOption.FIXED_LEAD_SURROGATES, INERT, in addLcccChars() 543 while (normTrie.getRange(start, CodePointMap.RangeOption.FIXED_LEAD_SURROGATES, INERT, in addPropertyStarts() 614 while (normTrie.getRange(start, CodePointMap.RangeOption.FIXED_LEAD_SURROGATES, INERT, in ensureCanonIterData() 701 return UTF16Plus.isLeadSurrogate(c) ? INERT : normTrie.get(c); in getNorm16() 703 public int getRawNorm16(int c) { return normTrie.get(c); } in getRawNorm16() 1021 isMostDecompYesAndZeroCC(norm16=normTrie.bmpGet(c)) in decompose() 1030 norm16 = normTrie in decompose() 2286 private CodePointTrie.Fast16 normTrie; global() field in Normalizer2Impl [all...] |
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |