Home
last modified time | relevance | path

Searched refs:STRING_HASH (Results 1 – 25 of 30) sorted by relevance

12

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-rds-data/source/model/
H A DDecimalReturnType.cpp23 static const int STRING_HASH = HashingUtils::HashString("STRING"); variable
30 if (hashCode == STRING_HASH) in GetDecimalReturnTypeForName()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iot/source/model/
H A DDynamoKeyType.cpp23 static const int STRING_HASH = HashingUtils::HashString("STRING"); variable
30 if (hashCode == STRING_HASH) in GetDynamoKeyTypeForName()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iotevents/source/model/
H A DPayloadType.cpp23 static const int STRING_HASH = HashingUtils::HashString("STRING"); variable
30 if (hashCode == STRING_HASH) in GetPayloadTypeForName()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-quicksight/source/model/
H A DColumnDataType.cpp23 static const int STRING_HASH = HashingUtils::HashString("STRING"); variable
32 if (hashCode == STRING_HASH) in GetColumnDataTypeForName()
H A DInputColumnDataType.cpp23 static const int STRING_HASH = HashingUtils::HashString("STRING"); variable
35 if (hashCode == STRING_HASH) in GetInputColumnDataTypeForName()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-frauddetector/source/model/
H A DDataType.cpp23 static const int STRING_HASH = HashingUtils::HashString("STRING"); variable
32 if (hashCode == STRING_HASH) in GetDataTypeForName()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-panorama/source/model/
H A DPortType.cpp24 static const int STRING_HASH = HashingUtils::HashString("STRING"); variable
37 else if (hashCode == STRING_HASH) in GetPortTypeForName()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-customer-profiles/source/model/
H A DFieldContentType.cpp23 static const int STRING_HASH = HashingUtils::HashString("STRING"); variable
33 if (hashCode == STRING_HASH) in GetFieldContentTypeForName()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iotsitewise/source/model/
H A DPropertyDataType.cpp23 static const int STRING_HASH = HashingUtils::HashString("STRING"); variable
33 if (hashCode == STRING_HASH) in GetPropertyDataTypeForName()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-clouddirectory/source/model/
H A DFacetAttributeType.cpp23 static const int STRING_HASH = HashingUtils::HashString("STRING"); variable
34 if (hashCode == STRING_HASH) in GetFacetAttributeTypeForName()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-glue/source/model/
H A DColumnStatisticsType.cpp28 static const int STRING_HASH = HashingUtils::HashString("STRING"); variable
55 else if (hashCode == STRING_HASH) in GetColumnStatisticsTypeForName()
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/common/
H A Dustring.cpp1500 #define STRING_HASH(TYPE, STR, STRLEN, DEREF) UPRV_BLOCK_MACRO_BEGIN { \ macro
1518 STRING_HASH(UChar, str, length, *p); in ustr_hashUCharsN()
1523 STRING_HASH(uint8_t, str, length, *p); in ustr_hashCharsN()
1528 STRING_HASH(char, str, length, (uint8_t)uprv_tolower(*p)); in ustr_hashICharsN()
/dports/textproc/R-cran-stringi/stringi/src/icu55/common/
H A Dustring.cpp1488 #define STRING_HASH(TYPE, STR, STRLEN, DEREF) \ macro
1505 STRING_HASH(UChar, str, length, *p); in ustr_hashUCharsN()
1510 STRING_HASH(uint8_t, str, length, *p); in ustr_hashCharsN()
1515 STRING_HASH(char, str, length, (uint8_t)uprv_tolower(*p)); in ustr_hashICharsN()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/common/
H A Dustring.cpp1492 #define STRING_HASH(TYPE, STR, STRLEN, DEREF) UPRV_BLOCK_MACRO_BEGIN { \ macro
1510 STRING_HASH(UChar, str, length, *p); in ustr_hashUCharsN()
1515 STRING_HASH(uint8_t, str, length, *p); in ustr_hashCharsN()
1520 STRING_HASH(char, str, length, (uint8_t)uprv_tolower(*p)); in ustr_hashICharsN()
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/common/
H A Dustring.cpp1490 #define STRING_HASH(TYPE, STR, STRLEN, DEREF) \ macro
1507 STRING_HASH(UChar, str, length, *p); in ustr_hashUCharsN()
1512 STRING_HASH(uint8_t, str, length, *p); in ustr_hashCharsN()
1517 STRING_HASH(char, str, length, (uint8_t)uprv_tolower(*p)); in ustr_hashICharsN()
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/common/
H A Dustring.cpp1491 #define STRING_HASH(TYPE, STR, STRLEN, DEREF) \ macro
1508 STRING_HASH(UChar, str, length, *p); in ustr_hashUCharsN()
1513 STRING_HASH(uint8_t, str, length, *p); in ustr_hashCharsN()
1518 STRING_HASH(char, str, length, (uint8_t)uprv_tolower(*p)); in ustr_hashICharsN()
/dports/www/node10/node-v10.24.1/deps/icu-small/source/common/
H A Dustring.cpp1491 #define STRING_HASH(TYPE, STR, STRLEN, DEREF) \ macro
1508 STRING_HASH(UChar, str, length, *p); in ustr_hashUCharsN()
1513 STRING_HASH(uint8_t, str, length, *p); in ustr_hashCharsN()
1518 STRING_HASH(char, str, length, (uint8_t)uprv_tolower(*p)); in ustr_hashICharsN()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/icu4c-57.1/source/common/
H A Dustring.cpp1488 #define STRING_HASH(TYPE, STR, STRLEN, DEREF) \ macro
1505 STRING_HASH(UChar, str, length, *p); in ustr_hashUCharsN()
1510 STRING_HASH(uint8_t, str, length, *p); in ustr_hashCharsN()
1515 STRING_HASH(char, str, length, (uint8_t)uprv_tolower(*p)); in ustr_hashICharsN()
/dports/devel/icu/icu/source/common/
H A Dustring.cpp1506 #define STRING_HASH(TYPE, STR, STRLEN, DEREF) UPRV_BLOCK_MACRO_BEGIN { \ macro
1524 STRING_HASH(UChar, str, length, *p); in ustr_hashUCharsN()
1529 STRING_HASH(uint8_t, str, length, *p); in ustr_hashCharsN()
1534 STRING_HASH(char, str, length, (uint8_t)uprv_tolower(*p)); in ustr_hashICharsN()
/dports/devel/icu-lx/icu/source/common/
H A Dustring.cpp1506 #define STRING_HASH(TYPE, STR, STRLEN, DEREF) UPRV_BLOCK_MACRO_BEGIN { \ macro
1524 STRING_HASH(UChar, str, length, *p); in ustr_hashUCharsN()
1529 STRING_HASH(uint8_t, str, length, *p); in ustr_hashCharsN()
1534 STRING_HASH(char, str, length, (uint8_t)uprv_tolower(*p)); in ustr_hashICharsN()
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/common/
H A Dustring.cpp1508 #define STRING_HASH(TYPE, STR, STRLEN, DEREF) UPRV_BLOCK_MACRO_BEGIN { \ macro
1526 STRING_HASH(UChar, str, length, *p); in ustr_hashUCharsN()
1531 STRING_HASH(uint8_t, str, length, *p); in ustr_hashCharsN()
1536 STRING_HASH(char, str, length, (uint8_t)uprv_tolower(*p)); in ustr_hashICharsN()
/dports/textproc/R-cran-stringi/stringi/src/icu69/common/
H A Dustring.cpp1508 #define STRING_HASH(TYPE, STR, STRLEN, DEREF) UPRV_BLOCK_MACRO_BEGIN { \ macro
1526 STRING_HASH(UChar, str, length, *p); in ustr_hashUCharsN()
1531 STRING_HASH(uint8_t, str, length, *p); in ustr_hashCharsN()
1536 STRING_HASH(char, str, length, (uint8_t)uprv_tolower(*p)); in ustr_hashICharsN()
/dports/www/firefox/firefox-99.0/intl/icu/source/common/
H A Dustring.cpp1506 #define STRING_HASH(TYPE, STR, STRLEN, DEREF) UPRV_BLOCK_MACRO_BEGIN { \ macro
1524 STRING_HASH(UChar, str, length, *p); in ustr_hashUCharsN()
1529 STRING_HASH(uint8_t, str, length, *p); in ustr_hashCharsN()
1534 STRING_HASH(char, str, length, (uint8_t)uprv_tolower(*p)); in ustr_hashICharsN()
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/common/
H A Dustring.cpp1508 #define STRING_HASH(TYPE, STR, STRLEN, DEREF) UPRV_BLOCK_MACRO_BEGIN { \ macro
1526 STRING_HASH(UChar, str, length, *p); in ustr_hashUCharsN()
1531 STRING_HASH(uint8_t, str, length, *p); in ustr_hashCharsN()
1536 STRING_HASH(char, str, length, (uint8_t)uprv_tolower(*p)); in ustr_hashICharsN()
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/common/
H A Dustring.cpp1508 #define STRING_HASH(TYPE, STR, STRLEN, DEREF) UPRV_BLOCK_MACRO_BEGIN { \ macro
1526 STRING_HASH(UChar, str, length, *p); in ustr_hashUCharsN()
1531 STRING_HASH(uint8_t, str, length, *p); in ustr_hashCharsN()
1536 STRING_HASH(char, str, length, (uint8_t)uprv_tolower(*p)); in ustr_hashICharsN()

12