Searched refs:subtag (Results 1 - 10 of 10) sorted by relevance

/external/libexif/libexif/canon/
H A Dmnote-canon-tag.c52 unsigned int subtag; member in struct:__anon23649
147 if (table_sub[i].subtag == s)
177 if (table_sub[i].subtag == s)
H A Dmnote-canon-entry.c71 unsigned int subtag; member in struct:canon_entry_table_t
447 /* Search the table for the first matching subtag and value. */
448 for (j = 0; table[j].name && ((table[j].subtag < t) ||
449 ((table[j].subtag == t) && table[j].value <= vs)); j++) {
450 if ((table[j].subtag == t) && (table[j].value == vs)) {
454 if ((table[j].subtag == t) && (table[j].value == vs) && table[j].name) {
455 /* Matching subtag and value found. */
458 /* No matching subtag and/or value found. */
469 /* Search the table for the first matching subtag. */
470 for (j = 0; table[j].name && (table[j].subtag <
[all...]
/external/chromium_org/tools/metrics/histograms/
H A Dpretty_print.py81 subtag, key_function = ALPHABETIZATION_RULES[node.tagName]
87 c.tagName == subtag):
/external/icu/icu4c/source/i18n/
H A Drulebasedcollator.cpp1509 void appendSubtag(CharString &s, char letter, const char *subtag, int32_t length, argument
1517 s.append(uprv_toupper(subtag[i]), errorCode);
1560 char subtag[ULOC_KEYWORD_AND_VALUES_CAPACITY]; local
1580 length = uloc_getKeywordValue(resultLocale, "collation", subtag, LENGTHOF(subtag), &errorCode);
1581 appendSubtag(result, 'K', subtag, length, errorCode);
1582 length = uloc_getLanguage(resultLocale, subtag, LENGTHOF(subtag), &errorCode);
1583 appendSubtag(result, 'L', subtag, length, errorCode);
1587 length = uloc_getCountry(resultLocale, subtag, LENGTHO
[all...]
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dparse.cpp834 char subtag[1024]; local
868 u_UCharsToChars(tokenValue->fChars, subtag, u_strlen(tokenValue->fChars) + 1);
876 member = parseResource(state, subtag, NULL, status);
884 if (uprv_strcmp(subtag, "Version") == 0)
900 else if (uprv_strcmp(subtag, "Override") == 0)
906 else if(uprv_strcmp(subtag, "%%CollationBin")==0)
910 else if (uprv_strcmp(subtag, "Sequence") == 0)
1037 char subtag[1024], typeKeyword[1024]; local
1079 u_UCharsToChars(tokenValue->fChars, subtag, u_strlen(tokenValue->fChars) + 1);
1087 if (uprv_strcmp(subtag, "defaul
1159 char subtag[1024]; local
[all...]
/external/icu/icu4c/source/tools/genrb/
H A Dparse.cpp876 char subtag[1024]; local
912 u_UCharsToChars(tokenValue->fChars, subtag, u_strlen(tokenValue->fChars) + 1);
920 member = parseResource(state, subtag, NULL, status);
931 else if (uprv_strcmp(subtag, "Version") == 0)
947 else if(uprv_strcmp(subtag, "%%CollationBin")==0)
951 else if (uprv_strcmp(subtag, "Sequence") == 0)
1090 char subtag[1024], typeKeyword[1024]; local
1132 u_UCharsToChars(tokenValue->fChars, subtag, u_strlen(tokenValue->fChars) + 1);
1140 if (uprv_strcmp(subtag, "default") == 0)
1142 member = parseResource(state, subtag, NUL
1217 char subtag[1024]; local
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Duloc_tag.c177 * Language subtag syntax validation functions
222 * / 5*8ALPHA ; or registered language subtag
1547 const char *pTag; /* beginning of current subtag */
1614 /* attrBufIdx == <total length of attribute subtag> + 1 */
1665 const char *pBcpKey = NULL; /* u extenstion key subtag */
1666 const char *pBcpType = NULL; /* beginning of u extension type subtag(s) */
2178 /* last subtag */
2313 this one is the first value subtag */
2317 /* Mark the end of this subtag */
2355 /* empty private use subtag */
2699 const char *subtag, *p; local
[all...]
/external/icu/icu4c/source/common/
H A Duloc_tag.c177 * Language subtag syntax validation functions
222 * / 5*8ALPHA ; or registered language subtag
1547 const char *pTag; /* beginning of current subtag */
1614 /* attrBufIdx == <total length of attribute subtag> + 1 */
1665 const char *pBcpKey = NULL; /* u extenstion key subtag */
1666 const char *pBcpType = NULL; /* beginning of u extension type subtag(s) */
2178 /* last subtag */
2313 this one is the first value subtag */
2317 /* Mark the end of this subtag */
2355 /* empty private use subtag */
2699 const char *subtag, *p; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 281 milliseconds