HomeSort by relevance Sort by last modified time
    Searched refs:Latin (Results 1 - 25 of 50) sorted by null

1 2

  /packages/apps/Dialer/java/com/android/dialer/dialpadview/
DialpadCharMappings.java 28 /** The character mapping for the Latin alphabet (the default mapping) */
29 private static class Latin {
156 /** Returns the default character-key map (the one that uses the Latin alphabet). */
158 return Latin.CHAR_TO_KEY;
169 /** Returns the default key-characters map (the one that uses the Latin alphabet). */
171 return Latin.KEY_TO_CHARS;
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/transform/
examples_test.go 27 return !unicode.Is(unicode.Latin, r)
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/transform/
examples_test.go 27 return !unicode.Is(unicode.Latin, r)
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
genIndexFilters.bat 28 # Latin-X NFD lower
29 # X-Latin NFD
  /prebuilts/go/darwin-x86/src/compress/gzip/
gzip.go 107 // GZIP (RFC 1952) specifies that strings are NUL-terminated ISO 8859-1 (Latin-1).
109 // GZIP stores Latin-1 strings; error if non-Latin-1; convert if non-ASCII.
113 return errors.New("gzip.Write: non-Latin-1 header string")
gzip_test.go 88 // TestLatin1 tests the internal functions for converting to and from Latin-1.
98 t.Fatalf("read latin-1: got %q, want %q", s, utf8)
112 // TestLatin1RoundTrip tests that metadata that is representable in Latin-1
gunzip.go 138 // It treats the bytes read as being encoded as ISO 8859-1 (Latin-1) and
159 // Strings are ISO 8859-1, Latin-1 (RFC 1952, section 2.3.1).
  /prebuilts/go/linux-x86/src/compress/gzip/
gzip.go 107 // GZIP (RFC 1952) specifies that strings are NUL-terminated ISO 8859-1 (Latin-1).
109 // GZIP stores Latin-1 strings; error if non-Latin-1; convert if non-ASCII.
113 return errors.New("gzip.Write: non-Latin-1 header string")
gzip_test.go 88 // TestLatin1 tests the internal functions for converting to and from Latin-1.
98 t.Fatalf("read latin-1: got %q, want %q", s, utf8)
112 // TestLatin1RoundTrip tests that metadata that is representable in Latin-1
gunzip.go 138 // It treats the bytes read as being encoded as ISO 8859-1 (Latin-1) and
159 // Strings are ISO 8859-1, Latin-1 (RFC 1952, section 2.3.1).
  /prebuilts/go/darwin-x86/src/unicode/
graphic.go 99 // There are no mark characters in Latin-1.
121 // by Unicode's White Space property; in the Latin-1 space
graphic_test.go 13 // in the Latin-1 range through the property table.
letter_test.go 102 // Contains all the special cased Latin-1 chars.
141 // Latin-1: easy to read the tests!
152 // 0131;LATIN SMALL LETTER DOTLESS I;Ll;0;L;;;;;N;;;0049;;0049
157 // 0133;LATIN SMALL LIGATURE IJ;Ll;0;L;<compat> 0069 006A;;;;N;LATIN SMALL LETTER I J;;0132;;0132
186 // 0139;LATIN CAPITAL LETTER L WITH ACUTE;Lu;0;L;004C 0301;;;;N;LATIN CAPITAL LETTER L ACUTE;;;013A;
190 // 013F;LATIN CAPITAL LETTER L WITH MIDDLE DOT;Lu;0;L;<compat> 004C 00B7;;;;N;;;;0140;
194 // 0148;LATIN SMALL LETTER N WITH CARON;Ll;0;L;006E 030C;;;;N;LATIN SMALL LETTER N HACEK;;0147;;014
    [all...]
script_test.go 87 {0x1d79, "Latin"},
  /prebuilts/go/linux-x86/src/unicode/
graphic.go 99 // There are no mark characters in Latin-1.
121 // by Unicode's White Space property; in the Latin-1 space
graphic_test.go 13 // in the Latin-1 range through the property table.
letter_test.go 102 // Contains all the special cased Latin-1 chars.
141 // Latin-1: easy to read the tests!
152 // 0131;LATIN SMALL LETTER DOTLESS I;Ll;0;L;;;;;N;;;0049;;0049
157 // 0133;LATIN SMALL LIGATURE IJ;Ll;0;L;<compat> 0069 006A;;;;N;LATIN SMALL LETTER I J;;0132;;0132
186 // 0139;LATIN CAPITAL LETTER L WITH ACUTE;Lu;0;L;004C 0301;;;;N;LATIN CAPITAL LETTER L ACUTE;;;013A;
190 // 013F;LATIN CAPITAL LETTER L WITH MIDDLE DOT;Lu;0;L;<compat> 004C 00B7;;;;N;;;;0140;
194 // 0148;LATIN SMALL LETTER N WITH CARON;Ll;0;L;006E 030C;;;;N;LATIN SMALL LETTER N HACEK;;0147;;014
    [all...]
script_test.go 87 {0x1d79, "Latin"},
  /external/hyphenation-patterns/
Android.mk 62 # TODO: we have data for Liturgical Latin, but there is no standard BCP 47 tag
  /prebuilts/go/darwin-x86/src/encoding/json/
fold.go 27 // * S maps to s and to U+017F '?' Latin small letter long s
  /prebuilts/go/linux-x86/src/encoding/json/
fold.go 27 // * S maps to s and to U+017F '?' Latin small letter long s
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/bidi/
example_test.go 183 renderParagraph("Some Latin text...", bidi.LeftToRight, nil, 80)
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/bidi/
example_test.go 183 renderParagraph("Some Latin text...", bidi.LeftToRight, nil, 80)
  /external/skia/src/sfnt/
SkOTTable_name.h 245 Latin = SkTEndian_SwapBE16(131),
  /external/skqp/src/sfnt/
SkOTTable_name.h 245 Latin = SkTEndian_SwapBE16(131),

Completed in 1150 milliseconds

1 2