Home
last modified time | relevance | path

Searched refs:typeEnd (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
DInternalLocaleBuilder.java585 int typeEnd = -1; in setUnicodeLocaleExtension() local
590 assert(typeStart == -1 || typeEnd != -1); in setUnicodeLocaleExtension()
591 type = (typeStart == -1) ? "" : subtags.substring(typeStart, typeEnd); in setUnicodeLocaleExtension()
600 typeStart = typeEnd = -1; in setUnicodeLocaleExtension()
605 typeEnd = itr.currentEnd(); in setUnicodeLocaleExtension()
620 assert(typeStart == -1 || typeEnd != -1); in setUnicodeLocaleExtension()
621 type = (typeStart == -1) ? "" : subtags.substring(typeStart, typeEnd); in setUnicodeLocaleExtension()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DInternalLocaleBuilder.java585 int typeEnd = -1; in setUnicodeLocaleExtension() local
590 assert(typeStart == -1 || typeEnd != -1); in setUnicodeLocaleExtension()
591 type = (typeStart == -1) ? "" : subtags.substring(typeStart, typeEnd); in setUnicodeLocaleExtension()
600 typeStart = typeEnd = -1; in setUnicodeLocaleExtension()
605 typeEnd = itr.currentEnd(); in setUnicodeLocaleExtension()
620 assert(typeStart == -1 || typeEnd != -1); in setUnicodeLocaleExtension()
621 type = (typeStart == -1) ? "" : subtags.substring(typeStart, typeEnd); in setUnicodeLocaleExtension()
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
DInternalLocaleBuilder.java589 int typeEnd = -1; in setUnicodeLocaleExtension() local
594 assert(typeStart == -1 || typeEnd != -1); in setUnicodeLocaleExtension()
595 type = (typeStart == -1) ? "" : subtags.substring(typeStart, typeEnd); in setUnicodeLocaleExtension()
604 typeStart = typeEnd = -1; in setUnicodeLocaleExtension()
609 typeEnd = itr.currentEnd(); in setUnicodeLocaleExtension()
624 assert(typeStart == -1 || typeEnd != -1); in setUnicodeLocaleExtension()
625 type = (typeStart == -1) ? "" : subtags.substring(typeStart, typeEnd); in setUnicodeLocaleExtension()
/external/cldr/tools/java/org/unicode/cldr/util/
DPathDescription.java142 int typeEnd = description.indexOf(';'); in getDescription() local
143 String type = description.substring(4, typeEnd).trim(); in getDescription()
144 description = description.substring(typeEnd + 1).trim(); in getDescription()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResTable.java1183 int typeEnd = -1;
1189 else if (p == '/') typeEnd = pIndex;
1209 if (typeEnd != -1) {
1210 type = nameString.substring(nameIndex, typeEnd);
1211 nameIndex = typeEnd+1;
/external/skqp/tools/bookmaker/
DmdOut.cpp1049 const char* typeEnd = nullptr; in getMemberTypeName() local
1062 typeEnd = spaceLoc; in getMemberTypeName()
1066 SkASSERT(typeEnd); in getMemberTypeName()
1067 *memberType = string(typeStart, (int) (typeEnd - typeStart)); in getMemberTypeName()
/external/skia/tools/bookmaker/
DmdOut.cpp1049 const char* typeEnd = nullptr; in getMemberTypeName() local
1062 typeEnd = spaceLoc; in getMemberTypeName()
1066 SkASSERT(typeEnd); in getMemberTypeName()
1067 *memberType = string(typeStart, (int) (typeEnd - typeStart)); in getMemberTypeName()