Home
last modified time | relevance | path

Searched defs:kint32max (Results 1 – 6 of 6) sorted by relevance

/third_party/libphonenumber/cpp/src/phonenumbers/base/
Dbasictypes.h42 const int32 kint32max = INT32_MAX; variable
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DCjkBreakEngine.java73 private static final int kint32max = Integer.MAX_VALUE; field in CjkBreakEngine
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCjkBreakEngine.java72 private static final int kint32max = Integer.MAX_VALUE; field in CjkBreakEngine
/third_party/libphonenumber/tools/cpp/src/base/
Dbasictypes.h40 const int32 kint32max = INT32_MAX; variable
/third_party/protobuf/src/google/protobuf/stubs/
Dport.h134 static const int32 kint32max = 0x7FFFFFFF; variable
/third_party/jsoncpp/src/test_lib_json/
Dmain.cpp34 #define kint32max Json::Value::maxInt macro