Searched refs:getRegion (Results 1 – 13 of 13) sorted by relevance
120 String regionCode = hasRegion() ? qualifier.getRegion() : null; in getFlagImage()146 return qualifier.getRegion() != null && !FAKE_VALUE.equals(qualifier.getRegion()); in hasRegion()
147 String regionCode = locale.getRegion(); in getFlag()
467 … (qualifier.getRegion() == null || qualifier.getRegion().equals(currentRegion))) { in getLocaleMatch()
636 sb.append(locale.qualifier.getRegion()); in toPersistentString()925 sb.append(locale.qualifier.getRegion()); in saveRenderState()
286 value = locale.qualifier.getLanguage() + SEP_LOCALE + locale.qualifier.getRegion(); in toXml()
1352 String regionCode = locale.qualifier.getRegion(); in getLocaleLabel()
29 assertEquals("US", locale.qualifier.getRegion()); in test1()37 assertNull(locale.qualifier.getRegion()); in test2()45 assertNull(locale.qualifier.getRegion()); in testEquals()
65 assertEquals(FAKE_VALUE, folderConfig.getLocaleQualifier().getRegion()); in test()71 assertEquals(FAKE_VALUE, folderConfig.getLocaleQualifier().getRegion()); in test()74 assertEquals(FAKE_VALUE, folderConfig.getLocaleQualifier().getRegion()); in test()
682 IndexedRegion region = getRegion(element); in initElements()708 mSelectionStart = getRegion(first).getStartOffset(); in initElements()709 mSelectionEnd = getRegion(last).getEndOffset(); in initElements()876 public static IndexedRegion getRegion(Node node) { in getRegion() method in VisualRefactoring913 IndexedRegion region = getRegion(element); in getFirstAttributeOffset()1057 IndexedRegion region = getRegion(attribute); in removeAttribute()1080 IndexedRegion elementRegion = getRegion(element); in removeElementTags()1138 String indent = AndroidXmlEditor.getIndentAtOffset(doc, getRegion(element) in removeElementTags()1226 IndexedRegion region = getRegion(e); in overlaps()
171 IndexedRegion region = getRegion(element); in computeChanges()200 IndexedRegion range = getRegion(element); in computeChanges()
253 IndexedRegion elementRegion = getRegion(element); in getAvailableAttributes()282 IndexedRegion region = getRegion(attribute); in getAvailableAttributes()
296 IndexedRegion region = getRegion(element); in computeChanges()
394 IndexedRegion domRegion = VisualRefactoring.getRegion(element); in createResource()401 IndexedRegion domRegion = VisualRefactoring.getRegion(valueNode); in createResource()