HomeSort by relevance Sort by last modified time
    Searched full:_ukeywords (Results 1 - 3 of 3) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
InternalLocaleBuilder.java 32 private HashMap<CaseInsensitiveString, String> _ukeywords; field in class:InternalLocaleBuilder
118 if (_ukeywords != null) {
120 _ukeywords.remove(cikey);
136 if (_ukeywords == null) {
137 _ukeywords = new HashMap<CaseInsensitiveString, String>(4);
139 _ukeywords.put(cikey, type);
160 if (_ukeywords != null) {
161 _ukeywords.clear();
421 if (_ukeywords == null) {
422 _ukeywords = new HashMap<CaseInsensitiveString, String>(4)
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
InternalLocaleBuilder.java 28 private HashMap<CaseInsensitiveString, String> _ukeywords; field in class:InternalLocaleBuilder
114 if (_ukeywords != null) {
116 _ukeywords.remove(cikey);
132 if (_ukeywords == null) {
133 _ukeywords = new HashMap<CaseInsensitiveString, String>(4);
135 _ukeywords.put(cikey, type);
156 if (_ukeywords != null) {
157 _ukeywords.clear();
417 if (_ukeywords == null) {
418 _ukeywords = new HashMap<CaseInsensitiveString, String>(4)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
InternalLocaleBuilder.java 28 private HashMap<CaseInsensitiveString, String> _ukeywords; field in class:InternalLocaleBuilder
114 if (_ukeywords != null) {
116 _ukeywords.remove(cikey);
132 if (_ukeywords == null) {
133 _ukeywords = new HashMap<CaseInsensitiveString, String>(4);
135 _ukeywords.put(cikey, type);
156 if (_ukeywords != null) {
157 _ukeywords.clear();
417 if (_ukeywords == null) {
418 _ukeywords = new HashMap<CaseInsensitiveString, String>(4)
    [all...]

Completed in 985 milliseconds