Home
last modified time | relevance | path

Searched defs:codePoints (Results 1 - 25 of 35) sorted by relevance

12

/third_party/icu/icu4c/source/samples/props/
H A Dprops.cpp62 codePoints[]={ in main() local
/third_party/skia/third_party/externals/icu/source/samples/props/
H A Dprops.cpp62 codePoints[]={ in main() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DCharSequences.java287 public static int[] codePoints(CharSequence s) { in codePoints() method in CharSequences
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
H A DCharSequences.java289 public static int[] codePoints(CharSequence s) { in codePoints() method in CharSequences
/third_party/icu/icu4c/source/i18n/
H A Dnumber_padding.cpp43 Padder Padder::codePoints(UChar32 cp, int32_t targetWidth, UNumberFormatPadPosition position) { in codePoints() function in Padder
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_padding.cpp43 Padder Padder::codePoints(UChar32 cp, int32_t targetWidth, UNumberFormatPadPosition position) { in codePoints() function in Padder
/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/
H A DQrSegmentAdvanced.java94 private static List<QrSegment> makeSegmentsOptimally(int[] codePoints, int version) { in makeSegmentsOptimally() argument
103 private static Mode[] computeCharacterModes(int[] codePoints, int version) { in computeCharacterModes() argument
194 splitIntoSegments(int[] codePoints, Mode[] charModes) splitIntoSegments() argument
[all...]
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/
H A DQrSegmentAdvanced.java94 private static List<QrSegment> makeSegmentsOptimally(int[] codePoints, int version) { in makeSegmentsOptimally() argument
103 private static Mode[] computeCharacterModes(int[] codePoints, int version) { in computeCharacterModes() argument
186 splitIntoSegments(int[] codePoints, Mode[] charModes) splitIntoSegments() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_padding.cpp43 Padder Padder::codePoints(UChar32 cp, int32_t targetWidth, UNumberFormatPadPosition position) { in codePoints() function in Padder
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DPadder.java61 public static Padder codePoints(int cp, int targetWidth, PadPosition position) { in codePoints() method in Padder
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DPadder.java68 public static Padder codePoints(int cp, int targetWidth, PadPosition position) { in codePoints() method in Padder
/third_party/node/deps/icu-small/source/common/
H A Duniset_closure.cpp258 const UnicodeSet &codePoints = maybeOnlyCaseSensitive(*this, subset); in closeOverCaseInsensitive() local
302 const UnicodeSet &codePoints = maybeOnlyCaseSensitive(*this, subset); in closeOverAddCaseMappings() local
H A Ducnv_err.cpp118 UCNV_TO_U_CALLBACK_STOP( const void *context, UConverterToUnicodeArgs *toUArgs, const char* codePoints, int32_t length, UConverterCallbackReason reason, UErrorCode * err) UCNV_TO_U_CALLBACK_STOP() argument
/third_party/icu/icu4c/source/tools/toolutil/
H A Ducm.h74 UChar32 *codePoints; member
H A Ducm.cpp45 printMapping(UCMapping *m, UChar32 *codePoints, uint8_t *bytes, FILE *f) { in printMapping() argument
785 ucm_parseMappingLine(UCMapping *m, UChar32 codePoints[UCNV_EXT_MAX_UCHARS], uint8_t bytes[UCNV_EXT_MAX_BYTES], const char *line) ucm_parseMappingLine() argument
917 ucm_addMapping(UCMTable *table, UCMapping *m, UChar32 codePoints[UCNV_EXT_MAX_UCHARS], uint8_t bytes[UCNV_EXT_MAX_BYTES]) ucm_addMapping() argument
1045 ucm_mappingType(UCMStates *baseStates, UCMapping *m, UChar32 codePoints[UCNV_EXT_MAX_UCHARS], uint8_t bytes[UCNV_EXT_MAX_BYTES]) ucm_mappingType() argument
1093 ucm_addMappingAuto(UCMFile *ucm, UBool forBase, UCMStates *baseStates, UCMapping *m, UChar32 codePoints[UCNV_EXT_MAX_UCHARS], uint8_t bytes[UCNV_EXT_MAX_BYTES]) ucm_addMappingAuto() argument
1134 UChar32 codePoints[UCNV_EXT_MAX_UCHARS]; ucm_addMappingFromLine() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DSimpleFormatterImpl.java318 public static int getLength(String compiledPattern, boolean codePoints) { in getLength() argument
/third_party/icu/icu4c/source/test/cintltst/
H A Dutf16tst.c807 static const UChar32 codePoints[]={ in TestAppend() local
H A Dutf8tst.c604 static const UChar32 codePoints[]={ in TestNextPrevCharUnsafe() local
1177 static const UChar32 codePoints[]={ in TestAppend() local
[all...]
/third_party/icu/icu4c/source/common/
H A Ducnv_err.cpp118 UCNV_TO_U_CALLBACK_STOP( const void *context, UConverterToUnicodeArgs *toUArgs, const char* codePoints, int32_t length, UConverterCallbackReason reason, UErrorCode * err) UCNV_TO_U_CALLBACK_STOP() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DSimpleFormatterImpl.java320 public static int getLength(String compiledPattern, boolean codePoints) { in getLength() argument
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Ducm.h74 UChar32 *codePoints; member
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Ducm.h74 UChar32 *codePoints; member
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnv_err.cpp118 UCNV_TO_U_CALLBACK_STOP( const void *context, UConverterToUnicodeArgs *toUArgs, const char* codePoints, int32_t length, UConverterCallbackReason reason, UErrorCode * err) UCNV_TO_U_CALLBACK_STOP() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUTF16.java2283 public static String newString(int[] codePoints, int offset, int count) { in newString() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DUTF16.java2207 public static String newString(int[] codePoints, int offset, int count) { in newString() argument

Completed in 22 milliseconds

12