HomeSort by relevance Sort by last modified time
    Searched defs:highValue (Results 1 - 18 of 18) sorted by null

  /external/icu/icu4c/source/common/
utrie2.cpp 339 /* highValue and reserved values */
355 /* highValue and reserved values */
700 uint32_t highValue;
702 highValue=
707 highValue=trie->newTrie->data[trie->newTrie->dataLength-UTRIE2_DATA_GRANULARITY];
709 value=enumValue(context, highValue);
utrie2_builder.cpp 899 findHighStart(UNewTrie2 *trie, uint32_t highValue) {
913 if(highValue==initialValue) {
928 /* the index-2 block is the same as the previous one, and filled with highValue */
935 if(highValue!=initialValue) {
944 /* the block is the same as the previous one, and filled with highValue */
951 if(highValue!=initialValue) {
958 if(value!=highValue) {
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderInvarianceTests.cpp 461 const char* highValue; // !< highValue < maxValue
490 << FormatArgument("HIGH_VALUE", de::toString(precisions[precNdx].highValue))
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderInvarianceTests.cpp 463 const char* highValue; // !< highValue < maxValue
492 << FormatArgument("HIGH_VALUE", de::toString(precisions[precNdx].highValue))
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Trie2Writable.java 662 private int findHighStart(int highValue) {
670 if(highValue==initialValue) {
685 /* the index-2 block is the same as the previous one, and filled with highValue */
692 if(highValue!=initialValue) {
701 /* the block is the same as the previous one, and filled with highValue */
708 if(highValue!=initialValue) {
715 if(value!=highValue) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Trie2Writable.java 660 private int findHighStart(int highValue) {
668 if(highValue==initialValue) {
683 /* the index-2 block is the same as the previous one, and filled with highValue */
690 if(highValue!=initialValue) {
699 /* the block is the same as the previous one, and filled with highValue */
706 if(highValue!=initialValue) {
713 if(value!=highValue) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 692 int highValue = appParam[i] & 0xff;
694 appParamValue.maxListCount = highValue * 256 + lowValue;
700 int highValue = appParam[i] & 0xff;
702 appParamValue.listStartOffset = highValue * 256 + lowValue;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 

Completed in 264 milliseconds