HomeSort by relevance Sort by last modified time
    Searched defs:keyword (Results 1 - 22 of 22) sorted by null

  /libcore/luni/src/main/native/
NativePluralRules.cpp 42 UnicodeString keyword = toPluralRules(address)->select(value); local
43 if (keyword == "zero") {
45 } else if (keyword == "one") {
47 } else if (keyword == "two") {
49 } else if (keyword == "few") {
51 } else if (keyword == "many") {
  /external/v8/test/cctest/
test-parsing.cc 42 const char* keyword; member in struct:KeywordToken
47 #define KEYWORD(t, s, d) { s, i::Token::t },
49 TOKEN_LIST(IGNORE, KEYWORD, IGNORE)
50 #undef KEYWORD
63 for (int i = 0; (key_token = keywords[i]).keyword != NULL; i++) {
65 const char* keyword = key_token.keyword; local
66 int length = i::StrLength(keyword);
69 // "in" is a prefix of "instanceof". It's the only keyword
75 matcher.AddChar(keyword[j])
    [all...]
  /external/icu4c/i18n/
selfmt.cpp 79 UnicodeString keyword ; local
119 keyword += ch;
128 //Handle the keyword state
136 keyword += ch;
171 //Matching keyword, phrase pair found
173 //Check validity of keyword
174 if (parsedValuesHash->get(keyword) != NULL) {
178 if (keyword.length() == 0) {
183 //Store the keyword, phrase pair in hashTable
185 parsedValuesHash->put( keyword, ptrPhrase, status)
    [all...]
plurrule_impl.h 186 UnicodeString keyword; member in class:RuleChain
196 UBool isKeyword(const UnicodeString& keyword) const;
calendar.cpp 185 static UBool isStandardSupportedKeyword(const char *keyword, UErrorCode& status) {
189 ECalType calType = getCalendarType(keyword);
235 // when calendar keyword is not available or not supported, read supplementalData
355 // char keyword[ULOC_FULLNAME_CAPACITY];
356 // getCalendarKeyword(id, keyword, (int32_t)sizeof(keyword));
357 // return isStandardSupportedKeyword(keyword, status);
385 char keyword[ULOC_FULLNAME_CAPACITY]; local
389 getCalendarKeyword(str, keyword, (int32_t) sizeof(keyword));
    [all...]
  /external/bluetooth/glib/gobject/
glib-genmarshal.c 50 gchar *keyword; /* marhaller list keyword [MY_STRING] */ member in struct:__anon2037
57 gchar *keyword; /* marhaller list keyword [MY_STRING] */ member in struct:__anon2038
185 /* keyword sig_name ctype getter */
214 if (strcmp (args[i].keyword, iarg->keyword) == 0)
229 /* keyword sig_name ctype setter */
258 if (strcmp (args[i].keyword, oarg->keyword) == 0
    [all...]
  /external/icu4c/common/
locdispnames.cpp 440 const char *keyword = NULL; local
602 keyword = uenum_next(keywordEnum, &keywordLen, pErrorCode);
604 length3 += uloc_getDisplayKeyword(keyword, displayLocale, dest+length+length3, destCapacity-length-length3, pErrorCode);
606 length3 += uloc_getDisplayKeyword(keyword, displayLocale, NULL, 0, pErrorCode);
612 keywordValueLen = uloc_getKeywordValue(locale, keyword, keywordValue, 256, pErrorCode);
619 length3 += uloc_getDisplayKeywordValue(locale, keyword, displayLocale, dest+length+length3, destCapacity-length-length3, pErrorCode);
621 length3 += uloc_getDisplayKeywordValue(locale, keyword, displayLocale, NULL, 0, pErrorCode);
708 uloc_getDisplayKeyword(const char* keyword,
728 keyword,
729 keyword,
    [all...]
uloc.c 454 const char *keyword; /* keyword, or NULL if none */ member in struct:CanonicalizationMap
455 const char *value; /* keyword value, or NULL if kw==NULL */
520 const char *keyword; /* keyword, or NULL if none */ member in struct:VariantMap
521 const char *value; /* keyword value, or NULL if kw==NULL */
562 * @param status return status (keyword too long)
563 * @return length of the keyword name
571 /* keyword name too long for internal buffer */
576 /* normalize the keyword name *
586 char keyword[ULOC_KEYWORD_BUFFER_LEN]; member in struct:__anon3807
    [all...]
  /external/ipsec-tools/src/racoon/
eaytest.c 733 char *keyword = "hehehe test secret!"; local
752 key = vmalloc(strlen(keyword));
753 memcpy(key->v, keyword, key->l);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 438 String keyword = null; local
443 keyword = ((ElementDescriptor)choice).getXmlName();
451 keyword = ((AttributeDescriptor)choice).getXmlLocalName();
472 keyword = (String) choice;
477 String nsKeyword = nsPrefix == null ? keyword : (nsPrefix + keyword);
479 if (keyword.startsWith(wordPrefix) ||
480 (nsPrefix != null && keyword.startsWith(nsPrefix)) ||
483 keyword = nsPrefix + keyword;
    [all...]
  /external/chromium/third_party/icu/source/i18n/
plurrule_impl.h 186 UnicodeString keyword; member in class:RuleChain
196 UBool isKeyword(const UnicodeString& keyword) const;
calendar.cpp 185 static UBool isStandardSupportedKeyword(const char *keyword, UErrorCode& status) {
189 ECalType calType = getCalendarType(keyword);
235 // when calendar keyword is not available or not supported, read supplementalData
355 // char keyword[ULOC_FULLNAME_CAPACITY];
356 // getCalendarKeyword(id, keyword, (int32_t)sizeof(keyword));
357 // return isStandardSupportedKeyword(keyword, status);
385 char keyword[ULOC_FULLNAME_CAPACITY]; local
389 getCalendarKeyword(str, keyword, (int32_t) sizeof(keyword));
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
loctest.cpp 1590 const char *keyword = NULL; local
1665 const char *keyword; member in struct:__anon3004
    [all...]
  /external/icu4c/test/intltest/
loctest.cpp 1594 const char *keyword = NULL; local
1669 const char *keyword; member in struct:__anon4072
1698 const char *keyword; member in struct:__anon4073
    [all...]
  /external/v8/src/
scanner.h 190 const char* keyword; member in struct:v8::internal::KeywordMatcher::FirstState
195 // Range of possible first characters of a keyword.
200 // State map for first keyword character range.
208 // Matching a specific keyword string (there is only one possible valid
209 // keyword with the current prefix).
214 // If input equals keyword's character at position, continue matching keyword
217 const char* keyword,
220 if (input == keyword[position]) {
222 this->keyword_ = keyword;
    [all...]
  /external/bluetooth/bluez/tools/
lexer.c 793 int keyword = rfcomm_find_keyword(rfcomm_keyword, yytext); variable
794 if (keyword != -1)
795 return keyword;
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_lib.h 169 NJ_CHAR keyword[NJ_MAX_KEYWORD]; member in struct:__anon11178
  /external/chromium/third_party/icu/source/common/
uloc.c 474 const char *keyword; /* keyword, or NULL if none */ member in struct:CanonicalizationMap
475 const char *value; /* keyword value, or NULL if kw==NULL */
540 const char *keyword; /* keyword, or NULL if none */ member in struct:VariantMap
541 const char *value; /* keyword value, or NULL if kw==NULL */
582 * @param status return status (keyword too long)
583 * @return length of the keyword name
591 /* keyword name too long for internal buffer */
596 /* normalize the keyword name *
606 char keyword[ULOC_KEYWORD_BUFFER_LEN]; member in struct:__anon2819
2336 const char *keyword = NULL; local
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
cloctst.c 1475 const char *keyword = NULL; local
1530 const char *keyword; member in struct:__anon2932
1901 const char* keyword =NULL; local
1983 const char* keyword =NULL; local
2026 const char* keyword =NULL; local
    [all...]
  /external/icu4c/test/cintltst/
cloctst.c 1480 const char *keyword = NULL; local
1535 const char *keyword; member in struct:__anon3997
1906 const char* keyword =NULL; local
1988 const char* keyword =NULL; local
2031 const char* keyword =NULL; local
    [all...]
  /external/libvpx/examples/includes/geshi/
geshi.php 145 /** The key of the regex array defining a custom keyword to use
512 * Default target for keyword links
911 * Sets the style for a keyword group. If $preserve_defaults is
915 * @param int The key of the keyword group to change the styles of
922 //Set the style for this keyword group
936 * Turns highlighting on/off for a keyword group
938 * @param int The key of the keyword group to turn on or off
3097 $keyword = $match[0]; variable
    [all...]
  /prebuilt/common/jython/
jython.jar 

Completed in 990 milliseconds