Home
last modified time | relevance | path

Searched defs:codepoint (Results 76 – 100 of 754) sorted by relevance

12345678910>>...31

/aosp_15_r20/external/harfbuzz_ng/src/wasm/rust/harfbuzz-wasm/src/
H A Dlib.rs331 pub codepoint: u32, field
384 pub codepoint: u32, field
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-shape.cc709 hb_codepoint_t codepoint = unicode->mirroring (info[i].codepoint); in hb_ot_rotate_chars() local
721 hb_codepoint_t codepoint = hb_vert_char_for (info[i].codepoint); in hb_ot_rotate_chars() local
H A Dhb-buffer.cc347 hb_buffer_t::add (hb_codepoint_t codepoint, in add()
1522 hb_codepoint_t codepoint, in hb_buffer_add()
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/search/
DStringMatcherUtility.java227 int codepoint = s.codePointAt(i); in requestSimpleFuzzySearch() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
H A DTestUnicodeProperty.java85 protected String _getValue(int codepoint) { in _getValue()
/aosp_15_r20/frameworks/minikin/tests/util/
H A DUnicodeUtils.cpp57 unsigned long int codepoint = strtoul(src + input_ix, &endptr, 16); in ParseUnicode() local
/aosp_15_r20/frameworks/base/tools/aapt2/java/
H A DAnnotationProcessor.cpp36 const char32_t codepoint = iter.Next(); in ExtractFirstSentence() local
/aosp_15_r20/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
H A DBindingsHelper.java96 int codepoint = c; in utf8StringSizeInBytes() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DVisitor.java124 public int codepoint, codepointEnd; field in Visitor.CodePointRange
H A DUnicodeSetPrettyPrinter.java247 private void addSpaceAsNeededBefore(int codepoint) { in addSpaceAsNeededBefore()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/utf8_range/
Dutf8_validity.cc140 const int8_t* const codepoint = in CodepointSkipBackwards() local
/aosp_15_r20/external/libxkbcommon/tools/
H A Dhow-to-type.c57 uint32_t codepoint; in main() local
/aosp_15_r20/external/libxml2/
H A Dxmlregexp.c176 int codepoint; member
2025 int codepoint; in xmlFACompareRanges() local
2745 xmlRegCheckCharacterRange(xmlRegAtomType type, int codepoint, int neg, in xmlRegCheckCharacterRange()
2920 xmlRegCheckCharacter(xmlRegAtomPtr atom, int codepoint) { in xmlRegCheckCharacter()
3116 int ret, codepoint = 0, len, deter; in xmlFARegExec() local
5038 int codepoint, len; in xmlFAParseAtom() local
/aosp_15_r20/cts/tests/tests/text/src/android/text/cts/
H A DMyanmarTest.java108 int codepoint = UNICODE_CORRECT_ORDER.codePointAt(index); in testShouldHaveGlyphs() local
/aosp_15_r20/external/jsoncpp/src/lib_json/
H A Djson_writer.cpp323 unsigned codepoint = static_cast<unsigned char>(*c); in valueToQuotedStringN() local
330 unsigned codepoint = utf8ToCodepoint(c, end); // modifies `c` in valueToQuotedStringN() local
/aosp_15_r20/external/grpc-grpc/third_party/utf8_range/
H A Dutf8_range.c151 const int8_t* const codepoint = (const int8_t*)(&codepoint_word); in utf8_range_CodepointSkipBackwards() local
/aosp_15_r20/external/flatbuffers/java/com/google/flatbuffers/
H A DUtf8.java207 int codepoint = ((byte1 & 0x07) << 18) in handleFourBytes() local
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/
H A Dsprpdata.c152 compareMapping(UStringPrepProfile* data, uint32_t codepoint, uint32_t* mapping,int32_t mapLength, in compareMapping()
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/
H A Dsprpdata.c152 compareMapping(UStringPrepProfile* data, uint32_t codepoint, uint32_t* mapping,int32_t mapLength, in compareMapping()
/aosp_15_r20/external/lua/src/
H A Dlutf8lib.c122 static int codepoint (lua_State *L) { in codepoint() function
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/
H A DTypology.java226 public static Set<String> getLabels(int codepoint) { in getLabels()
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/breakiter/
H A DCjkBreakEngine.java145 int codepoint = prenormstr.codePointAt(index); in divideUpDictionaryRange() local
/aosp_15_r20/frameworks/base/libs/hwui/hwui/
H A DMinikinUtils.cpp133 bool MinikinUtils::hasVariationSelector(const Typeface* typeface, uint32_t codepoint, uint32_t vs) { in hasVariationSelector()
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/breakiter/
H A DCjkBreakEngine.java149 int codepoint = prenormstr.codePointAt(index); in divideUpDictionaryRange() local
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dtestidn.cpp329 compareMapping(uint32_t codepoint, uint32_t* mapping,int32_t mapLength, in compareMapping()

12345678910>>...31