Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 86 for Hangul (0.18 sec)

  1. src/cmd/vendor/golang.org/x/text/unicode/norm/composition.go

    		return 3 * JamoUTF8Len
    	}
    	return 2 * JamoUTF8Len
    }
    
    // decomposeHangul algorithmically decomposes a Hangul rune into
    // its Jamo components.
    // See https://unicode.org/reports/tr15/#Hangul for details on decomposing Hangul.
    func (rb *reorderBuffer) decomposeHangul(r rune) {
    	r -= hangulBase
    	x := r % jamoTCount
    	r /= jamoTCount
    	rb.appendRune(jamoLBase + r/jamoVCount)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  2. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    1100..1159    ; valid                  ;      ; NV8    # 1.1  HANGUL CHOSEONG KIYEOK..HANGUL CHOSEONG YEORINHIEUH
    115A..115E    ; valid                  ;      ; NV8    # 5.2  HANGUL CHOSEONG KIYEOK-TIKEUT..HANGUL CHOSEONG TIKEUT-RIEUL
    115F..1160    ; disallowed                             # 1.1  HANGUL CHOSEONG FILLER..HANGUL JUNGSEONG FILLER
    1161..11A2    ; valid                  ;      ; NV8    # 1.1  HANGUL JUNGSEONG A..HANGUL JUNGSEONG SSANGARAEA
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/text/unicode/norm/iter.go

    	p := i.p
    	next := p + hangulUTF8Size
    	if next >= i.rb.nsrc {
    		i.setDone()
    	} else if i.rb.src.hangul(next) == 0 {
    		i.rb.ss.next(i.info)
    		i.info = i.rb.f.info(i.rb.src, i.p)
    		i.next = i.rb.f.nextMain
    		return i.next(i)
    	}
    	i.p = next
    	return i.buf[:decomposeHangul(i.buf[:], i.rb.src.hangul(p))]
    }
    
    func nextDone(i *Iter) []byte {
    	return nil
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 11K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/text/unicode/norm/input.go

    }
    
    func (in *input) charinfoNFKC(p int) (uint16, int) {
    	if in.bytes == nil {
    		return nfkcData.lookupString(in.str[p:])
    	}
    	return nfkcData.lookup(in.bytes[p:])
    }
    
    func (in *input) hangul(p int) (r rune) {
    	var size int
    	if in.bytes == nil {
    		if !isHangulString(in.str[p:]) {
    			return 0
    		}
    		r, size = utf8.DecodeRuneInString(in.str[p:])
    	} else {
    		if !isHangul(in.bytes[p:]) {
    			return 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 2K bytes
    - Viewed (0)
  5. okhttp/src/test/java/okhttp3/internal/idn/PunycodeTest.kt

        )
    
        // (G) Japanese (kanji and hiragana)
        testEncodeDecode(
          unicode = "なぜみんな日本語を話してくれないのか",
          punycode = "xn--n8jok5ay5dzabd5bym9f0cm5685rrjetr6pdxa",
        )
    
        // (H) Korean (Hangul syllables)
        testEncodeDecode(
          unicode = "세계의모든사람들이한국어를이해한다면얼마나좋을까",
          punycode = "xn--989aomsvi5e83db1d2a355cv1e0vak1dwrv93d5xbh15a0dt30a5jpsd879ccm6fea98c",
        )
    
        // (I) Russian (Cyrillic)
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/text/unicode/norm/forminfo.go

    	return uint8(p.flags & 0x03)
    }
    
    // Decomposition returns the decomposition for the underlying rune
    // or nil if there is none.
    func (p Properties) Decomposition() []byte {
    	// TODO: create the decomposition for Hangul?
    	if p.index == 0 {
    		return nil
    	}
    	i := p.index
    	n := decomps[i] & headerLenMask
    	i++
    	return decomps[i : i+uint16(n)]
    }
    
    // Size returns the length of UTF-8 encoding of the rune.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  7. src/vendor/golang.org/x/text/unicode/norm/forminfo.go

    	return uint8(p.flags & 0x03)
    }
    
    // Decomposition returns the decomposition for the underlying rune
    // or nil if there is none.
    func (p Properties) Decomposition() []byte {
    	// TODO: create the decomposition for Hangul?
    	if p.index == 0 {
    		return nil
    	}
    	i := p.index
    	n := decomps[i] & headerLenMask
    	i++
    	return decomps[i : i+uint16(n)]
    }
    
    // Size returns the length of UTF-8 encoding of the rune.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 10 18:59:52 UTC 2023
    - 8.7K bytes
    - Viewed (0)
  8. src/unicode/tables.go

    	Han                    = _Han                    // Han is the set of Unicode characters in script Han.
    	Hangul                 = _Hangul                 // Hangul is the set of Unicode characters in script Hangul.
    	Hanifi_Rohingya        = _Hanifi_Rohingya        // Hanifi_Rohingya is the set of Unicode characters in script Hanifi_Rohingya.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 06 04:29:53 UTC 2023
    - 205.2K bytes
    - Viewed (0)
  9. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        </magic>
      </mime-type>
      <mime-type type="application/x-hwp-v5">
        <_comment>Hangul Word Processor File v5</_comment>
        <sub-class-of type="application/x-tika-msoffice"/>
      </mime-type>
      <mime-type type="application/hwp+zip">
        <_comment>Hangul Word Processor File, zip based</_comment>
        <sub-class-of type="application/zip"/>
        <glob pattern="*.hwpx"/>
      </mime-type>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  10. docs/fr/docs/contributing.md

    * Pour vérifier le code à 2 lettres de la langue que vous souhaitez traduire, vous pouvez utiliser le tableau <a href="https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes" class="external-link" target="_blank">Liste des codes ISO 639-1</a>.
    
    #### Langue existante
    
    Disons que vous voulez traduire une page pour une langue qui a déjà des traductions pour certaines pages, comme l'espagnol.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Jul 27 18:51:07 UTC 2023
    - 16.3K bytes
    - Viewed (0)
Back to top