Searched refs:nfdLength (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Duspoof.cpp496 int32_t nfdLength = nfdText.length(); local
508 for (i=0; i<nfdLength ;) {
/external/icu/icu4c/source/i18n/
H A Duspoof.cpp529 int32_t nfdLength = nfdText.length(); local
541 for (i=0; i<nfdLength ;) {
H A Dcollationbuilder.cpp662 int32_t nfdLength = nfdString.length(); local
663 if(nfdLength >= 2) {
672 c = nfdString.charAt(nfdLength - 1);
674 (Hangul::isJamoV(c) && Hangul::isJamoL(nfdString.charAt(nfdLength - 2)))) {

Completed in 279 milliseconds