Home
last modified time | relevance | path

Searched refs:KS (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/share/i18n/csmapper/KS/
H A Dmapper.dir.KS.src1 # $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 Dcharset.pivot.KS.src1 # $NetBSD: charset.pivot.KS.src,v 1.2 2006/10/18 17:54:55 tnozaki Exp $
H A DMakefile3 CODE= KS
H A DKSC5601HANGUL%UCS.src15 # 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 DUCS%KSC5601HANGUL.src15 # 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 DKSC5601HANJA%UCS.src15 # 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 DUCS%KSC5601HANJA.src15 # 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 DJOHAB%UCS.src16 # 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 DUCS%JOHAB.src16 # 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 Dinterval_map.h90 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()
161 void insert(KeyT KS, KeyT KE, ValT V) { in insert() argument
[all …]
H A Dinterval_set.h73 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 Dp3072_q256_t1862_gind1.pem3 KS+lmswLWdWFsQ7T9UtSVzdhDr+Jj9e4oLIDh1HfDGyLaNzvCCYOxWOnR+FdZQmC
/freebsd/share/i18n/csmapper/
H A DMakefile.depend17 share/i18n/csmapper/KS \
H A DMakefile6 KAZAKH KOI KS MISC TCVN
/freebsd/contrib/ntp/tests/libntp/data/
H A Dntp.keys17 3 MD5 >b^IZa4>K6:Au=KS>S-6
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp646 const std::set<ASTNodeKind> &KS) { in operator <<() argument
648 for (std::set<ASTNodeKind>::const_iterator I = KS.begin(), E = KS.end(); in operator <<()
650 if (I != KS.begin()) in operator <<()
/freebsd/targets/pseudo/userland/share/
H A DMakefile.depend40 share/i18n/csmapper/KS \
/freebsd/etc/mtree/
H A DBSD.usr.dist410 KS
/freebsd/contrib/sendmail/contrib/
H A Dmail.local.linux136 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 DCaps.osf1r5523 key_smap_out7 kmpt7 str KS - - ----K special mapped key 7 output
H A DCaps.aix4554 key_smap_out7 kmpt7 str KS - - ----K special mapped key 7 output
/freebsd/contrib/tzdata/
H A Dnorthamerica1138 # Kearny County, KS (put all of county on central;
1146 # 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 Devppkey_kas.txt685 KS+r0zmbXh+2fAWhNAMyAAR1QxSJBs75s3pxp8CDY83Tu6UBQtZSQaqLOmlz3o3C
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in2707 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 DOptionalObsoleteFiles.inc2520 OLD_DIRS+=usr/share/i18n/csmapper/KS

12