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

1 2 3 4 5 6 7 8 91011

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
StandardPlural.java 46 private final String keyword; field in class:StandardPlural
49 keyword = kw;
53 * @return the lowercase CLDR keyword string for the plural form
56 return keyword;
60 * @param keyword for example "few" or "other"
61 * @return the plural form corresponding to the keyword, or null
63 public static final StandardPlural orNullFromString(CharSequence keyword) {
64 switch (keyword.length()) {
66 if ("one".contentEquals(keyword)) {
68 } else if ("two".contentEquals(keyword)) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
StandardPlural.java 44 private final String keyword; field in class:StandardPlural
47 keyword = kw;
51 * @return the lowercase CLDR keyword string for the plural form
54 return keyword;
58 * @param keyword for example "few" or "other"
59 * @return the plural form corresponding to the keyword, or null
61 public static final StandardPlural orNullFromString(CharSequence keyword) {
62 switch (keyword.length()) {
64 if ("one".contentEquals(keyword)) {
66 } else if ("two".contentEquals(keyword)) {
    [all...]
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/validator/
ReservedKeywordValidator.java 13 private final String keyword; field in class:ReservedKeywordValidator
16 public ReservedKeywordValidator(String keyword) {
17 this.keyword = keyword;
18 error = f("'%s' cannot be used as an identifier as it is a keyword.", keyword);
23 if (n.getIdentifier().equals(keyword)) {
31 if (n.getIdentifier().equals(keyword)) {
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
ScanContext.h 85 int keyword; member in class:glslang::TScanContext
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslScanContext.h 104 EHlslTokenClass keyword; member in class:glslang::HlslScanContext
  /external/ImageMagick/coders/
vicar.c 153 keyword[MagickPathExtent],
228 Determine a keyword and its value.
230 p=keyword;
233 if ((size_t) (p-keyword) < (MagickPathExtent-1))
259 Assign a value to the specified keyword.
261 if (LocaleCompare(keyword,"Label_RECORDS") == 0)
263 if (LocaleCompare(keyword,"LBLSIZE") == 0)
265 if (LocaleCompare(keyword,"RECORD_BYTES") == 0)
267 if (LocaleCompare(keyword,"NS") == 0)
269 if (LocaleCompare(keyword,"LINES") == 0
149 keyword[MagickPathExtent], local
    [all...]
hdr.c 143 keyword[MagickPathExtent],
259 Determine a keyword and its value.
261 p=keyword;
264 if ((size_t) (p-keyword) < (MagickPathExtent-1))
276 if (LocaleCompare(keyword,"Y") == 0)
289 Assign a value to the specified keyword.
291 switch (*keyword)
296 if (LocaleCompare(keyword,"format") == 0)
301 (void) FormatLocaleString(tag,MagickPathExtent,"hdr:%s",keyword);
308 if (LocaleCompare(keyword,"gamma") == 0
139 keyword[MagickPathExtent], local
    [all...]
fits.c 255 keyword[9],
332 count=ReadBlob(image,8,(unsigned char *) keyword);
337 if (isspace((int) ((unsigned char) keyword[i])) != 0)
339 keyword[i]=tolower((int) ((unsigned char) keyword[i]));
341 keyword[i]='\0';
353 if (LocaleCompare(keyword,"end") == 0)
355 if (LocaleCompare(keyword,"extend") == 0)
357 if (LocaleCompare(keyword,"simple") == 0)
359 if (LocaleCompare(keyword,"bitpix") == 0
250 keyword[9], local
    [all...]
mpc.c 153 keyword[MagickPathExtent],
222 (void) ResetMagickMemory(keyword,0,sizeof(keyword));
281 Get the keyword.
284 p=keyword;
289 if ((size_t) (p-keyword) < (MagickPathExtent-1))
300 Get the keyword value.
338 Assign a value to the specified keyword.
340 switch (*keyword)
345 if (LocaleCompare(keyword,"alpha-color") == 0
149 keyword[MagickPathExtent], local
    [all...]
pnm.c 319 keyword[MagickPathExtent],
345 p=keyword;
348 if ((size_t) (p-keyword) < (MagickPathExtent-1))
353 if (LocaleCompare(keyword,"endhdr") == 0)
366 Assign a value to the specified keyword.
368 if (LocaleCompare(keyword,"depth") == 0)
371 if (LocaleCompare(keyword,"height") == 0)
373 if (LocaleCompare(keyword,"maxval") == 0)
375 if (LocaleCompare(keyword,"TUPLTYPE") == 0)
416 if (LocaleCompare(keyword,"width") == 0
315 keyword[MagickPathExtent], local
    [all...]
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/javadoc/description/
JavadocInlineTag.java 63 this.keyword = screamingToCamelCase(name());
66 private String keyword; field in class:JavadocInlineTag.Type
70 if (t.keyword.equals(tagName)) {
  /external/pdfium/core/fpdfapi/parser/
cpdf_cross_ref_avail.cpp 102 const ByteString keyword = parser_->GetKeyword(); local
106 if (keyword != kCrossRefKeyword) {
118 const ByteString keyword = parser_->GetKeyword(); local
122 if (keyword.IsEmpty()) {
127 if (keyword == kTrailerKeyword)
  /external/ImageMagick/MagickCore/
coder.c 827 keyword[MagickPathExtent],
861 (void) CopyMagickString(keyword,token,MagickPathExtent);
862 if (LocaleNCompare(keyword,"<!DOCTYPE",9) == 0)
871 if (LocaleNCompare(keyword,"<!--",4) == 0)
880 if (LocaleCompare(keyword,"<include") == 0)
887 (void) CopyMagickString(keyword,token,MagickPathExtent);
892 if (LocaleCompare(keyword,"file") == 0)
923 if (LocaleCompare(keyword,"<coder") == 0)
939 if (LocaleCompare(keyword,"/>") == 0)
955 switch (*keyword)
813 keyword[MagickPathExtent], local
    [all...]
configure.c 1150 keyword[MagickPathExtent], local
    [all...]
magic.c 848 keyword[MagickPathExtent],
882 (void) CopyMagickString(keyword,token,MagickPathExtent);
883 if (LocaleNCompare(keyword,"<!DOCTYPE",9) == 0)
892 if (LocaleNCompare(keyword,"<!--",4) == 0)
901 if (LocaleCompare(keyword,"<include") == 0)
908 (void) CopyMagickString(keyword,token,MagickPathExtent);
913 if (LocaleCompare(keyword,"file") == 0)
835 keyword[MagickPathExtent], local
    [all...]
policy.c 758 keyword[MagickPathExtent],
792 (void) CopyMagickString(keyword,token,MagickPathExtent);
793 if (LocaleNCompare(keyword,"<!DOCTYPE",9) == 0)
802 if (LocaleNCompare(keyword,"<!--",4) == 0)
811 if (LocaleCompare(keyword,"<include") == 0)
818 (void) CopyMagickString(keyword,token,MagickPathExtent);
823 if (LocaleCompare(keyword,"file") == 0)
854 if (LocaleCompare(keyword,"<policy") == 0)
870 if (LocaleCompare(keyword,"/>") == 0)
885 switch (*keyword)
744 keyword[MagickPathExtent], local
    [all...]
  /external/deqp/external/openglcts/modules/gles31/
es31cLayoutBindingTests.hpp 77 char const* keyword; // uniform, buffer member in struct:glcts::LayoutBindingParameters
  /external/dng_sdk/source/
dng_iptc.cpp 409 dng_string keyword; local
411 ParseString (stream, keyword, charSet);
413 if (keyword.NotEmpty ())
415 fKeywords.Append (keyword);
  /external/icu/icu4c/source/test/cintltst/
cpluralrulestest.c 80 UChar keyword[kKeywordBufLen]; local
82 int32_t keywdLen = uplrules_select(uplrules, testItemPtr->number, keyword, kKeywordBufLen, &status);
84 keyword[kKeywordBufLen-1] = 0;
88 if ( u_strcmp(keyword, keywordExpected) != 0 ) {
91 testItemPtr->locale, testItemPtr->number, testItemPtr->keywordExpected, u_austrcpy(bcharBuf,keyword) );
101 keywdLen = uplrules_selectWithFormat(uplrules, testItemPtr->number, unumfmt, keyword, kKeywordBufLen, &status);
103 keyword[kKeywordBufLen-1] = 0;
107 if ( u_strcmp(keyword, keywordExpected) != 0 ) {
110 testItemPtr->locale, testItemPtr->number, testItemPtr->keywordExpectedForDecimals, u_austrcpy(bcharBuf,keyword) );
130 UChar keyword[8] local
227 const char* keyword; local
    [all...]
  /prebuilts/go/darwin-x86/src/go/scanner/
scanner_test.go 22 keyword
32 return keyword
152 {token.BREAK, "break", keyword},
153 {token.CASE, "case", keyword},
154 {token.CHAN, "chan", keyword},
155 {token.CONST, "const", keyword},
156 {token.CONTINUE, "continue", keyword},
158 {token.DEFAULT, "default", keyword},
159 {token.DEFER, "defer", keyword},
160 {token.ELSE, "else", keyword},
21 keyword const
    [all...]
  /prebuilts/go/linux-x86/src/go/scanner/
scanner_test.go 22 keyword
32 return keyword
152 {token.BREAK, "break", keyword},
153 {token.CASE, "case", keyword},
154 {token.CHAN, "chan", keyword},
155 {token.CONST, "const", keyword},
156 {token.CONTINUE, "continue", keyword},
158 {token.DEFAULT, "default", keyword},
159 {token.DEFER, "defer", keyword},
160 {token.ELSE, "else", keyword},
21 keyword const
    [all...]
  /system/sepolicy/tools/sepolicy-analyze/
neverallow.c 23 const char *keyword = "self"; local
24 size_t keyword_size = strlen(keyword), len;
100 if (len == keyword_size && !strncmp(start, keyword, keyword_size)) {
379 const char *keyword = "neverallow"; local
380 size_t keyword_size = strlen(keyword), len;
400 if (len != keyword_size || strncmp(start, keyword, keyword_size))
  /libcore/luni/src/main/java/libcore/icu/
ICU.java 69 * ID. This is the bit that appears before the keyword separate "@". The general
174 // containing all "keywords" it could parse. An ICU keyword is a key-value pair
177 // Each keyword item can be one of three things :
180 // - A unicode extension keyword: In this case, the item key will be larger than
209 // This is a unicode extension keyword.
232 for (Entry<String, String> keyword : unicodeKeywordsMap.entrySet()) {
233 builder.setUnicodeLocaleKeyword(keyword.getKey(), keyword.getValue());
  /external/curl/lib/
curl_fnmatch.c 74 char keyword[KEYLEN] = { 0 }; local
85 keyword[i] = c;
101 if(strcmp(keyword, "digit") == 0)
103 else if(strcmp(keyword, "alnum") == 0)
105 else if(strcmp(keyword, "alpha") == 0)
107 else if(strcmp(keyword, "xdigit") == 0)
109 else if(strcmp(keyword, "print") == 0)
111 else if(strcmp(keyword, "graph") == 0)
113 else if(strcmp(keyword, "space") == 0)
115 else if(strcmp(keyword, "blank") == 0
    [all...]
  /external/freetype/src/cid/
cidload.c 72 const T1_Field keyword )
81 /* if the keyword has a dedicated callback, call it */
82 if ( keyword->type == T1_FIELD_TYPE_CALLBACK )
84 keyword->reader( (FT_Face)face, parser );
90 switch ( keyword->location )
116 keyword->ident ));
122 switch ( keyword->location )
136 /* now, load the keyword data in the object's field(s) */
137 if ( keyword->type == T1_FIELD_TYPE_INTEGER_ARRAY ||
138 keyword->type == T1_FIELD_TYPE_FIXED_ARRAY
384 T1_Field keyword = (T1_Field)cid_field_records; local
    [all...]

Completed in 596 milliseconds

1 2 3 4 5 6 7 8 91011