/third_party/icu/icu4c/source/common/ |
H A D | ushape.cpp | 633 calculateSize(const UChar *source, int32_t sourceLength, in calculateSize() argument 640 destSize = sourceLength; in calculateSize() 654 for(i=0;i<sourceLength;i++) { in calculateSize() 655 if( ((isAlefChar(source[i]))&& (i<(sourceLength-1)) &&(source[i+1] == LAM_CHAR)) || (isTashkeelCharFE(source[i])) ) { in calculateSize() 660 for(i=0;i<sourceLength;i++) { in calculateSize() 661 if( ( (source[i] == LAM_CHAR) && (i<(sourceLength-1)) && (isAlefChar(source[i+1]))) || (isTashkeelCharFE(source[i])) ) { in calculateSize() 670 for(i=0;i<sourceLength;i++) { in calculateSize() 690 handleTashkeelWithTatweel(UChar *dest, int32_t sourceLength, in handleTashkeelWithTatweel() argument 694 for(i = 0; i < sourceLength; i++){ in handleTashkeelWithTatweel() 703 return sourceLength; in handleTashkeelWithTatweel() 728 handleGeneratedSpaces(UChar *dest, int32_t sourceLength, int32_t destSize, uint32_t options, UErrorCode *pErrorCode,struct uShapeVariables shapeVars ) handleGeneratedSpaces() argument 903 expandCompositCharAtBegin(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCode) expandCompositCharAtBegin() argument 963 expandCompositCharAtEnd(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCode) expandCompositCharAtEnd() argument 1030 expandCompositCharAtNear(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCode, int yehHamzaOption, int seenTailOption, int lamAlefOption, struct uShapeVariables shapeVars) expandCompositCharAtNear() argument 1083 expandCompositChar(UChar *dest, int32_t sourceLength, int32_t destSize,uint32_t options, UErrorCode *pErrorCode, int shapingMode,struct uShapeVariables shapeVars) expandCompositChar() argument 1196 shapeUnicode(UChar *dest, int32_t sourceLength, int32_t destSize,uint32_t options, UErrorCode *pErrorCode, int tashkeelFlag, struct uShapeVariables shapeVars) shapeUnicode() argument 1368 deShapeUnicode(UChar *dest, int32_t sourceLength, int32_t destSize,uint32_t options, UErrorCode *pErrorCode, struct uShapeVariables shapeVars) deShapeUnicode() argument 1421 u_shapeArabic(const UChar *source, int32_t sourceLength, UChar *dest, int32_t destCapacity, uint32_t options, UErrorCode *pErrorCode) u_shapeArabic() argument [all...] |
H A D | ucnv.cpp | 2406 const char *source, int32_t sourceLength, in ucnv_internalConvert() 2417 if(sourceLength<0) { in ucnv_internalConvert() 2420 sourceLimit=source+sourceLength; in ucnv_internalConvert() 2479 const char *source, int32_t sourceLength, in ucnv_convert() 2489 if( source==NULL || sourceLength<-1 || in ucnv_convert() 2497 if(sourceLength==0 || (sourceLength<0 && *source==0)) { in ucnv_convert() 2515 source, sourceLength, in ucnv_convert() 2530 const char *source, int32_t sourceLength, in ucnv_convertAlgorithmic() 2540 if( cnv==NULL || source==NULL || sourceLength< in ucnv_convertAlgorithmic() 2404 ucnv_internalConvert(UConverter *outConverter, UConverter *inConverter, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) ucnv_internalConvert() argument 2477 ucnv_convert(const char *toConverterName, const char *fromConverterName, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) ucnv_convert() argument 2526 ucnv_convertAlgorithmic(UBool convertToAlgorithmic, UConverterType algorithmicType, UConverter *cnv, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) ucnv_convertAlgorithmic() argument 2583 ucnv_toAlgorithmic(UConverterType algorithmicType, UConverter *cnv, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) ucnv_toAlgorithmic() argument 2595 ucnv_fromAlgorithmic(UConverter *cnv, UConverterType algorithmicType, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) ucnv_fromAlgorithmic() argument 2662 ucnv_fixFileSeparator(const UConverter *cnv, UChar* source, int32_t sourceLength) ucnv_fixFileSeparator() argument 2754 ucnv_detectUnicodeSignature( const char* source, int32_t sourceLength, int32_t* signatureLength, UErrorCode* pErrorCode) ucnv_detectUnicodeSignature() argument [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | ushape.cpp | 633 calculateSize(const char16_t *source, int32_t sourceLength, in calculateSize() argument 640 destSize = sourceLength; in calculateSize() 654 for(i=0;i<sourceLength;i++) { in calculateSize() 655 if( ((isAlefChar(source[i]))&& (i<(sourceLength-1)) &&(source[i+1] == LAM_CHAR)) || (isTashkeelCharFE(source[i])) ) { in calculateSize() 660 for(i=0;i<sourceLength;i++) { in calculateSize() 661 if( ( (source[i] == LAM_CHAR) && (i<(sourceLength-1)) && (isAlefChar(source[i+1]))) || (isTashkeelCharFE(source[i])) ) { in calculateSize() 670 for(i=0;i<sourceLength;i++) { in calculateSize() 690 handleTashkeelWithTatweel(char16_t *dest, int32_t sourceLength, in handleTashkeelWithTatweel() argument 694 for(i = 0; i < sourceLength; i++){ in handleTashkeelWithTatweel() 703 return sourceLength; in handleTashkeelWithTatweel() 728 handleGeneratedSpaces(char16_t *dest, int32_t sourceLength, int32_t destSize, uint32_t options, UErrorCode *pErrorCode,struct uShapeVariables shapeVars ) handleGeneratedSpaces() argument 903 expandCompositCharAtBegin(char16_t *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCode) expandCompositCharAtBegin() argument 963 expandCompositCharAtEnd(char16_t *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCode) expandCompositCharAtEnd() argument 1030 expandCompositCharAtNear(char16_t *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCode, int yehHamzaOption, int seenTailOption, int lamAlefOption, struct uShapeVariables shapeVars) expandCompositCharAtNear() argument 1083 expandCompositChar(char16_t *dest, int32_t sourceLength, int32_t destSize,uint32_t options, UErrorCode *pErrorCode, int shapingMode,struct uShapeVariables shapeVars) expandCompositChar() argument 1196 shapeUnicode(char16_t *dest, int32_t sourceLength, int32_t destSize,uint32_t options, UErrorCode *pErrorCode, int tashkeelFlag, struct uShapeVariables shapeVars) shapeUnicode() argument 1368 deShapeUnicode(char16_t *dest, int32_t sourceLength, int32_t destSize,uint32_t options, UErrorCode *pErrorCode, struct uShapeVariables shapeVars) deShapeUnicode() argument 1421 u_shapeArabic(const char16_t *source, int32_t sourceLength, char16_t *dest, int32_t destCapacity, uint32_t options, UErrorCode *pErrorCode) u_shapeArabic() argument [all...] |
H A D | ucnv.cpp | 2406 const char *source, int32_t sourceLength, in ucnv_internalConvert() 2417 if(sourceLength<0) { in ucnv_internalConvert() 2420 sourceLimit=source+sourceLength; in ucnv_internalConvert() 2479 const char *source, int32_t sourceLength, in ucnv_convert() 2489 if( source==nullptr || sourceLength<-1 || in ucnv_convert() 2497 if(sourceLength==0 || (sourceLength<0 && *source==0)) { in ucnv_convert() 2515 source, sourceLength, in ucnv_convert() 2530 const char *source, int32_t sourceLength, in ucnv_convertAlgorithmic() 2540 if( cnv==nullptr || source==nullptr || sourceLength< in ucnv_convertAlgorithmic() 2404 ucnv_internalConvert(UConverter *outConverter, UConverter *inConverter, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) ucnv_internalConvert() argument 2477 ucnv_convert(const char *toConverterName, const char *fromConverterName, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) ucnv_convert() argument 2526 ucnv_convertAlgorithmic(UBool convertToAlgorithmic, UConverterType algorithmicType, UConverter *cnv, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) ucnv_convertAlgorithmic() argument 2583 ucnv_toAlgorithmic(UConverterType algorithmicType, UConverter *cnv, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) ucnv_toAlgorithmic() argument 2667 ucnv_fixFileSeparator(const UConverter *cnv, char16_t* source, int32_t sourceLength) ucnv_fixFileSeparator() argument 2759 ucnv_detectUnicodeSignature( const char* source, int32_t sourceLength, int32_t* signatureLength, UErrorCode* pErrorCode) ucnv_detectUnicodeSignature() argument [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ushape.cpp | 633 calculateSize(const UChar *source, int32_t sourceLength, in calculateSize() argument 640 destSize = sourceLength; in calculateSize() 654 for(i=0;i<sourceLength;i++) { in calculateSize() 655 if( ((isAlefChar(source[i]))&& (i<(sourceLength-1)) &&(source[i+1] == LAM_CHAR)) || (isTashkeelCharFE(source[i])) ) { in calculateSize() 660 for(i=0;i<sourceLength;i++) { in calculateSize() 661 if( ( (source[i] == LAM_CHAR) && (i<(sourceLength-1)) && (isAlefChar(source[i+1]))) || (isTashkeelCharFE(source[i])) ) { in calculateSize() 670 for(i=0;i<sourceLength;i++) { in calculateSize() 690 handleTashkeelWithTatweel(UChar *dest, int32_t sourceLength, in handleTashkeelWithTatweel() argument 694 for(i = 0; i < sourceLength; i++){ in handleTashkeelWithTatweel() 703 return sourceLength; in handleTashkeelWithTatweel() 728 handleGeneratedSpaces(UChar *dest, int32_t sourceLength, int32_t destSize, uint32_t options, UErrorCode *pErrorCode,struct uShapeVariables shapeVars ) handleGeneratedSpaces() argument 903 expandCompositCharAtBegin(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCode) expandCompositCharAtBegin() argument 963 expandCompositCharAtEnd(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCode) expandCompositCharAtEnd() argument 1030 expandCompositCharAtNear(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCode, int yehHamzaOption, int seenTailOption, int lamAlefOption, struct uShapeVariables shapeVars) expandCompositCharAtNear() argument 1083 expandCompositChar(UChar *dest, int32_t sourceLength, int32_t destSize,uint32_t options, UErrorCode *pErrorCode, int shapingMode,struct uShapeVariables shapeVars) expandCompositChar() argument 1196 shapeUnicode(UChar *dest, int32_t sourceLength, int32_t destSize,uint32_t options, UErrorCode *pErrorCode, int tashkeelFlag, struct uShapeVariables shapeVars) shapeUnicode() argument 1368 deShapeUnicode(UChar *dest, int32_t sourceLength, int32_t destSize,uint32_t options, UErrorCode *pErrorCode, struct uShapeVariables shapeVars) deShapeUnicode() argument 1421 u_shapeArabic(const UChar *source, int32_t sourceLength, UChar *dest, int32_t destCapacity, uint32_t options, UErrorCode *pErrorCode) u_shapeArabic() argument [all...] |
H A D | ucnv.cpp | 2399 const char *source, int32_t sourceLength, in ucnv_internalConvert() 2410 if(sourceLength<0) { in ucnv_internalConvert() 2413 sourceLimit=source+sourceLength; in ucnv_internalConvert() 2472 const char *source, int32_t sourceLength, in ucnv_convert() 2482 if( source==NULL || sourceLength<-1 || in ucnv_convert() 2490 if(sourceLength==0 || (sourceLength<0 && *source==0)) { in ucnv_convert() 2508 source, sourceLength, in ucnv_convert() 2523 const char *source, int32_t sourceLength, in ucnv_convertAlgorithmic() 2533 if( cnv==NULL || source==NULL || sourceLength< in ucnv_convertAlgorithmic() 2397 ucnv_internalConvert(UConverter *outConverter, UConverter *inConverter, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) ucnv_internalConvert() argument 2470 ucnv_convert(const char *toConverterName, const char *fromConverterName, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) ucnv_convert() argument 2519 ucnv_convertAlgorithmic(UBool convertToAlgorithmic, UConverterType algorithmicType, UConverter *cnv, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) ucnv_convertAlgorithmic() argument 2576 ucnv_toAlgorithmic(UConverterType algorithmicType, UConverter *cnv, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) ucnv_toAlgorithmic() argument 2588 ucnv_fromAlgorithmic(UConverter *cnv, UConverterType algorithmicType, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) ucnv_fromAlgorithmic() argument 2655 ucnv_fixFileSeparator(const UConverter *cnv, UChar* source, int32_t sourceLength) ucnv_fixFileSeparator() argument 2747 ucnv_detectUnicodeSignature( const char* source, int32_t sourceLength, int32_t* signatureLength, UErrorCode* pErrorCode) ucnv_detectUnicodeSignature() argument [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | ucol.cpp | 194 int32_t sourceLength, in ucol_getSortKey() 201 ((sourceLength==-1 && source!=NULL) ? u_strlen(source) : sourceLength)); in ucol_getSortKey() 205 getSortKey(source, sourceLength, result, resultLength); in ucol_getSortKey() 242 int32_t sourceLength, in ucol_getBound() 266 && (source[sourceIndex] != 0 || sourceIndex < sourceLength)); in ucol_getBound() 268 if((source[sourceIndex] == 0 || sourceIndex == sourceLength) in ucol_getBound() 443 int32_t sourceLength, in ucol_strcoll() 450 UTRACE_DATA2(UTRACE_VERBOSE, "source string = %vh ", source, sourceLength); in ucol_strcoll() 456 compare(source, sourceLength, targe in ucol_strcoll() 192 ucol_getSortKey(const UCollator *coll, const UChar *source, int32_t sourceLength, uint8_t *result, int32_t resultLength) ucol_getSortKey() argument 241 ucol_getBound(const uint8_t *source, int32_t sourceLength, UColBoundMode boundType, uint32_t noOfLevels, uint8_t *result, int32_t resultLength, UErrorCode *status) ucol_getBound() argument 441 ucol_strcoll( const UCollator *coll, const UChar *source, int32_t sourceLength, const UChar *target, int32_t targetLength) ucol_strcoll() argument 462 ucol_strcollUTF8( const UCollator *coll, const char *source, int32_t sourceLength, const char *target, int32_t targetLength, UErrorCode *status) ucol_strcollUTF8() argument 492 ucol_greater( const UCollator *coll, const UChar *source, int32_t sourceLength, const UChar *target, int32_t targetLength) ucol_greater() argument 504 ucol_greaterOrEqual( const UCollator *coll, const UChar *source, int32_t sourceLength, const UChar *target, int32_t targetLength) ucol_greaterOrEqual() argument 516 ucol_equal( const UCollator *coll, const UChar *source, int32_t sourceLength, const UChar *target, int32_t targetLength) ucol_equal() argument [all...] |
H A D | umsg.cpp | 150 int32_t sourceLength, in u_parseMessage() 160 u_vparseMessage(locale,pattern,patternLength,source,sourceLength,ap,status); in u_parseMessage() 170 int32_t sourceLength, in u_vparseMessage() 177 umsg_vparse(fmt,source,sourceLength,&count,ap,status); in u_vparseMessage() 186 int32_t sourceLength, in u_parseMessageWithError() 198 u_vparseMessageWithError(locale,pattern,patternLength,source,sourceLength,ap,error,status); in u_parseMessageWithError() 207 int32_t sourceLength, in u_vparseMessageWithError() 215 umsg_vparse(fmt,source,sourceLength,&count,ap,status); in u_vparseMessageWithError() 487 int32_t sourceLength, in umsg_parse() 500 umsg_vparse(fmt,source,sourceLength,coun in umsg_parse() 146 u_parseMessage( const char *locale, const UChar *pattern, int32_t patternLength, const UChar *source, int32_t sourceLength, UErrorCode *status, ...) u_parseMessage() argument 166 u_vparseMessage(const char *locale, const UChar *pattern, int32_t patternLength, const UChar *source, int32_t sourceLength, va_list ap, UErrorCode *status) u_vparseMessage() argument 182 u_parseMessageWithError(const char *locale, const UChar *pattern, int32_t patternLength, const UChar *source, int32_t sourceLength, UParseError *error, UErrorCode *status, ...) u_parseMessageWithError() argument 203 u_vparseMessageWithError(const char *locale, const UChar *pattern, int32_t patternLength, const UChar *source, int32_t sourceLength, va_list ap, UParseError *error, UErrorCode* status) u_vparseMessageWithError() argument 485 umsg_parse( const UMessageFormat *fmt, const UChar *source, int32_t sourceLength, int32_t *count, UErrorCode *status, ...) umsg_parse() argument 507 umsg_vparse(const UMessageFormat *fmt, const UChar *source, int32_t sourceLength, int32_t *count, va_list ap, UErrorCode *status) umsg_vparse() argument [all...] |
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
H A D | CharsetASCII.java | 65 int sourceLength = source.limit() - oldSource; in decodeLoop() 72 int limit = ((sourceLength < targetLength) ? sourceLength : targetLength) in decodeLoop() 82 if (sourceLength <= targetLength) { in decodeLoop() 83 source.position(oldSource + sourceLength); in decodeLoop() 84 target.position(oldTarget + sourceLength); in decodeLoop() 223 int sourceLength = source.limit() - oldSource; in encodeLoop() 230 int limit = ((sourceLength < targetLength) ? sourceLength : targetLength) in encodeLoop() 240 if (sourceLength < in encodeLoop() [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | ucol.cpp | 200 int32_t sourceLength, in ucol_getSortKey() 207 ((sourceLength==-1 && source!=NULL) ? u_strlen(source) : sourceLength)); in ucol_getSortKey() 211 getSortKey(source, sourceLength, result, resultLength); in ucol_getSortKey() 248 int32_t sourceLength, in ucol_getBound() 272 && (source[sourceIndex] != 0 || sourceIndex < sourceLength)); in ucol_getBound() 274 if((source[sourceIndex] == 0 || sourceIndex == sourceLength) in ucol_getBound() 449 int32_t sourceLength, in ucol_strcoll() 456 UTRACE_DATA2(UTRACE_VERBOSE, "source string = %vh ", source, sourceLength); in ucol_strcoll() 462 compare(source, sourceLength, targe in ucol_strcoll() 198 ucol_getSortKey(const UCollator *coll, const UChar *source, int32_t sourceLength, uint8_t *result, int32_t resultLength) ucol_getSortKey() argument 247 ucol_getBound(const uint8_t *source, int32_t sourceLength, UColBoundMode boundType, uint32_t noOfLevels, uint8_t *result, int32_t resultLength, UErrorCode *status) ucol_getBound() argument 447 ucol_strcoll( const UCollator *coll, const UChar *source, int32_t sourceLength, const UChar *target, int32_t targetLength) ucol_strcoll() argument 468 ucol_strcollUTF8( const UCollator *coll, const char *source, int32_t sourceLength, const char *target, int32_t targetLength, UErrorCode *status) ucol_strcollUTF8() argument 498 ucol_greater( const UCollator *coll, const UChar *source, int32_t sourceLength, const UChar *target, int32_t targetLength) ucol_greater() argument 510 ucol_greaterOrEqual( const UCollator *coll, const UChar *source, int32_t sourceLength, const UChar *target, int32_t targetLength) ucol_greaterOrEqual() argument 522 ucol_equal( const UCollator *coll, const UChar *source, int32_t sourceLength, const UChar *target, int32_t targetLength) ucol_equal() argument [all...] |
H A D | umsg.cpp | 150 int32_t sourceLength, in u_parseMessage() 160 u_vparseMessage(locale,pattern,patternLength,source,sourceLength,ap,status); in u_parseMessage() 170 int32_t sourceLength, in u_vparseMessage() 177 umsg_vparse(fmt,source,sourceLength,&count,ap,status); in u_vparseMessage() 186 int32_t sourceLength, in u_parseMessageWithError() 198 u_vparseMessageWithError(locale,pattern,patternLength,source,sourceLength,ap,error,status); in u_parseMessageWithError() 207 int32_t sourceLength, in u_vparseMessageWithError() 215 umsg_vparse(fmt,source,sourceLength,&count,ap,status); in u_vparseMessageWithError() 487 int32_t sourceLength, in umsg_parse() 500 umsg_vparse(fmt,source,sourceLength,coun in umsg_parse() 146 u_parseMessage( const char *locale, const UChar *pattern, int32_t patternLength, const UChar *source, int32_t sourceLength, UErrorCode *status, ...) u_parseMessage() argument 166 u_vparseMessage(const char *locale, const UChar *pattern, int32_t patternLength, const UChar *source, int32_t sourceLength, va_list ap, UErrorCode *status) u_vparseMessage() argument 182 u_parseMessageWithError(const char *locale, const UChar *pattern, int32_t patternLength, const UChar *source, int32_t sourceLength, UParseError *error, UErrorCode *status, ...) u_parseMessageWithError() argument 203 u_vparseMessageWithError(const char *locale, const UChar *pattern, int32_t patternLength, const UChar *source, int32_t sourceLength, va_list ap, UParseError *error, UErrorCode* status) u_vparseMessageWithError() argument 485 umsg_parse( const UMessageFormat *fmt, const UChar *source, int32_t sourceLength, int32_t *count, UErrorCode *status, ...) umsg_parse() argument 507 umsg_vparse(const UMessageFormat *fmt, const UChar *source, int32_t sourceLength, int32_t *count, va_list ap, UErrorCode *status) umsg_vparse() argument [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | ucol.cpp | 200 int32_t sourceLength, in ucol_getSortKey() 207 ((sourceLength==-1 && source!=nullptr) ? u_strlen(source) : sourceLength)); in ucol_getSortKey() 211 getSortKey(source, sourceLength, result, resultLength); in ucol_getSortKey() 248 int32_t sourceLength, in ucol_getBound() 272 && (source[sourceIndex] != 0 || sourceIndex < sourceLength)); in ucol_getBound() 274 if((source[sourceIndex] == 0 || sourceIndex == sourceLength) in ucol_getBound() 449 int32_t sourceLength, in ucol_strcoll() 456 UTRACE_DATA2(UTRACE_VERBOSE, "source string = %vh ", source, sourceLength); in ucol_strcoll() 462 compare(source, sourceLength, targe in ucol_strcoll() 198 ucol_getSortKey(const UCollator *coll, const char16_t *source, int32_t sourceLength, uint8_t *result, int32_t resultLength) ucol_getSortKey() argument 247 ucol_getBound(const uint8_t *source, int32_t sourceLength, UColBoundMode boundType, uint32_t noOfLevels, uint8_t *result, int32_t resultLength, UErrorCode *status) ucol_getBound() argument 447 ucol_strcoll( const UCollator *coll, const char16_t *source, int32_t sourceLength, const char16_t *target, int32_t targetLength) ucol_strcoll() argument 468 ucol_strcollUTF8( const UCollator *coll, const char *source, int32_t sourceLength, const char *target, int32_t targetLength, UErrorCode *status) ucol_strcollUTF8() argument 498 ucol_greater( const UCollator *coll, const char16_t *source, int32_t sourceLength, const char16_t *target, int32_t targetLength) ucol_greater() argument 510 ucol_greaterOrEqual( const UCollator *coll, const char16_t *source, int32_t sourceLength, const char16_t *target, int32_t targetLength) ucol_greaterOrEqual() argument 522 ucol_equal( const UCollator *coll, const char16_t *source, int32_t sourceLength, const char16_t *target, int32_t targetLength) ucol_equal() argument [all...] |
H A D | umsg.cpp | 150 int32_t sourceLength, in u_parseMessage() 160 u_vparseMessage(locale,pattern,patternLength,source,sourceLength,ap,status); in u_parseMessage() 170 int32_t sourceLength, in u_vparseMessage() 177 umsg_vparse(fmt,source,sourceLength,&count,ap,status); in u_vparseMessage() 186 int32_t sourceLength, in u_parseMessageWithError() 198 u_vparseMessageWithError(locale,pattern,patternLength,source,sourceLength,ap,error,status); in u_parseMessageWithError() 207 int32_t sourceLength, in u_vparseMessageWithError() 215 umsg_vparse(fmt,source,sourceLength,&count,ap,status); in u_vparseMessageWithError() 487 int32_t sourceLength, in umsg_parse() 500 umsg_vparse(fmt,source,sourceLength,coun in umsg_parse() 146 u_parseMessage( const char *locale, const char16_t *pattern, int32_t patternLength, const char16_t *source, int32_t sourceLength, UErrorCode *status, ...) u_parseMessage() argument 166 u_vparseMessage(const char *locale, const char16_t *pattern, int32_t patternLength, const char16_t *source, int32_t sourceLength, va_list ap, UErrorCode *status) u_vparseMessage() argument 182 u_parseMessageWithError(const char *locale, const char16_t *pattern, int32_t patternLength, const char16_t *source, int32_t sourceLength, UParseError *error, UErrorCode *status, ...) u_parseMessageWithError() argument 203 u_vparseMessageWithError(const char *locale, const char16_t *pattern, int32_t patternLength, const char16_t *source, int32_t sourceLength, va_list ap, UParseError *error, UErrorCode* status) u_vparseMessageWithError() argument 485 umsg_parse( const UMessageFormat *fmt, const char16_t *source, int32_t sourceLength, int32_t *count, UErrorCode *status, ...) umsg_parse() argument 507 umsg_vparse(const UMessageFormat *fmt, const char16_t *source, int32_t sourceLength, int32_t *count, va_list ap, UErrorCode *status) umsg_vparse() argument [all...] |
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | umsg.h | 226 * @param sourceLength The length of source, or -1 if null-terminated. 238 int32_t sourceLength, 251 * @param sourceLength The length of source, or -1 if null-terminated. 263 int32_t sourceLength, 335 * @param sourceLength The length of source, or -1 if null-terminated. 349 int32_t sourceLength, 363 * @param sourceLength The length of source, or -1 if null-terminated. 377 int32_t sourceLength, 557 * @param sourceLength The length of source, or -1 if null-terminated. 567 int32_t sourceLength, [all...] |
H A D | ucol.h | 564 * @param sourceLength The length of source, or -1 if null-terminated. 577 int32_t sourceLength, 588 * @param sourceLength The length of source, or -1 if null-terminated. 603 int32_t sourceLength, 613 * @param sourceLength The length of source, or -1 if null-terminated. 624 const UChar *source, int32_t sourceLength, 632 * @param sourceLength The length of source, or -1 if null-terminated. 643 const UChar *source, int32_t sourceLength, 651 * @param sourceLength The length of source, or -1 if null-terminated. 662 const UChar *source, int32_t sourceLength, [all...] |
H A D | coll.h | 422 * @param sourceLength the length of the source string array. If this value 432 virtual EComparisonResult compare(const char16_t* source, int32_t sourceLength, 442 * @param sourceLength the length of the source string array. If this value 453 virtual UCollationResult compare(const char16_t* source, int32_t sourceLength, 523 * @param sourceLength length of the collation key 531 int32_t sourceLength, 1031 * @param sourceLength length of string to be processed. 1041 virtual int32_t getSortKey(const char16_t*source, int32_t sourceLength, 1060 * @param sourceLength The length of source, or -1 if null-terminated. 1082 int32_t sourceLength, [all...] |
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | umsg.h | 226 * @param sourceLength The length of source, or -1 if null-terminated. 238 int32_t sourceLength, 251 * @param sourceLength The length of source, or -1 if null-terminated. 263 int32_t sourceLength, 335 * @param sourceLength The length of source, or -1 if null-terminated. 349 int32_t sourceLength, 363 * @param sourceLength The length of source, or -1 if null-terminated. 377 int32_t sourceLength, 557 * @param sourceLength The length of source, or -1 if null-terminated. 567 int32_t sourceLength, [all...] |
H A D | ucol.h | 554 * @param sourceLength The length of source, or -1 if null-terminated. 567 int32_t sourceLength, 578 * @param sourceLength The length of source, or -1 if null-terminated. 593 int32_t sourceLength, 603 * @param sourceLength The length of source, or -1 if null-terminated. 614 const UChar *source, int32_t sourceLength, 622 * @param sourceLength The length of source, or -1 if null-terminated. 633 const UChar *source, int32_t sourceLength, 641 * @param sourceLength The length of source, or -1 if null-terminated. 652 const UChar *source, int32_t sourceLength, [all...] |
H A D | coll.h | 422 * @param sourceLength the length of the source string array. If this value 432 virtual EComparisonResult compare(const char16_t* source, int32_t sourceLength, 442 * @param sourceLength the length of the source string array. If this value 453 virtual UCollationResult compare(const char16_t* source, int32_t sourceLength, 523 * @param sourceLength length of the collation key 531 int32_t sourceLength, 1031 * @param sourceLength length of string to be processed. 1041 virtual int32_t getSortKey(const char16_t*source, int32_t sourceLength, 1060 * @param sourceLength The length of source, or -1 if null-terminated. 1082 int32_t sourceLength, [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | umsg.h | 226 * @param sourceLength The length of source, or -1 if null-terminated. 238 int32_t sourceLength, 251 * @param sourceLength The length of source, or -1 if null-terminated. 263 int32_t sourceLength, 335 * @param sourceLength The length of source, or -1 if null-terminated. 349 int32_t sourceLength, 363 * @param sourceLength The length of source, or -1 if null-terminated. 377 int32_t sourceLength, 557 * @param sourceLength The length of source, or -1 if null-terminated. 567 int32_t sourceLength, [all...] |
H A D | ucol.h | 554 * @param sourceLength The length of source, or -1 if null-terminated. 567 int32_t sourceLength, 578 * @param sourceLength The length of source, or -1 if null-terminated. 593 int32_t sourceLength, 603 * @param sourceLength The length of source, or -1 if null-terminated. 614 const UChar *source, int32_t sourceLength, 622 * @param sourceLength The length of source, or -1 if null-terminated. 633 const UChar *source, int32_t sourceLength, 641 * @param sourceLength The length of source, or -1 if null-terminated. 652 const UChar *source, int32_t sourceLength, [all...] |
H A D | coll.h | 422 * @param sourceLength the length of the source string array. If this value 432 virtual EComparisonResult compare(const char16_t* source, int32_t sourceLength, 442 * @param sourceLength the length of the source string array. If this value 453 virtual UCollationResult compare(const char16_t* source, int32_t sourceLength, 523 * @param sourceLength length of the collation key 531 int32_t sourceLength, 1031 * @param sourceLength length of string to be processed. 1041 virtual int32_t getSortKey(const char16_t*source, int32_t sourceLength, 1060 * @param sourceLength The length of source, or -1 if null-terminated. 1082 int32_t sourceLength, [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | ArabicShaping.java | 70 * @param sourceLength The length of the range of text to convert 88 public int shape(char[] source, int sourceStart, int sourceLength, in shape() argument 93 if (sourceStart < 0 || sourceLength < 0 || sourceStart + sourceLength > source.length) { in shape() 95 ") or length (" + sourceLength + in shape() 132 return internalShape(source, sourceStart, sourceLength, dest, destStart, destSize); in shape() 1155 int sourceLength) { in calculateSize() 1157 int destSize = sourceLength; in calculateSize() 1163 for (int i = sourceStart, e = sourceStart + sourceLength - 1; i < e; ++i) { in calculateSize() 1169 for(int i = sourceStart + 1, e = sourceStart + sourceLength; in calculateSize() 1153 calculateSize(char[] source, int sourceStart, int sourceLength) calculateSize() argument 1255 handleTashkeelWithTatweel(char[] dest, int sourceLength) handleTashkeelWithTatweel() argument 1840 internalShape(char[] source, int sourceStart, int sourceLength, char[] dest, int destStart, int destSize) internalShape() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | ArabicShaping.java | 71 * @param sourceLength The length of the range of text to convert 88 public int shape(char[] source, int sourceStart, int sourceLength, in shape() argument 93 if (sourceStart < 0 || sourceLength < 0 || sourceStart + sourceLength > source.length) { in shape() 95 ") or length (" + sourceLength + in shape() 132 return internalShape(source, sourceStart, sourceLength, dest, destStart, destSize); in shape() 1107 int sourceLength) { in calculateSize() 1109 int destSize = sourceLength; in calculateSize() 1115 for (int i = sourceStart, e = sourceStart + sourceLength - 1; i < e; ++i) { in calculateSize() 1121 for(int i = sourceStart + 1, e = sourceStart + sourceLength; in calculateSize() 1105 calculateSize(char[] source, int sourceStart, int sourceLength) calculateSize() argument 1207 handleTashkeelWithTatweel(char[] dest, int sourceLength) handleTashkeelWithTatweel() argument 1792 internalShape(char[] source, int sourceStart, int sourceLength, char[] dest, int destStart, int destSize) internalShape() argument [all...] |
/third_party/icu/icu4c/source/common/unicode/ |
H A D | ucnv.h | 1539 * (if sourceLength==-1, see parameters) 1562 * @param sourceLength Length of the input text, in bytes, or -1 for NUL-terminated input. 1584 int32_t sourceLength, 1617 * @param sourceLength Length of the input text, in bytes 1636 const char *source, int32_t sourceLength, 1669 * @param sourceLength Length of the input text, in bytes 1688 const char *source, int32_t sourceLength, 1992 * @param sourceLength Length of the input string, or -1 if terminated with a NUL byte. 2003 int32_t sourceLength,
|