Home
last modified time | relevance | path

Searched refs:keywords (Results 1 – 25 of 47) sorted by relevance

12

/external/icu4c/common/
Dlocid.cpp74 char *keywords, int32_t keywordCapacity,
1200 char *keywords; member in KeywordEnumeration
1211 : keywords((char *)&fgClassID), current((char *)&fgClassID), length(0) { in KeywordEnumeration()
1216 keywords = (char *)uprv_malloc(keywordLen+1); in KeywordEnumeration()
1217 if (keywords == NULL) { in KeywordEnumeration()
1221 uprv_memcpy(keywords, keys, keywordLen); in KeywordEnumeration()
1222 keywords[keywordLen] = 0; in KeywordEnumeration()
1223 current = keywords + currentIndex; in KeywordEnumeration()
1231 uprv_free(keywords); in ~KeywordEnumeration()
1237 return new KeywordEnumeration(keywords, length, (int32_t)(current - keywords), status); in clone()
[all …]
Duloc.c59 char *keywords, int32_t keywordCapacity,
619 char *keywords, int32_t keywordCapacity, in _getKeywords() argument
742 uprv_strcpy(keywords+keywordsLen, keywordList[i].keyword); in _getKeywords()
744 keywords[keywordsLen + keywordList[i].keywordLen] = '='; in _getKeywords()
746 keywords[keywordsLen + keywordList[i].keywordLen] = 0; in _getKeywords()
752 … uprv_strncpy(keywords+keywordsLen, keywordList[i].valueStart, keywordList[i].valueLen); in _getKeywords()
758 keywords[keywordsLen] = ';'; in _getKeywords()
777 return u_terminateChars(keywords, keywordCapacity, keywordsLen, status); in _getKeywords()
786 char *keywords, int32_t keywordCapacity, in locale_getKeywords() argument
790 return _getKeywords(localeID, prev, keywords, keywordCapacity, in locale_getKeywords()
[all …]
/external/webkit/JavaScriptCore/parser/
DKeywords.table1 # main keywords
9 # keywords
/external/bluez/utils/test/
Dapitest184 def dev_signal_handler(*args, **keywords): argument
185 dbus_message = keywords["dbus_message"]
192 def mgr_signal_handler(*args, **keywords): argument
193 dbus_message = keywords["dbus_message"]
/external/icu4c/test/intltest/
Dloctest.cpp1585 StringEnumeration *keywords; in TestKeywordVariants() local
1594 keywords = l.createKeywords(status); in TestKeywordVariants()
1601 if(keywords) { in TestKeywordVariants()
1602 if((keyCount = keywords->count(status)) != testCases[i].numKeywords) { in TestKeywordVariants()
1608 if((keyword = keywords->next(&keywordLen, status)) == NULL) { in TestKeywordVariants()
1615 if((keywordString = keywords->snext(status)) == NULL) { in TestKeywordVariants()
1626 StringEnumeration *k2 = keywords->clone(); in TestKeywordVariants()
1630 delete keywords; in TestKeywordVariants()
1631 keywords = k2; in TestKeywordVariants()
1635 keywords->reset(status); // Make sure that reset works. in TestKeywordVariants()
[all …]
/external/icu4c/i18n/
Ducol_sit.cpp64 static const char* const keywords[] = { variable
742 for(i = 1; i < sizeof(keywords)/sizeof(keywords[0]); i++) { in ucol_sit_putLocaleInIdentifier()
743 if(uprv_strcmp(keywords[i], keywordBuffer) == 0) { in ucol_sit_putLocaleInIdentifier()
800 uprv_strcat(locale, keywords[keyword]); in ucol_openFromIdentifier()
839 uprv_strcat(s.locale, keywords[keywordIndex]); in ucol_identifierToShortString()
/external/expat/amiga/
DREADME.txt23 - removed extraneous VARARGS68K keywords
/external/icu4c/test/cintltst/
Dcloctst.c1457 UEnumeration *keywords; in TestKeywordVariants() local
1465 keywords = uloc_openKeywords(testCases[i].localeID, &status); in TestKeywordVariants()
1473 if(keywords) { in TestKeywordVariants()
1474 if((keyCount = uenum_count(keywords, &status)) != testCases[i].numKeywords) { in TestKeywordVariants()
1479 while((keyword = uenum_next(keywords, &keywordLen, &status))) { in TestKeywordVariants()
1486 uenum_reset(keywords, &status); in TestKeywordVariants()
1487 while((keyword = uenum_next(keywords, &keywordLen, &status))) { in TestKeywordVariants()
1494 uenum_close(keywords); in TestKeywordVariants()
/external/opencore/protocols/sdp/parser/src/
Dsessioninfoparser.cpp84 StrPtrLen keywords("a=Keywords:"); in parseSDPSessionInfo() local
1343 else if (!oscl_strncmp(line_start_ptr, keywords.c_str(), in parseSDPSessionInfo()
1344 keywords.length())) in parseSDPSessionInfo()
1347 sptr = skip_whitespace(line_start_ptr + keywords.length(), in parseSDPSessionInfo()
/external/e2fsprogs/lib/ss/
Dct_c.sed54 # Dispatch based on the keyword.... illegal keywords are prefixed by ERROR:
/external/webkit/
DChangeLog1110 * BugsSite/data/template/template/en/custom/admin/keywords: Added.
1111 * BugsSite/data/template/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
1112 * BugsSite/data/template/template/en/custom/admin/keywords/create.html.tmpl: Added.
1113 * BugsSite/data/template/template/en/custom/admin/keywords/created.html.tmpl: Added.
1114 * BugsSite/data/template/template/en/custom/admin/keywords/edit.html.tmpl: Added.
1115 * BugsSite/data/template/template/en/custom/admin/keywords/list.html.tmpl: Added.
1116 * BugsSite/data/template/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
1263 * BugsSite/data/template/template/en/custom/reports/keywords.html.tmpl: Added.
1650 * BugsSite/template/en/custom/admin/keywords: Added.
1651 * BugsSite/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
[all …]
/external/opencore/protocols/sdp/common/include/
Dsession_info.h201 inline void setKeywords(const OSCL_HeapString<SDPParserAlloc>& keywords) in setKeywords() argument
203 Keywords = keywords; in setKeywords()
/external/webkit/WebCore/platform/graphics/mac/
DFontCacheMac.mm137 // the presence of keywords in the the requested names. For example, we'll
/external/jpeg/
Dcoderules.doc56 keywords can be inserted for use in Windows DLLs.)
Dchange.log80 Microsoft-style linkage keywords to all the routines by changing just
/external/webkit/WebKit/English.lproj/
DLocalizable.strings323 "This is a searchable index. Enter search keywords: " = "This is a searchable index. Enter search k…
/external/libpcap/
DCHANGES476 - Fixed bug with greater/less keywords, reported by Mark Andrews
490 - Added length, inbound and outbound keywords.
/external/openssl/apps/
Dmakeapps.com31 $! keywords:
/external/webkit/WebKit/mac/WebCoreSupport/
DWebViewFactory.mm90 return UI_STRING("This is a searchable index. Enter search keywords: ",
/external/webkit/WebCore/
DDerivedSources.make427 # CSS property names and value keywords
/external/e2fsprogs/ext2ed/
Dext2.descriptors5 My parser is very primitive - It only searches for the struct keywords,
/external/zlib/win32/
DDLL_FAQ.txt86 keywords to the macros ZEXPORT and ZEXPORTVA. In practice,
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/texinfo/
Dflex.info1708 In general, if the pattern set contains both "keywords" and a
1719 table or some such to detect the keywords, you're better off using
2155 Eliminating backing up among a list of keywords can also be done
2242 through a file containing identifiers and keywords, one per line and
2243 with no other extraneous characters, and recognize all the keywords. A
Dflex.texi2025 both "keywords" and a catch-all, "identifier" rule,
2040 detect the keywords, you're better off using @samp{-F}.
2552 Eliminating backing up among a list of keywords can also
2661 keywords, one per line and with no other extraneous
2662 characters, and recognize all the keywords. A natural first
/external/dbus/
DNEWS164 - sender_keyword and path_keyword keywords added to signal listener API

12