Home
last modified time | relevance | path

Searched refs:keyword (Results 76 - 100 of 267) sorted by relevance

1234567891011

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DRelativeDateTimeFormatter.java1128 private static final DateTimeUnit orNullFromString(CharSequence keyword) { in orNullFromString() argument
1130 switch (keyword.length()) { in orNullFromString()
1132 if ("day".contentEquals(keyword)) { in orNullFromString()
1134 } else if ("sun".contentEquals(keyword)) { in orNullFromString()
1136 } else if ("mon".contentEquals(keyword)) { in orNullFromString()
1138 } else if ("tue".contentEquals(keyword)) { in orNullFromString()
1140 } else if ("wed".contentEquals(keyword)) { in orNullFromString()
1142 } else if ("thu".contentEquals(keyword)) { in orNullFromString()
1144 } else if ("fri".contentEquals(keyword)) { in orNullFromString()
1146 } else if ("sat".contentEquals(keyword)) { in orNullFromString()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DUnicodeLocaleExtension.java61 for (Entry<String, String> keyword : _keywords.entrySet()) { in UnicodeLocaleExtension()
62 String key = keyword.getKey(); in UnicodeLocaleExtension()
63 String value = keyword.getValue(); in UnicodeLocaleExtension()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
H A DUnicodeLocaleExtension.java65 for (Entry<String, String> keyword : _keywords.entrySet()) { in UnicodeLocaleExtension()
66 String key = keyword.getKey(); in UnicodeLocaleExtension()
67 String value = keyword.getValue(); in UnicodeLocaleExtension()
/third_party/node/deps/icu-small/source/common/
H A Dulocale.cpp49 const ULocale* locale, const char* keyword, int32_t keywordLength, \
58 keywordLength < 0 ? StringPiece(keyword) : StringPiece(keyword, keywordLength), \
/third_party/python/Lib/
H A Drlcompleter.py35 import keyword namespace
121 for word in keyword.kwlist + keyword.softkwlist:
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Ddata_query.cpp667 void DataQuery::AppendCommon(const std::string &keyword, const std::string &fieldType, in AppendCommon() argument
671 str_.append(keyword); in AppendCommon()
681 void DataQuery::AppendCommonString(const std::string &keyword, const std::string &fieldType, in AppendCommonString() argument
685 str_.append(keyword); in AppendCommonString()
696 void DataQuery::AppendCommonBoolean(const std::string &keyword, const std::string &fieldType, in AppendCommonBoolean() argument
700 str_.append(keyword); in AppendCommonBoolean()
714 void DataQuery::AppendCommonString(const std::string &keyword, std::string &field, std::string &value) in AppendCommonString() argument
717 str_.append(keyword); in AppendCommonString()
727 void DataQuery::AppendCommonList(const std::string &keyword, const std::string &fieldType, in AppendCommonList() argument
731 str_.append(keyword); in AppendCommonList()
747 AppendCommonListString(const std::string &keyword, const std::string &fieldType, std::string &field, std::vector<std::string> &valueList) AppendCommonListString() argument
[all...]
/third_party/glslang/glslang/HLSL/
H A DhlslScanContext.cpp675 keyword = it->second; in tokenizeIdentifier()
677 switch (keyword) { in tokenizeIdentifier()
704 return keyword; in tokenizeIdentifier()
712 return keyword; in tokenizeIdentifier()
718 return keyword; in tokenizeIdentifier()
723 return keyword; in tokenizeIdentifier()
728 return keyword; in tokenizeIdentifier()
970 return keyword; in tokenizeIdentifier()
1005 return keyword; in tokenizeIdentifier()
1016 return keyword; in tokenizeIdentifier()
[all...]
/third_party/mesa3d/src/mapi/glapi/gen/
H A Dgl_apitemp.py61 keyword = "KEYWORD1"
63 keyword = "KEYWORD1_ALT"
100 print('%s %s KEYWORD2 NAME(%s)(%s);' % (keyword, f.return_type, n, f.get_parameter_string(name)))
103 print('%s %s KEYWORD2 NAME(%s)(%s)' % (keyword, f.return_type, n, f.get_parameter_string(name)))
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/
H A Dretrace_restricted_traces.py73 for keyword in METADATA_KEYWORDS:
74 if keyword in line:
85 for keyword in METADATA_KEYWORDS:
86 if keyword in line:
/third_party/icu/icu4c/source/i18n/
H A Dreldatefmt.cpp386 static RelAbsUnit unitOrNegativeFromString(const char* keyword, int32_t length) { in unitOrNegativeFromString()
390 if (uprv_strncmp(keyword, "day", length) == 0) { in unitOrNegativeFromString()
392 } else if (uprv_strncmp(keyword, "sun", length) == 0) { in unitOrNegativeFromString()
394 } else if (uprv_strncmp(keyword, "mon", length) == 0) { in unitOrNegativeFromString()
396 } else if (uprv_strncmp(keyword, "tue", length) == 0) { in unitOrNegativeFromString()
398 } else if (uprv_strncmp(keyword, "wed", length) == 0) { in unitOrNegativeFromString()
400 } else if (uprv_strncmp(keyword, "thu", length) == 0) { in unitOrNegativeFromString()
402 } else if (uprv_strncmp(keyword, "fri", length) == 0) { in unitOrNegativeFromString()
404 } else if (uprv_strncmp(keyword, "sat", length) == 0) { in unitOrNegativeFromString()
409 if (uprv_strncmp(keyword, "hou in unitOrNegativeFromString()
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dreldatefmt.cpp386 static RelAbsUnit unitOrNegativeFromString(const char* keyword, int32_t length) { in unitOrNegativeFromString()
390 if (uprv_strncmp(keyword, "day", length) == 0) { in unitOrNegativeFromString()
392 } else if (uprv_strncmp(keyword, "sun", length) == 0) { in unitOrNegativeFromString()
394 } else if (uprv_strncmp(keyword, "mon", length) == 0) { in unitOrNegativeFromString()
396 } else if (uprv_strncmp(keyword, "tue", length) == 0) { in unitOrNegativeFromString()
398 } else if (uprv_strncmp(keyword, "wed", length) == 0) { in unitOrNegativeFromString()
400 } else if (uprv_strncmp(keyword, "thu", length) == 0) { in unitOrNegativeFromString()
402 } else if (uprv_strncmp(keyword, "fri", length) == 0) { in unitOrNegativeFromString()
404 } else if (uprv_strncmp(keyword, "sat", length) == 0) { in unitOrNegativeFromString()
409 if (uprv_strncmp(keyword, "hou in unitOrNegativeFromString()
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dreldatefmt.cpp400 static RelAbsUnit unitOrNegativeFromString(const char* keyword, int32_t length) { in unitOrNegativeFromString()
404 if (uprv_strncmp(keyword, "day", length) == 0) { in unitOrNegativeFromString()
406 } else if (uprv_strncmp(keyword, "sun", length) == 0) { in unitOrNegativeFromString()
408 } else if (uprv_strncmp(keyword, "mon", length) == 0) { in unitOrNegativeFromString()
410 } else if (uprv_strncmp(keyword, "tue", length) == 0) { in unitOrNegativeFromString()
412 } else if (uprv_strncmp(keyword, "wed", length) == 0) { in unitOrNegativeFromString()
414 } else if (uprv_strncmp(keyword, "thu", length) == 0) { in unitOrNegativeFromString()
416 } else if (uprv_strncmp(keyword, "fri", length) == 0) { in unitOrNegativeFromString()
418 } else if (uprv_strncmp(keyword, "sat", length) == 0) { in unitOrNegativeFromString()
423 if (uprv_strncmp(keyword, "hou in unitOrNegativeFromString()
[all...]
/third_party/python/Lib/idlelib/
H A Dcolorizer.py2 import keyword namespace
18 kw = r"\b" + any("KEYWORD", keyword.kwlist) + r"\b"
25 r"\b(?:" + r"|".join(keyword.kwlist) + r")\b", # a keyword
41 r"\b(?:" + r"|".join(keyword.kwlist) + r")\b", # a keyword
47 name not in keyword.kwlist]
166 "KEYWORD": idleConf.GetHighlight(theme, "keyword"),
/third_party/toybox/scripts/
H A Dconfig2help.c130 char *keyword(char *name, char *line) in keyword() function
248 // source or config keyword at left edge? in parse()
250 if ((s = keyword("config", line))) { in parse()
255 } else if ((s = keyword("source", line))) parse(s); in parse()
268 else if ((s = keyword("depends", line)) && (s = keyword("on", s))) in parse()
270 else if (keyword("help", line)) sym->help_indent = -1; in parse()
352 if (catch->help && (that = keyword("usage:", catch->help->data))) { in main()
/third_party/icu/icu4c/source/i18n/unicode/
H A Dselfmt.h106 * <p>The resulting keyword is provided to <code>MessageFormat</code> as a
143 * for each user-defined keyword.
144 * The pattern is a sequence of (keyword, message) pairs.
145 * A keyword is a "pattern identifier": [^[[:Pattern_Syntax:][:Pattern_White_Space:]]]+</p>
149 * <p>You always have to define a phrase for the default keyword
150 * <code>other</code>; this phrase is returned when the keyword
152 * the <code>format</code> method matches no other keyword.
215 * for the keyword rules.
230 * Selects the phrase for the given keyword
232 * @param keyword Th
[all...]
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dselfmt.h106 * <p>The resulting keyword is provided to <code>MessageFormat</code> as a
143 * for each user-defined keyword.
144 * The pattern is a sequence of (keyword, message) pairs.
145 * A keyword is a "pattern identifier": [^[[:Pattern_Syntax:][:Pattern_White_Space:]]]+</p>
149 * <p>You always have to define a phrase for the default keyword
150 * <code>other</code>; this phrase is returned when the keyword
152 * the <code>format</code> method matches no other keyword.
215 * for the keyword rules.
230 * Selects the phrase for the given keyword
232 * @param keyword Th
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dplurults.h59 UnicodeString keyword,
65 int32_t line, const char *keyword, ...);
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dselfmt.h106 * <p>The resulting keyword is provided to <code>MessageFormat</code> as a
143 * for each user-defined keyword.
144 * The pattern is a sequence of (keyword, message) pairs.
145 * A keyword is a "pattern identifier": [^[[:Pattern_Syntax:][:Pattern_White_Space:]]]+</p>
149 * <p>You always have to define a phrase for the default keyword
150 * <code>other</code>; this phrase is returned when the keyword
152 * the <code>format</code> method matches no other keyword.
215 * for the keyword rules.
230 * Selects the phrase for the given keyword
232 * @param keyword Th
[all...]
/third_party/ffmpeg/libavformat/
H A Dfitsenc.c42 * Write one header line comprising of keyword and value(int)
44 * @param keyword pointer to the char array in which keyword is stored
45 * @param value the value corresponding to the keyword
50 const char *keyword, void *value, int *lines_written) in write_keyword_value()
55 len = strlen(keyword); in write_keyword_value()
57 memcpy(header, keyword, len); in write_keyword_value()
49 write_keyword_value(AVFormatContext *s, const char *fmt, const char *keyword, void *value, int *lines_written) write_keyword_value() argument
/third_party/node/deps/icu-small/source/common/unicode/
H A Dulocale.h169 * Gets the value for a keyword.
171 * This uses legacy keyword=value pairs, like "collation=phonebook".
174 * @param keyword the keyword, a const char * pointer (need not be
176 * @param keywordLength the length of the keyword; if negative, then the
177 * keyword need to be null terminated.
185 const ULocale* locale, const char* keyword, int32_t keywordLength,
189 * Gets the Unicode value for a Unicode keyword.
194 * @param keyword the Unicode keyword,
[all...]
/third_party/node/deps/v8/src/torque/
H A Dearley-parser.cc170 // longer. Iterate from the end to ensure that if one keyword is a prefix of in MatchToken()
173 const std::string& keyword = it->first; in MatchToken() local
174 if (static_cast<size_t>(end - token_start) < keyword.size()) continue; in MatchToken()
175 if (keyword.size() >= pattern_size && in MatchToken()
176 keyword == std::string(token_start, token_start + keyword.size())) { in MatchToken()
177 *pos = token_start + keyword.size(); in MatchToken()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cLayoutBindingTests.cpp792 String buildUniformDecl(const String& keyword, const String& layout, const String& uniform_type, in buildUniformDecl() argument
798 setArg(args["KEYWORD"], keyword); in buildUniformDecl()
1303 String decl = buildUniformDecl(String(getTestParameters().keyword), buildLayout(String()), in binding_basic_default()
1351 buildUniformDecl(String(getTestParameters().keyword), buildLayout(binding), in binding_basic_explicit()
1389 String decl0 = buildUniformDecl(String(getTestParameters().keyword), buildLayout(baseBindingPoint), in binding_basic_multiple()
1392 String decl1 = buildUniformDecl(String(getTestParameters().keyword), buildLayout(baseBindingPoint), in binding_basic_multiple()
1449 buildUniformDecl(String(getTestParameters().keyword), buildLayout(binding), in binding_basic_render()
1491 buildUniformDecl(String(getTestParameters().keyword), buildLayout(intConst), in binding_integer_constant()
1533 buildUniformDecl(String(getTestParameters().keyword), buildLayout(String("INT_CONST")), in binding_integer_constant()
1579 buildUniformDecl(String(getTestParameters().keyword), buildLayou in binding_array_size()
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocdispnames.cpp599 icu::LocalUEnumerationPointer kenum; /* keyword enumeration */ in uloc_getDisplayName()
669 /* adjust for call to get keyword */ in uloc_getDisplayName()
777 uloc_getDisplayKeyword(const char* keyword, in uloc_getDisplayKeyword() argument
797 keyword, in uloc_getDisplayKeyword()
798 keyword, in uloc_getDisplayKeyword()
809 const char* keyword, in uloc_getDisplayKeywordValue()
826 /* get the keyword value */ in uloc_getDisplayKeywordValue()
830 ulocimp_getKeywordValue(locale, keyword, sink, status); in uloc_getDisplayKeywordValue()
834 * if the keyword is equal to currency .. then to get the display name in uloc_getDisplayKeywordValue()
837 if(uprv_stricmp(keyword, _kCurrenc in uloc_getDisplayKeywordValue()
808 uloc_getDisplayKeywordValue( const char* locale, const char* keyword, const char* displayLocale, UChar* dest, int32_t destCapacity, UErrorCode* status) uloc_getDisplayKeywordValue() argument
[all...]
/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/
H A Dpvrusb2-debugifc.c106 const char *keyword) in debugifc_match_keyword()
109 if (!keyword) return 0; in debugifc_match_keyword()
110 kl = strlen(keyword); in debugifc_match_keyword()
112 return !memcmp(buf,keyword,kl); in debugifc_match_keyword()
105 debugifc_match_keyword(const char *buf,unsigned int count, const char *keyword) debugifc_match_keyword() argument
/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/
H A Dpvrusb2-debugifc.c106 const char *keyword) in debugifc_match_keyword()
109 if (!keyword) return 0; in debugifc_match_keyword()
110 kl = strlen(keyword); in debugifc_match_keyword()
112 return !memcmp(buf,keyword,kl); in debugifc_match_keyword()
105 debugifc_match_keyword(const char *buf,unsigned int count, const char *keyword) debugifc_match_keyword() argument

Completed in 38 milliseconds

1234567891011