Searched defs:addKeyword (Results 1 - 11 of 11) sorted by relevance

/external/nist-sip/java/gov/nist/core/
H A DLexerCore.java96 protected void addKeyword(String name, int value) { method in class:LexerCore
97 // System.out.println("addKeyword " + name + " value = " + value);
/external/icu/icu4c/source/common/
H A Duloc.cpp647 * Both addKeyword and addValue must already be in canonical form.
648 * Either both addKeyword and addValue are NULL, or neither is NULL.
650 * If addKeyword is not NULL is must have length small enough to fit in KeywordStruct.keyword.
658 const char* addKeyword,
758 /* Handle addKeyword/addValue. */
759 if (addKeyword != NULL) {
763 overrides addKeyword. */
765 if (uprv_strcmp(keywordList[j].keyword, addKeyword) == 0) {
775 uprv_strcpy(keywordList[numKeywords].keyword, addKeyword);
776 keywordList[numKeywords].keywordLen = (int32_t)uprv_strlen(addKeyword);
653 _getKeywords(const char *localeID, char prev, char *keywords, int32_t keywordCapacity, char *values, int32_t valuesCapacity, int32_t *valLen, UBool valuesToo, const char* addKeyword, const char* addValue, UErrorCode *status) argument
1701 const char* addKeyword = NULL; local
[all...]
/external/skia/tools/bookmaker/
H A DincludeParser.cpp89 void IncludeParser::addKeyword(KeyWord keyWord) { function in class:IncludeParser
136 this->addKeyword(keyWord);
/external/skqp/tools/bookmaker/
H A DincludeParser.cpp89 void IncludeParser::addKeyword(KeyWord keyWord) { function in class:IncludeParser
136 this->addKeyword(keyWord);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 326 milliseconds