/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | MutableCodePointTrie.java | 48 highValue = initialValue; in MutableCodePointTrie() 76 builder.highValue = highValue; in clone() 94 // Use the highValue as the initialValue to reduce the highStart. in fromCodePointMap() 118 highValue = initialValue = origInitialValue; in clear() 133 return highValue; in get() 167 int value = highValue; in getRange() 232 if (maybeFilterValue(highValue, initialValue, nullValue, filter) != value) { in getRange() 409 private int highValue; field in MutableCodePointTrie 492 highValue in maskValues() [all...] |
H A D | CodePointTrie.java | 461 int highValue = data.getFromIndex(di); in getRange() 462 if (maybeFilterValue(highValue, this.nullValue, nullValue, filter) != value) { in getRange()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | MutableCodePointTrie.java | 48 highValue = initialValue; in MutableCodePointTrie() 75 builder.highValue = highValue; in clone() 92 // Use the highValue as the initialValue to reduce the highStart. in fromCodePointMap() 116 highValue = initialValue = origInitialValue; in clear() 130 return highValue; in get() 162 int value = highValue; in getRange() 227 if (maybeFilterValue(highValue, initialValue, nullValue, filter) != value) { in getRange() 401 private int highValue; field in MutableCodePointTrie 484 highValue in maskValues() [all...] |
H A D | CodePointTrie.java | 448 int highValue = data.getFromIndex(di); in getRange() 449 if (maybeFilterValue(highValue, this.nullValue, nullValue, filter) != value) { in getRange()
|
/third_party/icu/icu4c/source/common/ |
H A D | umutablecptrie.cpp | 119 uint32_t highValue; member in __anon3198::MutableCodePointTrie 132 highStart(0), highValue(initialValue) in MutableCodePointTrie() 153 highStart(other.highStart), highValue(other.highValue) in MutableCodePointTrie() 184 // Use the highValue as the initialValue to reduce the highStart. in fromUCPMap() 214 // Use the highValue as the initialValue to reduce the highStart. in fromUCPTrie() 264 highValue = initialValue = origInitialValue; in clear() 275 return highValue; in get() 303 uint32_t value = highValue; in getRange() 367 if (maybeFilterValue(highValue, initialValu in getRange() [all...] |
H A D | utrie2_builder.cpp | 944 findHighStart(UNewTrie2 *trie, uint32_t highValue) { in findHighStart() argument 958 if(highValue==initialValue) { in findHighStart() 973 /* the index-2 block is the same as the previous one, and filled with highValue */ in findHighStart() 980 if(highValue!=initialValue) { in findHighStart() 989 /* the block is the same as the previous one, and filled with highValue */ in findHighStart() 996 if(highValue!=initialValue) { in findHighStart() 1003 if(value!=highValue) { in findHighStart() 1232 uint32_t highValue; in compactTrie() local 1237 highValue=utrie2_get32(trie, 0x10ffff); in compactTrie() 1238 highStart=findHighStart(newTrie, highValue); in compactTrie() [all...] |
H A D | utrie2.cpp | 344 /* highValue and reserved values */ in utrie2_openDummy() 360 /* highValue and reserved values */ in utrie2_openDummy() 596 uint32_t highValue; in enumEitherTrie() local 598 highValue= in enumEitherTrie() 603 highValue=trie->newTrie->data[trie->newTrie->dataLength-UTRIE2_DATA_GRANULARITY]; in enumEitherTrie() 605 value=enumValue(context, highValue); in enumEitherTrie()
|
H A D | ucptrie.cpp | 403 uint32_t highValue = getValue(trie->data, valueWidth, di); in getRange() local 404 if (maybeFilterValue(highValue, trie->nullValue, nullValue, in getRange()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | umutablecptrie.cpp | 119 uint32_t highValue; member in __anon11850::MutableCodePointTrie 132 highStart(0), highValue(initialValue) in MutableCodePointTrie() 153 highStart(other.highStart), highValue(other.highValue) in MutableCodePointTrie() 184 // Use the highValue as the initialValue to reduce the highStart. in fromUCPMap() 214 // Use the highValue as the initialValue to reduce the highStart. in fromUCPTrie() 264 highValue = initialValue = origInitialValue; in clear() 275 return highValue; in get() 303 uint32_t value = highValue; in getRange() 367 if (maybeFilterValue(highValue, initialValu in getRange() [all...] |
H A D | utrie2_builder.cpp | 944 findHighStart(UNewTrie2 *trie, uint32_t highValue) { in findHighStart() argument 958 if(highValue==initialValue) { in findHighStart() 973 /* the index-2 block is the same as the previous one, and filled with highValue */ in findHighStart() 980 if(highValue!=initialValue) { in findHighStart() 989 /* the block is the same as the previous one, and filled with highValue */ in findHighStart() 996 if(highValue!=initialValue) { in findHighStart() 1003 if(value!=highValue) { in findHighStart() 1232 uint32_t highValue; in compactTrie() local 1237 highValue=utrie2_get32(trie, 0x10ffff); in compactTrie() 1238 highStart=findHighStart(newTrie, highValue); in compactTrie() [all...] |
H A D | utrie2.cpp | 344 /* highValue and reserved values */ in utrie2_openDummy() 360 /* highValue and reserved values */ in utrie2_openDummy() 596 uint32_t highValue; in enumEitherTrie() local 598 highValue= in enumEitherTrie() 603 highValue=trie->newTrie->data[trie->newTrie->dataLength-UTRIE2_DATA_GRANULARITY]; in enumEitherTrie() 605 value=enumValue(context, highValue); in enumEitherTrie()
|
H A D | ucptrie.cpp | 403 uint32_t highValue = getValue(trie->data, valueWidth, di); in getRange() local 404 if (maybeFilterValue(highValue, trie->nullValue, nullValue, in getRange()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | umutablecptrie.cpp | 119 uint32_t highValue; member in __anon21079::MutableCodePointTrie 132 highStart(0), highValue(initialValue) in MutableCodePointTrie() 153 highStart(other.highStart), highValue(other.highValue) in MutableCodePointTrie() 184 // Use the highValue as the initialValue to reduce the highStart. in fromUCPMap() 214 // Use the highValue as the initialValue to reduce the highStart. in fromUCPTrie() 264 highValue = initialValue = origInitialValue; in clear() 275 return highValue; in get() 303 uint32_t value = highValue; in getRange() 367 if (maybeFilterValue(highValue, initialValu in getRange() [all...] |
H A D | utrie2_builder.cpp | 944 findHighStart(UNewTrie2 *trie, uint32_t highValue) { in findHighStart() argument 958 if(highValue==initialValue) { in findHighStart() 973 /* the index-2 block is the same as the previous one, and filled with highValue */ in findHighStart() 980 if(highValue!=initialValue) { in findHighStart() 989 /* the block is the same as the previous one, and filled with highValue */ in findHighStart() 996 if(highValue!=initialValue) { in findHighStart() 1003 if(value!=highValue) { in findHighStart() 1232 uint32_t highValue; in compactTrie() local 1237 highValue=utrie2_get32(trie, 0x10ffff); in compactTrie() 1238 highStart=findHighStart(newTrie, highValue); in compactTrie() [all...] |
H A D | utrie2.cpp | 344 /* highValue and reserved values */ in utrie2_openDummy() 360 /* highValue and reserved values */ in utrie2_openDummy() 596 uint32_t highValue; in enumEitherTrie() local 598 highValue= in enumEitherTrie() 603 highValue=trie->newTrie->data[trie->newTrie->dataLength-UTRIE2_DATA_GRANULARITY]; in enumEitherTrie() 605 value=enumValue(context, highValue); in enumEitherTrie()
|
H A D | ucptrie.cpp | 403 uint32_t highValue = getValue(trie->data, valueWidth, di); in getRange() local 404 if (maybeFilterValue(highValue, trie->nullValue, nullValue, in getRange()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | Trie2Writable.java | 660 private int findHighStart(int highValue) { in findHighStart() argument 668 if(highValue==initialValue) { in findHighStart() 683 /* the index-2 block is the same as the previous one, and filled with highValue */ in findHighStart() 690 if(highValue!=initialValue) { in findHighStart() 699 /* the block is the same as the previous one, and filled with highValue */ in findHighStart() 706 if(highValue!=initialValue) { in findHighStart() 713 if(value!=highValue) { in findHighStart() 928 int highValue; in compactTrie() 931 highValue=get(0x10ffff); in compactTrie() 932 localHighStart=findHighStart(highValue); in compactTrie() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | Trie2Writable.java | 662 private int findHighStart(int highValue) { in findHighStart() argument 670 if(highValue==initialValue) { in findHighStart() 685 /* the index-2 block is the same as the previous one, and filled with highValue */ in findHighStart() 692 if(highValue!=initialValue) { in findHighStart() 701 /* the block is the same as the previous one, and filled with highValue */ in findHighStart() 708 if(highValue!=initialValue) { in findHighStart() 715 if(value!=highValue) { in findHighStart() 930 int highValue; in compactTrie() 933 highValue=get(0x10ffff); in compactTrie() 934 localHighStart=findHighStart(highValue); in compactTrie() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderInvarianceTests.cpp | 376 const char* highValue; // !< highValue < maxValue in createShaderInvarianceTests() member 439 << FormatArgument("HIGH_VALUE", de::toString(precisions[precNdx].highValue)) in createShaderInvarianceTests()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderInvarianceTests.cpp | 463 const char* highValue; // !< highValue < maxValue in init() member 492 << FormatArgument("HIGH_VALUE", de::toString(precisions[precNdx].highValue)) in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderInvarianceTests.cpp | 376 const char* highValue; // !< highValue < maxValue in createShaderInvarianceTests() member 438 << FormatArgument("HIGH_VALUE", de::toString(precisions[precNdx].highValue)) in createShaderInvarianceTests()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderInvarianceTests.cpp | 461 const char* highValue; // !< highValue < maxValue in init() member 490 << FormatArgument("HIGH_VALUE", de::toString(precisions[precNdx].highValue)) in init()
|
/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/
... |