HomeSort by relevance Sort by last modified time
    Searched refs:numCodepoints (Results 1 - 3 of 3) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/text/
NumberingSystem.java 276 int numCodepoints = str.codePointCount(0, str.length());
277 return (numCodepoints == 10);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
NumberingSystem.java 285 int numCodepoints = str.codePointCount(0, str.length());
286 return (numCodepoints == 10);
  /frameworks/minikin/libs/minikin/
Layout.cpp 548 unsigned int numCodepoints;
549 hb_glyph_info_t* cpInfo = hb_buffer_get_glyph_infos(buffer.get(), &numCodepoints);
563 if (numCodepoints == 0) {
568 hyphenCluster = cpInfo[numCodepoints - 1].cluster + (uint32_t)hasEndReplacement;
    [all...]

Completed in 250 milliseconds