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

/external/libexif/libexif/canon/
H A Dmnote-canon-tag.c52 unsigned int subtag; member in struct:__anon9657
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/icu/android_icu4j/src/main/java/android/icu/impl/locale/
H A DUnicodeLocaleExtension.java113 String subtag = idx < 0 ? s.substring(startIdx) : s.substring(startIdx, idx);
114 if (!isTypeSubtag(subtag)) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DUnicodeLocaleExtension.java109 String subtag = idx < 0 ? s.substring(startIdx) : s.substring(startIdx, idx);
110 if (!isTypeSubtag(subtag)) {
/external/icu/icu4c/source/i18n/
H A Drulebasedcollator.cpp1512 void appendSubtag(CharString &s, char letter, const char *subtag, int32_t length, argument
1520 s.append(uprv_toupper(subtag[i]), errorCode);
1563 char subtag[ULOC_KEYWORD_AND_VALUES_CAPACITY]; local
1583 length = uloc_getKeywordValue(resultLocale, "collation", subtag, UPRV_LENGTHOF(subtag), &errorCode);
1584 appendSubtag(result, 'K', subtag, length, errorCode);
1585 length = uloc_getLanguage(resultLocale, subtag, UPRV_LENGTHOF(subtag), &errorCode);
1586 appendSubtag(result, 'L', subtag, length, errorCode);
1590 length = uloc_getCountry(resultLocale, subtag, UPRV_LENGTHO
[all...]
/external/icu/icu4c/source/tools/genrb/
H A Dparse.cpp819 char subtag[1024]; local
855 u_UCharsToChars(tokenValue->fChars, subtag, u_strlen(tokenValue->fChars) + 1);
863 member = parseResource(state, subtag, NULL, status);
874 else if (uprv_strcmp(subtag, "Version") == 0 && member->isString())
891 else if(uprv_strcmp(subtag, "%%CollationBin")==0)
895 else if (uprv_strcmp(subtag, "Sequence") == 0 && member->isString())
1047 char subtag[1024], typeKeyword[1024]; local
1089 u_UCharsToChars(tokenValue->fChars, subtag, u_strlen(tokenValue->fChars) + 1);
1097 if (uprv_strcmp(subtag, "default") == 0)
1099 member = parseResource(state, subtag, NUL
1175 char subtag[1024]; local
[all...]
/external/icu/icu4c/source/common/
H A Duloc_tag.c175 * Language subtag syntax validation functions
220 * / 5*8ALPHA ; or registered language subtag
1195 const char *pTag; /* beginning of current subtag */
1262 /* attrBufIdx == <total length of attribute subtag> + 1 */
1313 const char *pBcpKey = NULL; /* u extenstion key subtag */
1314 const char *pBcpType = NULL; /* beginning of u extension type subtag(s) */
1404 char bcpTypeBuf[128]; /* practically long enough even considering multiple subtag type */
1877 /* last subtag */
2012 this one is the first value subtag */
2016 /* Mark the end of this subtag */
2398 const char *subtag, *p; local
[all...]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
H A DULocale.java926 * Gets the shortest length subtag's size.
929 * @return The size of the shortest length subtag
2524 * (delimited by '-' or '_') is emitted as a subtag. Otherwise:
2530 * the private use subtag. The first appended subtag will be
2539 * emitted as a private use subtag as above (even if the remainder
2551 * will return "xx-YY", but the language subtag "xx" and the
2552 * region subtag "YY" are invalid because they are not registered
2585 String subtag = tag.getLanguage();
2586 if (subtag
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DULocale.java999 * Gets the shortest length subtag's size.
1002 * @return The size of the shortest length subtag
1265 * Pairs of (language subtag, + or -) for finding out fast if common languages
1273 * If there is no script subtag, then the likely script is used,
2721 * @param tags An array of three String references to return the subtag strings.
3032 * (delimited by '-' or '_') is emitted as a subtag. Otherwise:
3038 * the private use subtag. The first appended subtag will be
3047 * emitted as a private use subtag as above (even if the remainder
3059 * will return "xx-YY", but the language subtag "x
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DULocale.java1068 * Gets the shortest length subtag's size.
1071 * @return The size of the shortest length subtag
1347 * Pairs of (language subtag, + or -) for finding out fast if common languages
1355 * If there is no script subtag, then the likely script is used,
2844 * @param tags An array of three String references to return the subtag strings.
3167 * (delimited by '-' or '_') is emitted as a subtag. Otherwise:
3173 * the private use subtag. The first appended subtag will be
3182 * emitted as a private use subtag as above (even if the remainder
3194 * will return "xx-YY", but the language subtag "x
[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/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 606 milliseconds