Searched refs:regionMatches (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DAtParser.java255 if (input.regionMatches(0, "A/", 0, 2)) {
268 if (!input.regionMatches(0, "AT", 0, 2)) {
/frameworks/base/core/java/android/text/util/
H A DLinkify.java403 if (url.regionMatches(true, 0, prefixes[i], 0,
408 if (!url.regionMatches(false, 0, prefixes[i], 0,
/frameworks/base/media/java/android/media/
H A DMediaScanner.java409 // I use regionMatches() instead of substring() below
414 if (path.regionMatches(lastSlash + 1, "._", 0, 2)) {
420 if (path.regionMatches(true, path.length() - 4, ".jpg", 0, 4)) {
421 if (path.regionMatches(true, lastSlash + 1, "AlbumArt_{", 0, 10) ||
422 path.regionMatches(true, lastSlash + 1, "AlbumArt.", 0, 9)) {
426 if ((length == 17 && path.regionMatches(true, lastSlash + 1, "AlbumArtSmall", 0, 13)) ||
427 (length == 10 && path.regionMatches(true, lastSlash + 1, "Folder", 0, 6))) {
851 return path.regionMatches(pathFilenameStart, filename, 0, filenameLength) &&
1243 if (path1.regionMatches(true, start1, path2, start2, length)) {
/frameworks/base/core/java/android/webkit/
H A DLoadListener.java1486 if (header.regionMatches(true, i,
1493 if (header.regionMatches(true, i,
1507 if (header.regionMatches(true, pos[i],
1523 if (header.regionMatches(true, pos[i],
/frameworks/base/core/java/android/content/
H A DIntent.java2876 if (uri.regionMatches(i, "action(", 0, 7)) {
2886 if (uri.regionMatches(i, "categories(", 0, 11)) {
2901 if (uri.regionMatches(i, "type(", 0, 5)) {
2909 if (uri.regionMatches(i, "launchFlags(", 0, 12)) {
2917 if (uri.regionMatches(i, "component(", 0, 10)) {
2930 if (uri.regionMatches(i, "extras(", 0, 7)) {
H A DIntentFilter.java1475 if (type.regionMatches(0, v, 0, slashpos+1)) {
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java1194 if ((dialStr.regionMatches(0, IS683A_FEATURE_CODE,
1288 if (dialStr.regionMatches(0,fc,0,fcLen)) {
/frameworks/base/core/java/android/text/
H A DTextUtils.java210 if (regionMatches(s, start, needle, 0, nlen)) {
219 public static boolean regionMatches(CharSequence one, int toffset, method in class:TextUtils
/frameworks/base/services/java/com/android/server/
H A DPackageManagerService.java3604 !entryName.regionMatches(lastSlash+1, libPrefix, 0, libPrefixLen) ) {
3613 !entryName.regionMatches(apkLibLen, cpuAbi, 0, cpuAbiLen) )

Completed in 136 milliseconds