HomeSort by relevance Sort by last modified time
    Searched full:nospaces (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/icu/source/test/thaitest/
thaitest.cpp 90 // noSpaces - pointer to a UChar array for the text without spaces
91 // noSpaceCount - the number of characters in the noSpaces array
93 ThaiWordbreakTest(const UChar *spaces, int32_t spaceCount, const UChar *noSpaces, int32_t noSpaceCount, UBool verbose);
97 // but aren't found in the noSpaces array
100 // returns the number of breaks which are found in the noSpaces
127 // noSpaces - the address of the UChar array for the text without spaces
128 // noSpaceCount - the number of UChars in the noSpaces array
131 const UChar *noSpaces, int32_t noSpaceCount);
134 // array that's not found in the noSpaces array
138 // the noSpaces array that's not in the spaces arra
    [all...]
  /external/icu4c/test/thaitest/
thaitest.cpp 90 // noSpaces - pointer to a UChar array for the text without spaces
91 // noSpaceCount - the number of characters in the noSpaces array
93 ThaiWordbreakTest(const UChar *spaces, int32_t spaceCount, const UChar *noSpaces, int32_t noSpaceCount, UBool verbose);
97 // but aren't found in the noSpaces array
100 // returns the number of breaks which are found in the noSpaces
127 // noSpaces - the address of the UChar array for the text without spaces
128 // noSpaceCount - the number of UChars in the noSpaces array
131 const UChar *noSpaces, int32_t noSpaceCount);
134 // array that's not found in the noSpaces array
138 // the noSpaces array that's not in the spaces arra
    [all...]

Completed in 503 milliseconds