OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Hangul
(Results
1 - 9
of
9
) sorted by null
/external/icu/android_icu4j/src/main/java/android/icu/impl/
Normalizer2Impl.java
25
public static final class
Hangul
{
26
/* Korean
Hangul
and Jamo constants */
64
* Decomposes c, which must be a
Hangul
syllable, into buffer
87
* Decomposes c, which must be a
Hangul
syllable, into buffer.
160
// For
Hangul
composition, replacing the Leading consonant Jamo with the syllable.
545
/* add
Hangul
LV syllables and LV+1 because of skippables */
546
for(int c=
Hangul
.HANGUL_BASE; c<
Hangul
.HANGUL_LIMIT; c+=
Hangul
.JAMO_T_COUNT) {
550
set.add(
Hangul
.HANGUL_LIMIT); /* add Hangul+1 to continue with other properties *
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Normalizer2Impl.java
21
public static final class
Hangul
{
22
/* Korean
Hangul
and Jamo constants */
60
* Decomposes c, which must be a
Hangul
syllable, into buffer
83
* Decomposes c, which must be a
Hangul
syllable, into buffer.
156
// For
Hangul
composition, replacing the Leading consonant Jamo with the syllable.
541
/* add
Hangul
LV syllables and LV+1 because of skippables */
542
for(int c=
Hangul
.HANGUL_BASE; c<
Hangul
.HANGUL_LIMIT; c+=
Hangul
.JAMO_T_COUNT) {
546
set.add(
Hangul
.HANGUL_LIMIT); /* add Hangul+1 to continue with other properties *
[
all
...]
/external/icu/icu4c/source/common/
normalizer2impl.h
36
class U_COMMON_API
Hangul
{
38
/* Korean
Hangul
and Jamo constants */
76
* Decomposes c, which must be a
Hangul
syllable, into buffer
94
* Decomposes c, which must be a
Hangul
syllable, into buffer.
111
Hangul
(); // no instantiation
137
// For
Hangul
composition, replacing the Leading consonant Jamo with the syllable.
/prebuilts/go/darwin-x86/src/unicode/
tables.go
[
all
...]
/prebuilts/go/linux-x86/src/unicode/
tables.go
[
all
...]
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
Completed in 506 milliseconds