Searched refs:varstart (Results 1 – 2 of 2) sorted by relevance
169 private int varstart; field in ICULocaleService.LocaleKey222 this.varstart = 0; in LocaleKey()226 this.varstart = idx; in LocaleKey()236 … this.currentID = varstart == -1 ? this.primaryID : this.primaryID.substring(0, varstart); in LocaleKey()283 if (varstart != -1) { in currentDescriptor()284 buf.append(primaryID.substring(varstart, primaryID.length())); in currentDescriptor()302 if (varstart == -1) { in currentLocale()305 return new ULocale(currentID + primaryID.substring(varstart)); in currentLocale()
164 private int varstart; field in ICULocaleService.LocaleKey217 this.varstart = 0; in LocaleKey()221 this.varstart = idx; in LocaleKey()231 … this.currentID = varstart == -1 ? this.primaryID : this.primaryID.substring(0, varstart); in LocaleKey()278 if (varstart != -1) { in currentDescriptor()279 buf.append(primaryID.substring(varstart, primaryID.length())); in currentDescriptor()297 if (varstart == -1) { in currentLocale()300 return new ULocale(currentID + primaryID.substring(varstart)); in currentLocale()