HomeSort by relevance Sort by last modified time
    Searched refs:OrderList (Results 1 - 6 of 6) sorted by null

  /external/icu/icu4c/source/test/intltest/
ssearch.cpp 331 class OrderList
334 OrderList();
335 OrderList(UCollator *coll, const UnicodeString &string, int32_t stringOffset = 0);
336 ~OrderList();
345 UBool compare(const OrderList &other) const;
346 UBool matchesAt(int32_t offset, const OrderList &other) const;
354 OrderList::OrderList()
360 OrderList::OrderList(UCollator *coll, const UnicodeString &string, int32_t stringOffset
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
BootOption.c 543 UINT16 *OrderList;
552 OrderList = NULL;
558 GetEfiGlobalVariable2 (StrTemp, (VOID **) &OrderList, &OrderListSize);
560 if (OrderList != NULL) {
562 if (OptionNumber == OrderList[Index]) {
570 // The OptionNumber occurs in the OrderList, continue to use next one
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
InputHandler.c     [all...]
ProcessOptions.c 955 EFI_IFR_ORDERED_LIST *OrderList;
982 OrderList = (EFI_IFR_ORDERED_LIST *) Question->OpCode;
1000 MaxLen = OrderList->MaxContainers * BufferSize / sizeof (CHAR16);
1006 for (Index = 0; Index < OrderList->MaxContainers; Index++) {
1045 while (!IsNull (&Question->OptionListHead, Link) && Index2 < OrderList->MaxContainers) {
1073 if (Index >= OrderList->MaxContainers) {
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
BootOption.c     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
UniClassObject.py     [all...]

Completed in 148 milliseconds