Home
last modified time | relevance | path

Searched refs:unicode (Results 1 – 25 of 54) sorted by relevance

123

/aosp12/frameworks/base/data/fonts/
H A DAndroid.mk33 external/unicode/DerivedAge.txt \
34 external/unicode/emoji-data.txt \
35 external/unicode/emoji-sequences.txt \
36 external/unicode/emoji-variation-sequences.txt \
37 external/unicode/emoji-zwj-sequences.txt \
38 external/unicode/additions/emoji-data.txt \
39 external/unicode/additions/emoji-sequences.txt \
40 external/unicode/additions/emoji-zwj-sequences.txt \
44 $(FONTCHAIN_LINTER) $(TARGET_OUT) $(CHECK_EMOJI) external/unicode
/aosp12/build/soong/jar/
H A Djar.go120 R16: []unicode.Range16{
129 if unicode.IsLetter(ch) {
132 if unicode.IsDigit(ch) && i > 0 {
136 if unicode.In(ch,
137 unicode.Nl, // letter number
138 unicode.Sc, // currency symbol
139 unicode.Pc, // connecting punctuation
144 if unicode.In(ch,
145 unicode.Cf, // format
146 unicode.Mc, // combining mark
[all …]
/aosp12/system/core/libutils/
H A DUnicode.cpp369 uint32_t unicode; in utf8_to_utf32_codepoint() local
376 unicode = src[0] & 0x1f; in utf8_to_utf32_codepoint()
377 utf8_shift_and_mask(&unicode, src[1]); in utf8_to_utf32_codepoint()
378 return unicode; in utf8_to_utf32_codepoint()
380 unicode = src[0] & 0x0f; in utf8_to_utf32_codepoint()
381 utf8_shift_and_mask(&unicode, src[1]); in utf8_to_utf32_codepoint()
382 utf8_shift_and_mask(&unicode, src[2]); in utf8_to_utf32_codepoint()
383 return unicode; in utf8_to_utf32_codepoint()
385 unicode = src[0] & 0x07; in utf8_to_utf32_codepoint()
386 utf8_shift_and_mask(&unicode, src[1]); in utf8_to_utf32_codepoint()
[all …]
/aosp12/build/blueprint/proptools/
H A Dproptools.go31 propertyName := string(unicode.ToLower(r))
35 if strings.IndexFunc(fieldName[size:], unicode.IsLower) == -1 &&
36 strings.IndexFunc(fieldName[size:], unicode.IsUpper) != -1 {
49 fieldName := string(unicode.ToUpper(r))
/aosp12/build/blueprint/
H A Dninja_writer.go56 if unicode.IsSpace(r) {
67 line = strings.TrimRightFunc(comment[lineStart:i], unicode.IsSpace)
348 s = strings.TrimLeftFunc(s, unicode.IsSpace)
/aosp12/frameworks/base/core/tests/coretests/src/android/os/
H A DFileUtilsTest.java417 final String unicode = "a\u03C0\u03C0\u03C0\u03C0z"; in testTrimFilename() local
418 assertEquals("a\u03C0\u03C0\u03C0\u03C0z", FileUtils.trimFilename(unicode, 10)); in testTrimFilename()
419 assertEquals("a\u03C0...\u03C0z", FileUtils.trimFilename(unicode, 9)); in testTrimFilename()
420 assertEquals("a...\u03C0z", FileUtils.trimFilename(unicode, 8)); in testTrimFilename()
421 assertEquals("a...\u03C0z", FileUtils.trimFilename(unicode, 7)); in testTrimFilename()
422 assertEquals("a...z", FileUtils.trimFilename(unicode, 6)); in testTrimFilename()
/aosp12/art/test/020-string/
H A Dexpected-stdout.txt4 Compare unicode: -65302
/aosp12/frameworks/av/
H A DNOTICE279 http://www.unicode.org/Public/, http://www.unicode.org/reports/,
280 and http://www.unicode.org/cldr/data/ . Unicode Software includes any
282 http://www.unicode.org/Public/, http://www.unicode.org/reports/, and
283 http://www.unicode.org/cldr/data/.
295 under the Terms of Use in http://www.unicode.org/copyright.html.
/aosp12/frameworks/av/camera/ndk/
H A DNOTICE279 http://www.unicode.org/Public/, http://www.unicode.org/reports/,
280 and http://www.unicode.org/cldr/data/ . Unicode Software includes any
282 http://www.unicode.org/Public/, http://www.unicode.org/reports/, and
283 http://www.unicode.org/cldr/data/.
295 under the Terms of Use in http://www.unicode.org/copyright.html.
/aosp12/frameworks/base/
H A DNOTICE290 http://www.unicode.org/Public/, http://www.unicode.org/reports/,
291 and http://www.unicode.org/cldr/data/ . Unicode Software includes any
293 http://www.unicode.org/Public/, http://www.unicode.org/reports/, and
294 http://www.unicode.org/cldr/data/.
306 under the Terms of Use in http://www.unicode.org/copyright.html.
/aosp12/frameworks/native/
H A DNOTICE279 http://www.unicode.org/Public/, http://www.unicode.org/reports/,
280 and http://www.unicode.org/cldr/data/ . Unicode Software includes any
282 http://www.unicode.org/Public/, http://www.unicode.org/reports/, and
283 http://www.unicode.org/cldr/data/.
295 under the Terms of Use in http://www.unicode.org/copyright.html.
/aosp12/frameworks/av/media/ndk/
H A DNOTICE279 http://www.unicode.org/Public/, http://www.unicode.org/reports/,
280 and http://www.unicode.org/cldr/data/ . Unicode Software includes any
282 http://www.unicode.org/Public/, http://www.unicode.org/reports/, and
283 http://www.unicode.org/cldr/data/.
295 under the Terms of Use in http://www.unicode.org/copyright.html.
/aosp12/packages/providers/MediaProvider/tests/src/com/android/providers/media/util/
H A DFileUtilsTest.java348 final String unicode = "a\u03C0\u03C0\u03C0\u03C0z"; in testTrimFilename() local
349 assertEquals("a\u03C0\u03C0\u03C0\u03C0z", FileUtils.trimFilename(unicode, 10)); in testTrimFilename()
350 assertEquals("a\u03C0...\u03C0z", FileUtils.trimFilename(unicode, 9)); in testTrimFilename()
351 assertEquals("a...\u03C0z", FileUtils.trimFilename(unicode, 8)); in testTrimFilename()
352 assertEquals("a...\u03C0z", FileUtils.trimFilename(unicode, 7)); in testTrimFilename()
353 assertEquals("a...z", FileUtils.trimFilename(unicode, 6)); in testTrimFilename()
/aosp12/build/soong/androidmk/parser/
H A Dmake_strings.go254 ms.Strings[0] = strings.TrimLeftFunc(ms.Strings[0], unicode.IsSpace)
260 ms.Strings[last] = strings.TrimRightFunc(ms.Strings[last], unicode.IsSpace)
/aosp12/build/soong/response/
H A Dresponse.go55 case quotingStart == noQuote && unicode.IsSpace(rune(c)):
/aosp12/build/soong/android/
H A Dexpand.go83 i := strings.IndexFunc(s, unicode.IsSpace)
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dkd.h66 unsigned short unicode; member
/aosp12/frameworks/minikin/doc/
H A Dminikin_style.md30 #include <unicode/ubidi.h> // Other library, ICU, header file.
/aosp12/build/blueprint/parser/
H A Dprinter.go333 line = strings.TrimRightFunc(line, unicode.IsSpace)
336 lineIndent := strings.IndexFunc(line, func(r rune) bool { return !unicode.IsSpace(r) })
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/
H A DCHANGELOG.md39 * Double quote in unicode escape (#288).
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
H A Dencoding.md18 From [Unicode's official website](http://www.unicode.org/standard/WhatIsUnicode.html):
94 … for applications that cannot handle UTF-8. Since any JSON can represent unicode characters in esc…
/aosp12/build/soong/cmd/diff_target_files/
H A Dallow_list.go247 for len(b) > 0 && unicode.IsSpace(rune(b[0])) {
/aosp12/frameworks/base/tools/localedata/
H A Dextract_icu_data.py64 line = unicode(line, 'UTF-8').strip(u' \n\uFEFF').encode('UTF-8')
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DWifiInfo.java635 String unicode = mWifiSsid.toString(); in getSSID() local
636 if (!TextUtils.isEmpty(unicode)) { in getSSID()
637 return "\"" + unicode + "\""; in getSSID()
/aosp12/build/blueprint/bootstrap/bpdoc/
H A Dproperties.go299 indent := unicode.IsSpace(r)

123