/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | PluralFormat.java | 87 * selector = explicitValue | keyword 89 * keyword = [^[[:Pattern_Syntax:][:Pattern_White_Space:]]]+ 104 * If there is no exact-number match, then a keyword is selected by calling 107 * If there is no clause with that keyword, then the "other" clauses is returned. 165 * <code>String</code>(plural case keyword) --> <code>String</code> 443 * @param selector the PluralSelector for mapping the number (minus offset) to a keyword. 461 // The keyword is null until we need to match against a non-explicit, not-"other" value. in findSubMessage() 462 // Then we get the keyword from the selector. in findSubMessage() 464 // or if the only non-explicit keyword is "other".) in findSubMessage() 465 String keyword in findSubMessage() [all...] |
H A D | RelativeDateTimeFormatter.java | 1218 private static final DateTimeUnit orNullFromString(CharSequence keyword) { in orNullFromString() argument 1220 switch (keyword.length()) { in orNullFromString() 1222 if ("day".contentEquals(keyword)) { in orNullFromString() 1224 } else if ("sun".contentEquals(keyword)) { in orNullFromString() 1226 } else if ("mon".contentEquals(keyword)) { in orNullFromString() 1228 } else if ("tue".contentEquals(keyword)) { in orNullFromString() 1230 } else if ("wed".contentEquals(keyword)) { in orNullFromString() 1232 } else if ("thu".contentEquals(keyword)) { in orNullFromString() 1234 } else if ("fri".contentEquals(keyword)) { in orNullFromString() 1236 } else if ("sat".contentEquals(keyword)) { in orNullFromString() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | PluralFormat.java | 88 * selector = explicitValue | keyword 90 * keyword = [^[[:Pattern_Syntax:][:Pattern_White_Space:]]]+ 105 * If there is no exact-number match, then a keyword is selected by calling 108 * If there is no clause with that keyword, then the "other" clauses is returned. 165 * <code>String</code>(plural case keyword) --> <code>String</code> 428 * @param selector the PluralSelector for mapping the number (minus offset) to a keyword. 446 // The keyword is null until we need to match against a non-explicit, not-"other" value. in findSubMessage() 447 // Then we get the keyword from the selector. in findSubMessage() 449 // or if the only non-explicit keyword is "other".) in findSubMessage() 450 String keyword in findSubMessage() [all...] |
H A D | RelativeDateTimeFormatter.java | 1128 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/icu4c/source/common/unicode/ |
H A D | uloc.h | 299 * Invariant character for assigning value to a keyword 305 * Unicode code point for '=' for assigning value to a keyword. 672 * Gets the keyword name suitable for display for the specified locale. E.g: 674 * string for the keyword collation. 678 * const char* keyword =NULL; 690 * keyword = uenum_next(keywordEnum, &keywordLen, &status); 691 * displayKeywordLen = uloc_getDisplayKeyword(keyword, "en_US", displayKeyword, 256); 696 * @param keyword The keyword whose display string needs to be returned. 701 * @param dest the buffer to which the displayable keyword shoul [all...] |
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | uloc.h | 299 * Invariant character for assigning value to a keyword 305 * Unicode code point for '=' for assigning value to a keyword. 672 * Gets the keyword name suitable for display for the specified locale. E.g: 674 * string for the keyword collation. 678 * const char* keyword =NULL; 690 * keyword = uenum_next(keywordEnum, &keywordLen, &status); 691 * displayKeywordLen = uloc_getDisplayKeyword(keyword, "en_US", displayKeyword, 256); 696 * @param keyword The keyword whose display string needs to be returned. 701 * @param dest the buffer to which the displayable keyword shoul [all...] |
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | uloc.h | 299 * Invariant character for assigning value to a keyword 305 * Unicode code point for '=' for assigning value to a keyword. 672 * Gets the keyword name suitable for display for the specified locale. E.g: 674 * string for the keyword collation. 678 * const char* keyword =NULL; 690 * keyword = uenum_next(keywordEnum, &keywordLen, &status); 691 * displayKeywordLen = uloc_getDisplayKeyword(keyword, "en_US", displayKeyword, 256); 696 * @param keyword The keyword whose display string needs to be returned. 701 * @param dest the buffer to which the displayable keyword shoul [all...] |
/third_party/python/Python/ |
H A D | getargs.c | 1371 /* Support for keyword arguments donated by 1560 /* make sure there are no extraneous keyword arguments */ in error_unexpected_keyword_arg() 1563 PyObject *keyword; in error_unexpected_keyword_arg() local 1565 if (!PyDict_Next(kwargs, &j, &keyword, NULL)) in error_unexpected_keyword_arg() 1571 keyword = PyTuple_GET_ITEM(kwnames, j); in error_unexpected_keyword_arg() 1574 if (!PyUnicode_Check(keyword)) { in error_unexpected_keyword_arg() 1580 int match = PySequence_Contains(kwtuple, keyword); in error_unexpected_keyword_arg() 1584 "'%S' is an invalid keyword " in error_unexpected_keyword_arg() 1586 keyword, in error_unexpected_keyword_arg() 1593 /* Something wrong happened. There are extraneous keyword argument in error_unexpected_keyword_arg() 2068 PyObject *keyword; vgetargskeywordsfast_impl() local 2301 PyObject *keyword; _PyArg_UnpackKeywords() local 2476 PyObject *keyword; _PyArg_UnpackKeywordsWithVararg() local [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | uloc.cpp | 561 * @param status return status (keyword too long) 562 * @return length of the keyword name 570 *status = U_ILLEGAL_ARGUMENT_ERROR; /* malformed keyword name */ in locale_canonKeywordName() 576 /* keyword name too long for internal buffer */ in locale_canonKeywordName() 582 *status = U_ILLEGAL_ARGUMENT_ERROR; /* empty keyword name */ in locale_canonKeywordName() 591 char keyword[ULOC_KEYWORD_BUFFER_LEN]; member 599 const char* leftString = ((const KeywordStruct *)left)->keyword; in compareKeywordStructs() 600 const char* rightString = ((const KeywordStruct *)right)->keyword; in compareKeywordStructs() 620 if(prev == '@') { /* start of keyword definition */ in ulocimp_getKeywords() 643 /* need to normalize both keyword an in ulocimp_getKeywords() 2134 uloc_toUnicodeLocaleKey(const char* keyword) uloc_toUnicodeLocaleKey() argument 2145 uloc_toUnicodeLocaleType(const char* keyword, const char* value) uloc_toUnicodeLocaleType() argument 2190 uloc_toLegacyKey(const char* keyword) uloc_toLegacyKey() argument 2209 uloc_toLegacyType(const char* keyword, const char* value) uloc_toLegacyType() argument [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | uloc.cpp | 542 * @param status return status (keyword too long) 543 * @return length of the keyword name 551 *status = U_ILLEGAL_ARGUMENT_ERROR; /* malformed keyword name */ in locale_canonKeywordName() 557 /* keyword name too long for internal buffer */ in locale_canonKeywordName() 563 *status = U_ILLEGAL_ARGUMENT_ERROR; /* empty keyword name */ in locale_canonKeywordName() 572 char keyword[ULOC_KEYWORD_BUFFER_LEN]; member 580 const char* leftString = ((const KeywordStruct *)left)->keyword; in compareKeywordStructs() 581 const char* rightString = ((const KeywordStruct *)right)->keyword; in compareKeywordStructs() 601 if(prev == '@') { /* start of keyword definition */ in ulocimp_getKeywords() 624 /* need to normalize both keyword an in ulocimp_getKeywords() 2138 uloc_toUnicodeLocaleKey(const char* keyword) uloc_toUnicodeLocaleKey() argument 2149 uloc_toUnicodeLocaleType(const char* keyword, const char* value) uloc_toUnicodeLocaleType() argument 2194 uloc_toLegacyKey(const char* keyword) uloc_toLegacyKey() argument 2213 uloc_toLegacyType(const char* keyword, const char* value) uloc_toLegacyType() argument [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uloc.cpp | 552 * @param status return status (keyword too long) 553 * @return length of the keyword name 561 *status = U_ILLEGAL_ARGUMENT_ERROR; /* malformed keyword name */ in locale_canonKeywordName() 567 /* keyword name too long for internal buffer */ in locale_canonKeywordName() 573 *status = U_ILLEGAL_ARGUMENT_ERROR; /* empty keyword name */ in locale_canonKeywordName() 582 char keyword[ULOC_KEYWORD_BUFFER_LEN]; member 590 const char* leftString = ((const KeywordStruct *)left)->keyword; in compareKeywordStructs() 591 const char* rightString = ((const KeywordStruct *)right)->keyword; in compareKeywordStructs() 611 if(prev == '@') { /* start of keyword definition */ in ulocimp_getKeywords() 634 /* need to normalize both keyword an in ulocimp_getKeywords() 2101 uloc_toUnicodeLocaleKey(const char* keyword) uloc_toUnicodeLocaleKey() argument 2112 uloc_toUnicodeLocaleType(const char* keyword, const char* value) uloc_toUnicodeLocaleType() argument 2157 uloc_toLegacyKey(const char* keyword) uloc_toLegacyKey() argument 2176 uloc_toLegacyType(const char* keyword, const char* value) uloc_toLegacyType() argument [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | plurfmt.cpp | 432 // The keyword is empty until we need to match against a non-explicit, not-"other" value. in findSubMessage() 433 // Then we get the keyword from the selector. in findSubMessage() 435 // or if the only non-explicit keyword is "other".) in findSubMessage() 436 UnicodeString keyword; in findSubMessage() local 439 // to avoid matching the keyword again (duplicates are allowed) in findSubMessage() 445 // We remember the first matching-keyword sub-message if we have not seen in findSubMessage() 449 // We avoid matching the keyword twice by also setting haveKeywordMatch=true in findSubMessage() 450 // at the first keyword match. in findSubMessage() 471 // plural keyword like "few" or "other" in findSubMessage() 476 if(0 == keyword in findSubMessage() 525 UnicodeString keyword; parseType() local [all...] |
H A D | reldatefmt.cpp | 386 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 D | plurfmt.cpp | 432 // The keyword is empty until we need to match against a non-explicit, not-"other" value. in findSubMessage() 433 // Then we get the keyword from the selector. in findSubMessage() 435 // or if the only non-explicit keyword is "other".) in findSubMessage() 436 UnicodeString keyword; in findSubMessage() local 439 // to avoid matching the keyword again (duplicates are allowed) in findSubMessage() 445 // We remember the first matching-keyword sub-message if we have not seen in findSubMessage() 449 // We avoid matching the keyword twice by also setting haveKeywordMatch=true in findSubMessage() 450 // at the first keyword match. in findSubMessage() 471 // plural keyword like "few" or "other" in findSubMessage() 476 if(0 == keyword in findSubMessage() 525 UnicodeString keyword; parseType() local [all...] |
H A D | reldatefmt.cpp | 386 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 D | plurfmt.cpp | 432 // The keyword is empty until we need to match against a non-explicit, not-"other" value. in findSubMessage() 433 // Then we get the keyword from the selector. in findSubMessage() 435 // or if the only non-explicit keyword is "other".) in findSubMessage() 436 UnicodeString keyword; in findSubMessage() local 439 // to avoid matching the keyword again (duplicates are allowed) in findSubMessage() 445 // We remember the first matching-keyword sub-message if we have not seen in findSubMessage() 449 // We avoid matching the keyword twice by also setting haveKeywordMatch=true in findSubMessage() 450 // at the first keyword match. in findSubMessage() 471 // plural keyword like "few" or "other" in findSubMessage() 476 if(0 == keyword in findSubMessage() 525 UnicodeString keyword; parseType() local [all...] |
H A D | reldatefmt.cpp | 400 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/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | ULocale.java | 331 // special keyword key for Unicode locale attributes 432 * separated by underscores, followed by an optional keyword list. The 436 * start of the keyword list is indicated by '@', and consists of two 437 * or more keyword/value pairs separated by semicolons(';'). 586 // Locale -> ULocale mapping requires BCP47 keyword mapping data that is currently in getDefault() 802 // Compare keyword keys in compareTo() 807 // Compare keyword values in compareTo() 1214 * {@icu} Returns the value for a keyword in this locale. If the keyword is not 1216 * @param keywordName name of the keyword whos 1822 setKeywordValue(String keyword, String value) setKeywordValue() argument 1841 setKeywordValue(String localeID, String keyword, String value) setKeywordValue() argument 2281 getDisplayKeyword(String keyword) getDisplayKeyword() argument 2293 getDisplayKeyword(String keyword, String displayLocaleID) getDisplayKeyword() argument 2305 getDisplayKeyword(String keyword, ULocale displayLocale) getDisplayKeyword() argument 2309 getDisplayKeywordInternal(String keyword, ULocale displayLocale) getDisplayKeywordInternal() argument 2320 getDisplayKeywordValue(String keyword) getDisplayKeywordValue() argument 2331 getDisplayKeywordValue(String keyword, ULocale displayLocale) getDisplayKeywordValue() argument 2344 getDisplayKeywordValue(String localeID, String keyword, String displayLocaleID) getDisplayKeywordValue() argument 2359 getDisplayKeywordValue(String localeID, String keyword, ULocale displayLocale) getDisplayKeywordValue() argument 2365 getDisplayKeywordValueInternal(ULocale locale, String keyword, ULocale displayLocale) getDisplayKeywordValueInternal() argument 3677 toUnicodeLocaleKey(String keyword) toUnicodeLocaleKey() argument 3713 toUnicodeLocaleType(String keyword, String value) toUnicodeLocaleType() argument 3734 toLegacyKey(String keyword) toLegacyKey() argument 3778 toLegacyType(String keyword, String value) toLegacyType() argument [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cloctst.c | 1938 const char *keyword = NULL; in TestKeywordVariants() local 1958 while((keyword = uenum_next(keywords, &keywordLen, &status))) { in TestKeywordVariants() 1959 if(strcmp(keyword, testCases[i].expectedKeywords[j]) != 0) { in TestKeywordVariants() 1960 log_err("Expected to get keyword value %s, got %s\n", testCases[i].expectedKeywords[j], keyword); in TestKeywordVariants() 1966 while((keyword = uenum_next(keywords, &keywordLen, &status))) { in TestKeywordVariants() 1967 if(strcmp(keyword, testCases[i].expectedKeywords[j]) != 0) { in TestKeywordVariants() 1968 log_err("Expected to get keyword value %s, got %s\n", testCases[i].expectedKeywords[j], keyword); in TestKeywordVariants() 2037 const char *keyword; in TestKeywordVariantParsing() member 2534 const char* keyword =NULL; TestDisplayKeywords() local 2618 const char* keyword =NULL; TestDisplayKeywordValues() local 2663 const char* keyword =NULL; TestDisplayKeywordValues() local 6514 const char* keyword = DATA[i][0]; TestToUnicodeLocaleKey() local 6584 const char* keyword = DATA[i][0]; TestToLegacyKey() local 6636 const char* keyword = DATA[i][0]; TestToUnicodeLocaleType() local 6691 const char* keyword = DATA[i][0]; TestToLegacyType() local 7190 const char* keyword = "postCODE"; TestUsingDefaultWarning() local [all...] |
/third_party/node/deps/v8/src/parsing/ |
H A D | literal-buffer.h | 43 bool Equals(base::Vector<const char> keyword) const { in Equals() 44 return is_one_byte() && keyword.length() == position_ && in Equals() 45 (memcmp(keyword.begin(), backing_store_.begin(), position_) == 0); in Equals()
|
/third_party/glslang/glslang/HLSL/ |
H A D | hlslScanContext.cpp | 675 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/toybox/scripts/ |
H A D | config2help.c | 130 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()
|
/test/testfwk/xdevice/src/xdevice/_core/resource/template/static/components/ |
H A D | popoverCheckBox.js | 26 <el-input v-model="keyword" placeholder="filter" /> 53 keyword: "", 73 if (this.keyword) { 74 const val = this.keyword.toLowerCase();
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
H A D | UnicodeLocaleExtension.java | 61 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 D | UnicodeLocaleExtension.java | 65 for (Entry<String, String> keyword : _keywords.entrySet()) { in UnicodeLocaleExtension() 66 String key = keyword.getKey(); in UnicodeLocaleExtension() 67 String value = keyword.getValue(); in UnicodeLocaleExtension()
|