Home
last modified time | relevance | path

Searched refs:inputList (Results 1 – 5 of 5) sorted by relevance

/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DAlphabeticIndex.java153 private List<Record<V>> inputList; field in AlphabeticIndex
619 if (inputList != null && !inputList.isEmpty()) { in buildImmutableIndex()
683 if (inputList == null) { in addRecord()
684 inputList = new ArrayList<Record<V>>(); in addRecord()
686 inputList.add(new Record<V>(name, data)); in addRecord()
717 if (inputList != null && !inputList.isEmpty()) { in clearRecords()
718 inputList.clear(); in clearRecords()
742 return inputList != null ? inputList.size() : 0; in getRecordCount()
765 if (inputList == null || inputList.isEmpty()) { in initBuckets()
771 Collections.sort(inputList, recordComparator); in initBuckets()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DAlphabeticIndex.java153 private List<Record<V>> inputList; field in AlphabeticIndex
599 if (inputList != null && !inputList.isEmpty()) { in buildImmutableIndex()
660 if (inputList == null) { in addRecord()
661 inputList = new ArrayList<Record<V>>(); in addRecord()
663 inputList.add(new Record<V>(name, data)); in addRecord()
692 if (inputList != null && !inputList.isEmpty()) { in clearRecords()
693 inputList.clear(); in clearRecords()
715 return inputList != null ? inputList.size() : 0; in getRecordCount()
737 if (inputList == null || inputList.isEmpty()) { in initBuckets()
743 Collections.sort(inputList, recordComparator); in initBuckets()
[all …]
/third_party/glslang/glslang/MachineIndependent/
Diomapper.cpp67 , inputList(inList) in TVarGatherTraverser()
77 target = &inputList; in visitSymbol()
100 TVarLiveMap& inputList; member in glslang::TVarGatherTraverser
110 , inputList(inList) in TVarSetTraverser()
119 source = &inputList; in visitSymbol()
148 const TVarLiveMap& inputList; member in glslang::TVarSetTraverser
/third_party/icu/icu4c/source/i18n/
Dalphaindex.cpp1063 LocalPointer<UVector> inputList(new UVector(status), status); in addRecord() local
1067 inputList_ = inputList.orphan(); in addRecord()
/third_party/node/deps/icu-small/source/i18n/
Dalphaindex.cpp1063 LocalPointer<UVector> inputList(new UVector(status), status); in addRecord() local
1067 inputList_ = inputList.orphan(); in addRecord()