/freebsd/share/i18n/csmapper/KS/ |
H A D | mapper.dir.KS.src | 1 # $NetBSD: mapper.dir.KS.src,v 1.2 2006/10/18 17:54:55 tnozaki Exp $ 3 JOHAB/UCS mapper_std KS/JOHAB%UCS.mps 4 KSC5601HANGUL/UCS mapper_std KS/KSC5601HANGUL%UCS.mps 5 KSC5601HANJA/UCS mapper_std KS/KSC5601HANJA%UCS.mps 7 UCS/JOHAB mapper_std KS/UCS%JOHAB.mps 8 UCS/KSC5601HANGUL mapper_std KS/UCS%KSC5601HANGUL.mps 9 UCS/KSC5601HANJA mapper_std KS/UCS%KSC5601HANJA.mps
|
H A D | charset.pivot.KS.src | 1 # $NetBSD: charset.pivot.KS.src,v 1.2 2006/10/18 17:54:55 tnozaki Exp $
|
H A D | Makefile | 3 CODE= KS
|
H A D | KSC5601HANGUL%UCS.src | 15 # Name: Unified Hangul (KS X 1001) to Unicode table 37 # What is enclosed below is the mapping between KS X 1001(KS C 5601-1987 40 # actually NOT the mapping between KS X 1001(KS C 5601-1992) and Unicode 2.0 46 # What used to be in KS C 5[6-8]xx are now in KS X xxxx. 63 # Column #1 : KS X 1001(KS C 5601-1992 excluding addtional Hangul 69 # as listed in KS X 1001 71 # The entries are in KS X 1001 order 73 # of KS X 1001 to other forms 75 # To get row(Hang) and column(Yol) as used in KS X 1001 manual,
|
H A D | UCS%KSC5601HANGUL.src | 15 # Name: Unified Hangul (KS X 1001) to Unicode table 37 # What is enclosed below is the mapping between KS X 1001(KS C 5601-1987 40 # actually NOT the mapping between KS X 1001(KS C 5601-1992) and Unicode 2.0 46 # What used to be in KS C 5[6-8]xx are now in KS X xxxx. 63 # Column #1 : KS X 1001(KS C 5601-1992 excluding addtional Hangul 69 # as listed in KS X 1001 71 # The entries are in KS X 1001 order 73 # of KS X 1001 to other forms 75 # To get row(Hang) and column(Yol) as used in KS X 1001 manual,
|
H A D | KSC5601HANJA%UCS.src | 15 # Name: Unified Hangul (KS X 1001) to Unicode table 37 # What is enclosed below is the mapping between KS X 1001(KS C 5601-1987 40 # actually NOT the mapping between KS X 1001(KS C 5601-1992) and Unicode 2.0 46 # What used to be in KS C 5[6-8]xx are now in KS X xxxx. 63 # Column #1 : KS X 1001(KS C 5601-1992 excluding addtional Hangul 69 # as listed in KS X 1001 71 # The entries are in KS X 1001 order 73 # of KS X 1001 to other forms 75 # To get row(Hang) and column(Yol) as used in KS X 1001 manual,
|
H A D | UCS%KSC5601HANJA.src | 15 # Name: Unified Hangul (KS X 1001) to Unicode table 37 # What is enclosed below is the mapping between KS X 1001(KS C 5601-1987 40 # actually NOT the mapping between KS X 1001(KS C 5601-1992) and Unicode 2.0 46 # What used to be in KS C 5[6-8]xx are now in KS X xxxx. 63 # Column #1 : KS X 1001(KS C 5601-1992 excluding addtional Hangul 69 # as listed in KS X 1001 71 # The entries are in KS X 1001 order 73 # of KS X 1001 to other forms 75 # To get row(Hang) and column(Yol) as used in KS X 1001 manual,
|
H A D | JOHAB%UCS.src | 16 # reflecting the revision of KS X 1001 in Dec. 1998. 18 # Johab encoding is specified in KS X 1001:1998(formerly 19 # KS C 5601-1992, reissued in 1997 and revised in 1998) Annex 3 26 # (can be arithmetically translated from KS X 1001 position) 31 # 3. KS X 1003(formely KS C 5636)/ISO 646-KR or US-ASCII (1byte) 33 # KS X 1003 is identical to US-ASCII except for WON SIGN, U20A9 44 # in KS X 1001:1997, Annex 3)
|
H A D | UCS%JOHAB.src | 16 # reflecting the revision of KS X 1001 in Dec. 1998. 18 # Johab encoding is specified in KS X 1001:1998(formerly 19 # KS C 5601-1992, reissued in 1997 and revised in 1998) Annex 3 26 # (can be arithmetically translated from KS X 1001 position) 31 # 3. KS X 1003(formely KS C 5636)/ISO 646-KR or US-ASCII (1byte) 33 # KS X 1003 is identical to US-ASCII except for WON SIGN, U20A9 44 # in KS X 1001:1997, Annex 3)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
H A D | interval_map.h | 90 void erase(KeyT KS, KeyT KE) { in erase() argument 94 auto J = Impl.upper_bound(KS); in erase() 99 if (KS >= I->first.second) in erase() 116 if (KS > Tmp.first.first) in erase() 118 J, std::make_pair(std::make_pair(Tmp.first.first, KS), Tmp.second)); in erase() 133 void insert(KeyT KS, KeyT KE, ValT V) { in insert() argument 134 auto J = this->Impl.upper_bound(KS); in insert() 147 if (I->first.second == KS && I->second == V) { in insert() 148 KS = I->first.first; in insert() 152 this->Impl.insert(J, std::make_pair(std::make_pair(KS, KE), std::move(V))); in insert() [all …]
|
H A D | interval_set.h | 73 void insert(KeyT KS, KeyT KE) { in insert() argument 74 Map.insert(std::move(KS), std::move(KE), std::monostate()); in insert() 77 void erase(KeyT KS, KeyT KE) { in erase() argument 78 Map.erase(KS, KE); in erase()
|
/freebsd/crypto/openssl/test/recipes/15-test_dsaparam_data/valid/ |
H A D | p3072_q256_t1862_gind1.pem | 3 KS+lmswLWdWFsQ7T9UtSVzdhDr+Jj9e4oLIDh1HfDGyLaNzvCCYOxWOnR+FdZQmC
|
/freebsd/share/i18n/csmapper/ |
H A D | Makefile.depend | 17 share/i18n/csmapper/KS \
|
H A D | Makefile | 6 KAZAKH KOI KS MISC TCVN
|
/freebsd/contrib/ntp/tests/libntp/data/ |
H A D | ntp.keys | 17 3 MD5 >b^IZa4>K6:Au=KS>S-6
|
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
H A D | Registry.cpp | 647 const std::set<ASTNodeKind> &KS) { in operator <<() argument 649 for (std::set<ASTNodeKind>::const_iterator I = KS.begin(), E = KS.end(); in operator <<() 651 if (I != KS.begin()) in operator <<()
|
/freebsd/targets/pseudo/userland/share/ |
H A D | Makefile.depend | 39 share/i18n/csmapper/KS \
|
/freebsd/etc/mtree/ |
H A D | BSD.usr.dist | 412 KS
|
/freebsd/contrib/sendmail/contrib/ |
H A D | mail.local.linux | 136 M0LAYH,X%`M-IIC!3G''^$2(8KS!2^"\#`=%%"1UY@$57L,2#8Q!%<C;6DG$K 182 M:SH!,W-`94M"<)!.($!XK#)Q0,-,'0-I;P`/.$@7>CNRP`2!`NG$F;B`&6KS
|
/freebsd/contrib/ncurses/include/ |
H A D | Caps.osf1r5 | 563 key_smap_out7 kmpt7 str KS - - ----K special mapped key 7 output
|
H A D | Caps.aix4 | 595 key_smap_out7 kmpt7 str KS - - ----K special mapped key 7 output
|
/freebsd/contrib/tzdata/ |
H A D | northamerica | 1121 # Kearny County, KS (put all of county on central; 1129 # We don't know where the line used to be within Kearny County, KS,
|
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
H A D | evppkey_kas.txt | 685 KS+r0zmbXh+2fAWhNAMyAAR1QxSJBs75s3pxp8CDY83Tu6UBQtZSQaqLOmlz3o3C
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.in | 2707 corpsource = "Univ. Kansas, Lawrence, KS, USA", 2966 corpsource = "Kansas State Univ., Manhattan, KS, USA", 7513 corpsource = "Univ. Kansas, Lawrence, KS, USA",
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 2513 OLD_DIRS+=usr/share/i18n/csmapper/KS
|