Home
last modified time | relevance | path

Searched refs:matchMode (Results 1 – 8 of 8) sorted by relevance

/third_party/icu/icu4c/source/tools/toolutil/
Dpackage.h178 uint32_t matchMode; variable
Dpackage.cpp399 matchMode=0; in Package()
1000 if(matchMode&MATCH_NOSLASH) { in findNextItem()
1019 matchMode=mode; in setMatchMode()
/third_party/node/deps/icu-small/source/tools/toolutil/
Dpackage.h178 uint32_t matchMode; variable
Dpackage.cpp399 matchMode=0; in Package()
1000 if(matchMode&MATCH_NOSLASH) { in findNextItem()
1019 matchMode=mode; in setMatchMode()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dpackage.h178 uint32_t matchMode; variable
Dpackage.cpp399 matchMode=0; in Package()
1000 if(matchMode&MATCH_NOSLASH) { in findNextItem()
1019 matchMode=mode; in setMatchMode()
/third_party/lzma/Java/SevenZip/Compression/LZMA/
DEncoder.java108 public int GetPrice(boolean matchMode, byte matchByte, byte symbol) in GetPrice() argument
113 if (matchMode) in GetPrice()
/third_party/lzma/CS/7zip/Compress/LZMA/
DLzmaEncoder.cs108 public uint GetPrice(bool matchMode, byte matchByte, byte symbol) in GetPrice()
113 if (matchMode) in GetPrice()