Searched refs:brkfname (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | brkiter.cpp | 61 const UChar* brkfname = NULL; in buildInstance() local 83 brkfname = ures_getString(brkName, &size, &status); in buildInstance() 93 if (U_SUCCESS(status) && brkfname) { in buildInstance() 96 UChar* extStart=u_strchr(brkfname, 0x002e); in buildInstance() 99 len = (int)(extStart-brkfname); in buildInstance() 101 u_UCharsToChars(brkfname, fnbuff, len); in buildInstance()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | brkiter.cpp | 62 const UChar* brkfname = NULL; in buildInstance() local 84 brkfname = ures_getString(brkName, &size, &status); in buildInstance() 94 if (U_SUCCESS(status) && brkfname) { in buildInstance() 97 UChar* extStart=u_strchr(brkfname, 0x002e); in buildInstance() 100 len = (int)(extStart-brkfname); in buildInstance() 102 u_UCharsToChars(brkfname, fnbuff, len); in buildInstance()
|
/third_party/node/deps/icu-small/source/common/ |
D | brkiter.cpp | 62 const UChar* brkfname = NULL; in buildInstance() local 84 brkfname = ures_getString(brkName, &size, &status); in buildInstance() 94 if (U_SUCCESS(status) && brkfname) { in buildInstance() 97 UChar* extStart=u_strchr(brkfname, 0x002e); in buildInstance() 100 len = (int)(extStart-brkfname); in buildInstance() 102 u_UCharsToChars(brkfname, fnbuff, len); in buildInstance()
|
/third_party/icu/icu4c/source/common/ |
D | brkiter.cpp | 62 const UChar* brkfname = NULL; in buildInstance() local 84 brkfname = ures_getString(brkName, &size, &status); in buildInstance() 94 if (U_SUCCESS(status) && brkfname) { in buildInstance() 97 UChar* extStart=u_strchr(brkfname, 0x002e); in buildInstance() 100 len = (int)(extStart-brkfname); in buildInstance() 102 u_UCharsToChars(brkfname, fnbuff, len); in buildInstance()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | BreakIteratorFactory.java | 143 String brkfname = rb.getStringWithFallback("boundaries/" + typeKey); in createBreakInstance() local 144 String rulesFileName = ICUData.ICU_BRKITR_NAME+ '/' + brkfname; in createBreakInstance()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | BreakIteratorFactory.java | 142 String brkfname = rb.getStringWithFallback("boundaries/" + typeKey); in createBreakInstance() local 143 String rulesFileName = ICUData.ICU_BRKITR_NAME+ '/' + brkfname; in createBreakInstance()
|