Searched defs:subtag (Results 1 - 14 of 14) sorted by relevance

/external/libexif/libexif/canon/
H A Dmnote-canon-tag.c52 unsigned int subtag; member in struct:__anon10639
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/syslinux/gpxe/src/net/
H A Dfakedhcp.c49 unsigned int subtag; local
55 for ( subtag = DHCP_MIN_OPTION; subtag <= DHCP_MAX_OPTION; subtag++ ) {
56 tag = DHCP_ENCAP_OPT ( encapsulator, subtag );
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
H A DLocaleValidityChecker.java158 for (String subtag : SEPARATOR.split(extensionString)) {
159 if (subtag.length() == 2
160 && (tBuffer == null || subtag.charAt(1) <= '9')) {
169 key = KeyTypeData.toBcpKey(subtag);
171 return where.set(datatype, subtag);
183 tBuffer.append(subtag);
189 return where.set(datatype, key+"-"+subtag);
195 prefix.append(subtag);
197 prefix.append('-').append(subtag);
198 subtag
265 isSubdivision(ULocale locale, String subtag) argument
294 isScriptReorder(String subtag) argument
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DLocaleValidityChecker.java156 for (String subtag : SEPARATOR.split(extensionString)) {
157 if (subtag.length() == 2
158 && (tBuffer == null || subtag.charAt(1) <= '9')) {
167 key = KeyTypeData.toBcpKey(subtag);
169 return where.set(datatype, subtag);
181 tBuffer.append(subtag);
187 return where.set(datatype, key+"-"+subtag);
193 prefix.append(subtag);
195 prefix.append('-').append(subtag);
196 subtag
263 isSubdivision(ULocale locale, String subtag) argument
292 isScriptReorder(String subtag) argument
[all...]
/external/icu/icu4c/source/common/
H A Duloc_tag.c178 * Language subtag syntax validation functions
223 * / 5*8ALPHA ; or registered language subtag
1199 const char *pTag; /* beginning of current subtag */
1266 /* attrBufIdx == <total length of attribute subtag> + 1 */
1317 const char *pBcpKey = NULL; /* u extenstion key subtag */
1318 const char *pBcpType = NULL; /* beginning of u extension type subtag(s) */
1408 char bcpTypeBuf[128]; /* practically long enough even considering multiple subtag type */
1890 /* last subtag */
2025 this one is the first value subtag */
2029 /* Mark the end of this subtag */
2418 const char *subtag, *p; local
[all...]
/external/icu/icu4c/source/i18n/
H A Drulebasedcollator.cpp1514 void appendSubtag(CharString &s, char letter, const char *subtag, int32_t length, argument
1522 s.append(uprv_toupper(subtag[i]), errorCode);
1565 char subtag[ULOC_KEYWORD_AND_VALUES_CAPACITY]; local
1585 length = uloc_getKeywordValue(resultLocale, "collation", subtag, UPRV_LENGTHOF(subtag), &errorCode);
1586 appendSubtag(result, 'K', subtag, length, errorCode);
1587 length = uloc_getLanguage(resultLocale, subtag, UPRV_LENGTHOF(subtag), &errorCode);
1588 appendSubtag(result, 'L', subtag, length, errorCode);
1592 length = uloc_getCountry(resultLocale, subtag, UPRV_LENGTHO
[all...]
/external/icu/icu4c/source/tools/genrb/
H A Dparse.cpp821 char subtag[1024]; local
857 u_UCharsToChars(tokenValue->fChars, subtag, u_strlen(tokenValue->fChars) + 1);
865 member = parseResource(state, subtag, NULL, status);
876 else if (uprv_strcmp(subtag, "Version") == 0 && member->isString())
893 else if(uprv_strcmp(subtag, "%%CollationBin")==0)
897 else if (uprv_strcmp(subtag, "Sequence") == 0 && member->isString())
1049 char subtag[1024], typeKeyword[1024]; local
1091 u_UCharsToChars(tokenValue->fChars, subtag, u_strlen(tokenValue->fChars) + 1);
1099 if (uprv_strcmp(subtag, "default") == 0)
1101 member = parseResource(state, subtag, NUL
1177 char subtag[1024]; local
[all...]
/external/robolectric/v3/runtime/
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/ ...
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-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 ...

Completed in 283 milliseconds